public interface SpaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ActiveConference |
getActiveConference()
Active conference if it exists.
|
ActiveConferenceOrBuilder |
getActiveConferenceOrBuilder()
Active conference if it exists.
|
SpaceConfig |
getConfig()
Configuration pertaining to the meeting space.
|
SpaceConfigOrBuilder |
getConfigOrBuilder()
Configuration pertaining to the meeting space.
|
String |
getMeetingCode()
Output only.
|
com.google.protobuf.ByteString |
getMeetingCodeBytes()
Output only.
|
String |
getMeetingUri()
Output only.
|
com.google.protobuf.ByteString |
getMeetingUriBytes()
Output only.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
boolean |
hasActiveConference()
Active conference if it exists.
|
boolean |
hasConfig()
Configuration pertaining to the meeting space.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Immutable. Resource name of the space.
Format: `spaces/{space}`
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getNameBytes()
Immutable. Resource name of the space.
Format: `spaces/{space}`
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];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];com.google.protobuf.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];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];com.google.protobuf.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];boolean hasConfig()
Configuration pertaining to the meeting space.
.google.apps.meet.v2beta.SpaceConfig config = 5;SpaceConfig getConfig()
Configuration pertaining to the meeting space.
.google.apps.meet.v2beta.SpaceConfig config = 5;SpaceConfigOrBuilder getConfigOrBuilder()
Configuration pertaining to the meeting space.
.google.apps.meet.v2beta.SpaceConfig config = 5;boolean hasActiveConference()
Active conference if it exists.
.google.apps.meet.v2beta.ActiveConference active_conference = 6;ActiveConference getActiveConference()
Active conference if it exists.
.google.apps.meet.v2beta.ActiveConference active_conference = 6;ActiveConferenceOrBuilder getActiveConferenceOrBuilder()
Active conference if it exists.
.google.apps.meet.v2beta.ActiveConference active_conference = 6;Copyright © 2024 Google LLC. All rights reserved.