Send feedback
Class Space (0.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.23.0 keyboard_arrow_down
public final class Space extends GeneratedMessageV3 implements SpaceOrBuilder
Developer Preview .
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.v2beta.Space
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ACTIVE_CONFERENCE_FIELD_NUMBER
public static final int ACTIVE_CONFERENCE_FIELD_NUMBER
Field Value
Type
Description
int
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
Field Value
Type
Description
int
MEETING_CODE_FIELD_NUMBER
public static final int MEETING_CODE_FIELD_NUMBER
Field Value
Type
Description
int
MEETING_URI_FIELD_NUMBER
public static final int MEETING_URI_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Space getDefaultInstance ()
Returns
Type
Description
Space
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Space . Builder newBuilder ()
newBuilder(Space prototype)
public static Space . Builder newBuilder ( Space prototype )
Parameter
Name
Description
prototype
Space
public static Space parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Space
public static Space parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Space
parseFrom(byte[] data)
public static Space parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Space
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Space parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Space
parseFrom(ByteString data)
public static Space parseFrom ( ByteString data )
Returns
Type
Description
Space
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Space parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Space
public static Space parseFrom ( CodedInputStream input )
Returns
Type
Description
Space
public static Space parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Space
public static Space parseFrom ( InputStream input )
Returns
Type
Description
Space
public static Space parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Space
parseFrom(ByteBuffer data)
public static Space parseFrom ( ByteBuffer data )
Returns
Type
Description
Space
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Space parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Space
parser()
public static Parser<Space> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getActiveConference()
public ActiveConference getActiveConference ()
Active conference if it exists.
.google.apps.meet.v2beta.ActiveConference active_conference = 6;
getActiveConferenceOrBuilder()
public ActiveConferenceOrBuilder getActiveConferenceOrBuilder ()
Active conference if it exists.
.google.apps.meet.v2beta.ActiveConference active_conference = 6;
getConfig()
public SpaceConfig getConfig ()
Configuration pertaining to the meeting space.
.google.apps.meet.v2beta.SpaceConfig config = 5;
getConfigOrBuilder()
public SpaceConfigOrBuilder getConfigOrBuilder ()
Configuration pertaining to the meeting space.
.google.apps.meet.v2beta.SpaceConfig config = 5;
getDefaultInstanceForType()
public Space getDefaultInstanceForType ()
Returns
Type
Description
Space
getMeetingCode()
public 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 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 String getMeetingUri ()
Returns
Type
Description
String
The meetingUri.
getMeetingUriBytes()
public ByteString getMeetingUriBytes ()
Returns
Type
Description
ByteString
The bytes for meetingUri.
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 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.
getParserForType()
public Parser<Space> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasActiveConference()
public 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 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.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Space . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Space . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Space . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[],[]]