public
final
class
Space
extends
GeneratedMessageV3
implements
SpaceOrBuilder
Virtual place where conferences are held. Only one active conference can be held in one space at any given time.
Protobuf type google.apps.meet.v2.Space
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SpaceImplements
SpaceOrBuilderStatic Fields
ACTIVE_CONFERENCE_FIELD_NUMBER
public
static
final
int
ACTIVE_CONFERENCE_FIELD_NUMBER
CONFIG_FIELD_NUMBER
public
static
final
int
CONFIG_FIELD_NUMBER
MEETING_CODE_FIELD_NUMBER
public
static
final
int
MEETING_CODE_FIELD_NUMBER
MEETING_URI_FIELD_NUMBER
public
static
final
int
MEETING_URI_FIELD_NUMBER
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
Space
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
Space
.
Builder
newBuilder
()
newBuilder(Space prototype)
public
static
Space
.
Builder
newBuilder
(
Space
prototype
)
parseDelimitedFrom(InputStream input)
public
static
Space
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Space
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
Space
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Space
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
Space
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Space
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
Space
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Space
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
Space
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Space
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
Space
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Space
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<Space>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getActiveConference()
public
ActiveConference
getActiveConference
()
Active conference, if it exists.
.google.apps.meet.v2.ActiveConference active_conference = 6;
getActiveConferenceOrBuilder()
public
ActiveConferenceOrBuilder
getActiveConferenceOrBuilder
()
Active conference, if it exists.
.google.apps.meet.v2.ActiveConference active_conference = 6;
getConfig()
public
SpaceConfig
getConfig
()
Configuration pertaining to the meeting space.
.google.apps.meet.v2.SpaceConfig config = 5;
getConfigOrBuilder()
public
SpaceConfigOrBuilder
getConfigOrBuilder
()
Configuration pertaining to the meeting space.
.google.apps.meet.v2.SpaceConfig config = 5;
getDefaultInstanceForType()
public
Space
getDefaultInstanceForType
()
getMeetingCode()
public
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];
getMeetingCodeBytes()
public
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];
getMeetingUri()
public
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];
getMeetingUriBytes()
public
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];
getName()
public
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];
getNameBytes()
public
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];
getParserForType()
public
Parser<Space>
getParserForType
()
getSerializedSize()
public
int
getSerializedSize
()
hasActiveConference()
public
boolean
hasActiveConference
()
Active conference, if it exists.
.google.apps.meet.v2.ActiveConference active_conference = 6;
hasConfig()
public
boolean
hasConfig
()
Configuration pertaining to the meeting space.
.google.apps.meet.v2.SpaceConfig config = 5;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
Space
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
Space
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
Space
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)