Class MeetSpaceLinkData.Builder (0.49.0)

public static final class MeetSpaceLinkData.Builder extends GeneratedMessage.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

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

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.

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.

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 GeneratedMessage.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

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.

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.