Class Space (0.11.0)

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

Implements

SpaceOrBuilder

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()
Returns
Type Description
Descriptor

newBuilder()

public static Space.Builder newBuilder()
Returns
Type Description
Space.Builder

newBuilder(Space prototype)

public static Space.Builder newBuilder(Space prototype)
Parameter
Name Description
prototype Space
Returns
Type Description
Space.Builder

parseDelimitedFrom(InputStream input)

public static Space parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Space
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Space parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Space
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Space parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Space
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Space parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Space
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Space parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Space
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Space parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Space
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Space parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Space
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Space parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Space
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Space parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Space
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Space parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Space
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Space parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Space
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Space parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Space
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Space> parser()
Returns
Type Description
Parser<Space>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getActiveConference()

public ActiveConference getActiveConference()

Active conference if it exists.

.google.apps.meet.v2beta.ActiveConference active_conference = 6;

Returns
Type Description
ActiveConference

The activeConference.

getActiveConferenceOrBuilder()

public ActiveConferenceOrBuilder getActiveConferenceOrBuilder()

Active conference if it exists.

.google.apps.meet.v2beta.ActiveConference active_conference = 6;

Returns
Type Description
ActiveConferenceOrBuilder

getConfig()

public SpaceConfig getConfig()

Configuration pertaining to the meeting space.

.google.apps.meet.v2beta.SpaceConfig config = 5;

Returns
Type Description
SpaceConfig

The config.

getConfigOrBuilder()

public SpaceConfigOrBuilder getConfigOrBuilder()

Configuration pertaining to the meeting space.

.google.apps.meet.v2beta.SpaceConfig config = 5;

Returns
Type Description
SpaceConfigOrBuilder

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()

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 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 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 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()
Returns
Type Description
Parser<Space>
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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Space.Builder newBuilderForType()
Returns
Type Description
Space.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Space.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Space.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Space.Builder toBuilder()
Returns
Type Description
Space.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException