Class MeetSpaceLinkData.Builder (0.34.0)

public static final class MeetSpaceLinkData.Builder extends GeneratedMessageV3.Builder<MeetSpaceLinkData.Builder> implements MeetSpaceLinkDataOrBuilder

Data for Meet space links.

Protobuf type google.chat.v1.MeetSpaceLinkData

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public MeetSpaceLinkData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides

build()

public MeetSpaceLinkData build()
Returns
Type Description
MeetSpaceLinkData

buildPartial()

public MeetSpaceLinkData buildPartial()
Returns
Type Description
MeetSpaceLinkData

clear()

public MeetSpaceLinkData.Builder clear()
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public MeetSpaceLinkData.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides

clearHuddleStatus()

public MeetSpaceLinkData.Builder clearHuddleStatus()

Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.

.google.chat.v1.MeetSpaceLinkData.HuddleStatus huddle_status = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MeetSpaceLinkData.Builder

This builder for chaining.

clearMeetingCode()

public MeetSpaceLinkData.Builder clearMeetingCode()

Meeting code of the linked Meet space.

string meeting_code = 1;

Returns
Type Description
MeetSpaceLinkData.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public MeetSpaceLinkData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides

clearType()

public MeetSpaceLinkData.Builder clearType()

Indicates the type of the Meet space.

.google.chat.v1.MeetSpaceLinkData.Type type = 2;

Returns
Type Description
MeetSpaceLinkData.Builder

This builder for chaining.

clone()

public MeetSpaceLinkData.Builder clone()
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides

getDefaultInstanceForType()

public MeetSpaceLinkData getDefaultInstanceForType()
Returns
Type Description
MeetSpaceLinkData

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHuddleStatus()

public MeetSpaceLinkData.HuddleStatus getHuddleStatus()

Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.

.google.chat.v1.MeetSpaceLinkData.HuddleStatus huddle_status = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MeetSpaceLinkData.HuddleStatus

The huddleStatus.

getHuddleStatusValue()

public int getHuddleStatusValue()

Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.

.google.chat.v1.MeetSpaceLinkData.HuddleStatus huddle_status = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for huddleStatus.

getMeetingCode()

public String getMeetingCode()

Meeting code of the linked Meet space.

string meeting_code = 1;

Returns
Type Description
String

The meetingCode.

getMeetingCodeBytes()

public ByteString getMeetingCodeBytes()

Meeting code of the linked Meet space.

string meeting_code = 1;

Returns
Type Description
ByteString

The bytes for meetingCode.

getType()

public MeetSpaceLinkData.Type getType()

Indicates the type of the Meet space.

.google.chat.v1.MeetSpaceLinkData.Type type = 2;

Returns
Type Description
MeetSpaceLinkData.Type

The type.

getTypeValue()

public int getTypeValue()

Indicates the type of the Meet space.

.google.chat.v1.MeetSpaceLinkData.Type type = 2;

Returns
Type Description
int

The enum numeric value on the wire for type.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MeetSpaceLinkData other)

public MeetSpaceLinkData.Builder mergeFrom(MeetSpaceLinkData other)
Parameter
Name Description
other MeetSpaceLinkData
Returns
Type Description
MeetSpaceLinkData.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MeetSpaceLinkData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MeetSpaceLinkData.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final MeetSpaceLinkData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public MeetSpaceLinkData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides

setHuddleStatus(MeetSpaceLinkData.HuddleStatus value)

public MeetSpaceLinkData.Builder setHuddleStatus(MeetSpaceLinkData.HuddleStatus value)

Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.

.google.chat.v1.MeetSpaceLinkData.HuddleStatus huddle_status = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value MeetSpaceLinkData.HuddleStatus

The huddleStatus to set.

Returns
Type Description
MeetSpaceLinkData.Builder

This builder for chaining.

setHuddleStatusValue(int value)

public MeetSpaceLinkData.Builder setHuddleStatusValue(int value)

Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.

.google.chat.v1.MeetSpaceLinkData.HuddleStatus huddle_status = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for huddleStatus to set.

Returns
Type Description
MeetSpaceLinkData.Builder

This builder for chaining.

setMeetingCode(String value)

public MeetSpaceLinkData.Builder setMeetingCode(String value)

Meeting code of the linked Meet space.

string meeting_code = 1;

Parameter
Name Description
value String

The meetingCode to set.

Returns
Type Description
MeetSpaceLinkData.Builder

This builder for chaining.

setMeetingCodeBytes(ByteString value)

public MeetSpaceLinkData.Builder setMeetingCodeBytes(ByteString value)

Meeting code of the linked Meet space.

string meeting_code = 1;

Parameter
Name Description
value ByteString

The bytes for meetingCode to set.

Returns
Type Description
MeetSpaceLinkData.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public MeetSpaceLinkData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides

setType(MeetSpaceLinkData.Type value)

public MeetSpaceLinkData.Builder setType(MeetSpaceLinkData.Type value)

Indicates the type of the Meet space.

.google.chat.v1.MeetSpaceLinkData.Type type = 2;

Parameter
Name Description
value MeetSpaceLinkData.Type

The type to set.

Returns
Type Description
MeetSpaceLinkData.Builder

This builder for chaining.

setTypeValue(int value)

public MeetSpaceLinkData.Builder setTypeValue(int value)

Indicates the type of the Meet space.

.google.chat.v1.MeetSpaceLinkData.Type type = 2;

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
MeetSpaceLinkData.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final MeetSpaceLinkData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
MeetSpaceLinkData.Builder
Overrides