public interface SpaceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActiveConference()
public abstract ActiveConference getActiveConference()
Active conference if it exists.
.google.apps.meet.v2beta.ActiveConference active_conference = 6;
Returns | |
---|---|
Type | Description |
ActiveConference | The activeConference. |
getActiveConferenceOrBuilder()
public abstract ActiveConferenceOrBuilder getActiveConferenceOrBuilder()
Active conference if it exists.
.google.apps.meet.v2beta.ActiveConference active_conference = 6;
Returns | |
---|---|
Type | Description |
ActiveConferenceOrBuilder |
getConfig()
public abstract SpaceConfig getConfig()
Configuration pertaining to the meeting space.
.google.apps.meet.v2beta.SpaceConfig config = 5;
Returns | |
---|---|
Type | Description |
SpaceConfig | The config. |
getConfigOrBuilder()
public abstract SpaceConfigOrBuilder getConfigOrBuilder()
Configuration pertaining to the meeting space.
.google.apps.meet.v2beta.SpaceConfig config = 5;
Returns | |
---|---|
Type | Description |
SpaceConfigOrBuilder |
getMeetingCode()
public abstract String getMeetingCode()
Output only. Type friendly code to join the meeting. Format:
[a-z]+-[a-z]+-[a-z]+
such as abc-mnop-xyz
. The maximum length is 128
characters. Can ONLY be used as alias of the space ID to get the space.
string meeting_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The meetingCode. |
getMeetingCodeBytes()
public abstract ByteString getMeetingCodeBytes()
Output only. Type friendly code to join the meeting. Format:
[a-z]+-[a-z]+-[a-z]+
such as abc-mnop-xyz
. The maximum length is 128
characters. Can ONLY be used as alias of the space ID to get the space.
string meeting_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for meetingCode. |
getMeetingUri()
public abstract String getMeetingUri()
Output only. URI used to join meeting, such as
https://meet.google.com/abc-mnop-xyz
.
string meeting_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The meetingUri. |
getMeetingUriBytes()
public abstract ByteString getMeetingUriBytes()
Output only. URI used to join meeting, such as
https://meet.google.com/abc-mnop-xyz
.
string meeting_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for meetingUri. |
getName()
public abstract String getName()
Immutable. Resource name of the space.
Format: spaces/{space}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Immutable. Resource name of the space.
Format: spaces/{space}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
hasActiveConference()
public abstract boolean hasActiveConference()
Active conference if it exists.
.google.apps.meet.v2beta.ActiveConference active_conference = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the activeConference field is set. |
hasConfig()
public abstract boolean hasConfig()
Configuration pertaining to the meeting space.
.google.apps.meet.v2beta.SpaceConfig config = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the config field is set. |