Class Space (0.35.0)

  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

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

getDescriptor()

  public 
  
 static 
  
 final 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptor 
 () 
 
Returns
Type
Description

newBuilder()

  public 
  
 static 
  
 Space 
 . 
 Builder 
  
 newBuilder 
 () 
 
Returns
Type
Description

newBuilder(Space prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getActiveConference()

  public 
  
 ActiveConference 
  
 getActiveConference 
 () 
 

Active conference, if it exists.

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

Returns
Type
Description

The activeConference.

getActiveConferenceOrBuilder()

  public 
  
 ActiveConferenceOrBuilder 
  
 getActiveConferenceOrBuilder 
 () 
 

Active conference, if it exists.

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

Returns
Type
Description

getConfig()

  public 
  
 SpaceConfig 
  
 getConfig 
 () 
 

Configuration pertaining to the meeting space.

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

Returns
Type
Description

The config.

getConfigOrBuilder()

  public 
  
 SpaceConfigOrBuilder 
  
 getConfigOrBuilder 
 () 
 

Configuration pertaining to the meeting space.

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

Returns
Type
Description

getDefaultInstanceForType()

  public 
  
 Space 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type
Description

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];

Returns
Type
Description

The meetingCode.

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];

Returns
Type
Description

The bytes for meetingCode.

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];

Returns
Type
Description

The meetingUri.

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];

Returns
Type
Description

The bytes for meetingUri.

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];

Returns
Type
Description

The name.

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];

Returns
Type
Description

The bytes for name.

getParserForType()

  public 
  
 Parser<Space> 
  
 getParserForType 
 () 
 
Returns
Type
Description
Overrides

getSerializedSize()

  public 
  
 int 
  
 getSerializedSize 
 () 
 
Returns
Type
Description
int
Overrides

hasActiveConference()

  public 
  
 boolean 
  
 hasActiveConference 
 () 
 

Active conference, if it exists.

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

Returns
Type
Description

Whether the activeConference field is set.

hasConfig()

  public 
  
 boolean 
  
 hasConfig 
 () 
 

Configuration pertaining to the meeting space.

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

Returns
Type
Description

Whether the config field is set.

hashCode()

  public 
  
 int 
  
 hashCode 
 () 
 
Returns
Type
Description
int
Overrides

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type
Description
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type
Description
Overrides

newBuilderForType()

  public 
  
 Space 
 . 
 Builder 
  
 newBuilderForType 
 () 
 
Returns
Type
Description

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

  public 
  
 Space 
 . 
 Builder 
  
 toBuilder 
 () 
 
Returns
Type
Description

writeTo(CodedOutputStream output)

  public 
  
 void 
  
 writeTo 
 ( 
 CodedOutputStream 
  
 output 
 ) 
 
Parameter
Name
Description
Overrides
Exceptions
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: