public interface SpaceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActiveConference()
public abstract ActiveConference getActiveConference()
Active conference, if it exists.
.google.apps.meet.v2.ActiveConference active_conference = 6;
Returns | |
---|---|
Type | Description |
ActiveConference |
The activeConference. |
getActiveConferenceOrBuilder()
public abstract ActiveConferenceOrBuilder getActiveConferenceOrBuilder()
Active conference, if it exists.
.google.apps.meet.v2.ActiveConference active_conference = 6;
Returns | |
---|---|
Type | Description |
ActiveConferenceOrBuilder |
getConfig()
public abstract SpaceConfig getConfig()
Configuration pertaining to the meeting space.
.google.apps.meet.v2.SpaceConfig config = 5;
Returns | |
---|---|
Type | Description |
SpaceConfig |
The config. |
getConfigOrBuilder()
public abstract SpaceConfigOrBuilder getConfigOrBuilder()
Configuration pertaining to the meeting space.
.google.apps.meet.v2.SpaceConfig config = 5;
Returns | |
---|---|
Type | Description |
SpaceConfigOrBuilder |
getMeetingCode()
public abstract String getMeetingCode()
Output only. Type friendly unique string used to join the meeting.
Format: [a-z]+-[a-z]+-[a-z]+
. For example, abc-mnop-xyz
.
The maximum length is 128 characters.
Can only be used as an alias of the space name 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 unique string used to join the meeting.
Format: [a-z]+-[a-z]+-[a-z]+
. For example, abc-mnop-xyz
.
The maximum length is 128 characters.
Can only be used as an alias of the space name 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 meetings consisting of
https://meet.google.com/
followed by the meeting_code
. For example,
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 meetings consisting of
https://meet.google.com/
followed by the meeting_code
. For example,
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}
.
{space}
is the resource identifier for the space. It's a unique,
server-generated ID and is case sensitive. For example, jQCFfuBOdN5z
.
For more information, see How Meet identifies a meeting 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}
.
{space}
is the resource identifier for the space. It's a unique,
server-generated ID and is case sensitive. For example, jQCFfuBOdN5z
.
For more information, see How Meet identifies a meeting 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.v2.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.v2.SpaceConfig config = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the config field is set. |