Interface MeetSpaceLinkDataOrBuilder (0.34.0)

public interface MeetSpaceLinkDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHuddleStatus()

public abstract 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 abstract 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 abstract String getMeetingCode()

Meeting code of the linked Meet space.

string meeting_code = 1;

Returns
Type Description
String

The meetingCode.

getMeetingCodeBytes()

public abstract ByteString getMeetingCodeBytes()

Meeting code of the linked Meet space.

string meeting_code = 1;

Returns
Type Description
ByteString

The bytes for meetingCode.

getType()

public abstract 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 abstract 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.