Class Space.Builder (0.6.0)

public static final class Space.Builder extends GeneratedMessageV3.Builder<Space.Builder> 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 Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Space.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Space.Builder
Overrides

build()

public Space build()
Returns
TypeDescription
Space

buildPartial()

public Space buildPartial()
Returns
TypeDescription
Space

clear()

public Space.Builder clear()
Returns
TypeDescription
Space.Builder
Overrides

clearActiveConference()

public Space.Builder clearActiveConference()

Active conference if it exists.

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

Returns
TypeDescription
Space.Builder

clearConfig()

public Space.Builder clearConfig()

Configuration pertaining to the meeting space.

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

Returns
TypeDescription
Space.Builder

clearField(Descriptors.FieldDescriptor field)

public Space.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Space.Builder
Overrides

clearMeetingCode()

public Space.Builder clearMeetingCode()

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
TypeDescription
Space.Builder

This builder for chaining.

clearMeetingUri()

public Space.Builder clearMeetingUri()

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
TypeDescription
Space.Builder

This builder for chaining.

clearName()

public Space.Builder clearName()

Immutable. Resource name of the space. Format: spaces/{space}

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Space.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Space.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Space.Builder
Overrides

clone()

public Space.Builder clone()
Returns
TypeDescription
Space.Builder
Overrides

getActiveConference()

public ActiveConference getActiveConference()

Active conference if it exists.

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

Returns
TypeDescription
ActiveConference

The activeConference.

getActiveConferenceBuilder()

public ActiveConference.Builder getActiveConferenceBuilder()

Active conference if it exists.

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

Returns
TypeDescription
ActiveConference.Builder

getActiveConferenceOrBuilder()

public ActiveConferenceOrBuilder getActiveConferenceOrBuilder()

Active conference if it exists.

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

Returns
TypeDescription
ActiveConferenceOrBuilder

getConfig()

public SpaceConfig getConfig()

Configuration pertaining to the meeting space.

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

Returns
TypeDescription
SpaceConfig

The config.

getConfigBuilder()

public SpaceConfig.Builder getConfigBuilder()

Configuration pertaining to the meeting space.

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

Returns
TypeDescription
SpaceConfig.Builder

getConfigOrBuilder()

public SpaceConfigOrBuilder getConfigOrBuilder()

Configuration pertaining to the meeting space.

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

Returns
TypeDescription
SpaceConfigOrBuilder

getDefaultInstanceForType()

public Space getDefaultInstanceForType()
Returns
TypeDescription
Space

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

hasActiveConference()

public boolean hasActiveConference()

Active conference if it exists.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the config field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeActiveConference(ActiveConference value)

public Space.Builder mergeActiveConference(ActiveConference value)

Active conference if it exists.

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

Parameter
NameDescription
valueActiveConference
Returns
TypeDescription
Space.Builder

mergeConfig(SpaceConfig value)

public Space.Builder mergeConfig(SpaceConfig value)

Configuration pertaining to the meeting space.

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

Parameter
NameDescription
valueSpaceConfig
Returns
TypeDescription
Space.Builder

mergeFrom(Space other)

public Space.Builder mergeFrom(Space other)
Parameter
NameDescription
otherSpace
Returns
TypeDescription
Space.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Space.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Space.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Space.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Space.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Space.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Space.Builder
Overrides

setActiveConference(ActiveConference value)

public Space.Builder setActiveConference(ActiveConference value)

Active conference if it exists.

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

Parameter
NameDescription
valueActiveConference
Returns
TypeDescription
Space.Builder

setActiveConference(ActiveConference.Builder builderForValue)

public Space.Builder setActiveConference(ActiveConference.Builder builderForValue)

Active conference if it exists.

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

Parameter
NameDescription
builderForValueActiveConference.Builder
Returns
TypeDescription
Space.Builder

setConfig(SpaceConfig value)

public Space.Builder setConfig(SpaceConfig value)

Configuration pertaining to the meeting space.

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

Parameter
NameDescription
valueSpaceConfig
Returns
TypeDescription
Space.Builder

setConfig(SpaceConfig.Builder builderForValue)

public Space.Builder setConfig(SpaceConfig.Builder builderForValue)

Configuration pertaining to the meeting space.

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

Parameter
NameDescription
builderForValueSpaceConfig.Builder
Returns
TypeDescription
Space.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Space.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Space.Builder
Overrides

setMeetingCode(String value)

public Space.Builder setMeetingCode(String value)

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

Parameter
NameDescription
valueString

The meetingCode to set.

Returns
TypeDescription
Space.Builder

This builder for chaining.

setMeetingCodeBytes(ByteString value)

public Space.Builder setMeetingCodeBytes(ByteString value)

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

Parameter
NameDescription
valueByteString

The bytes for meetingCode to set.

Returns
TypeDescription
Space.Builder

This builder for chaining.

setMeetingUri(String value)

public Space.Builder setMeetingUri(String value)

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

Parameter
NameDescription
valueString

The meetingUri to set.

Returns
TypeDescription
Space.Builder

This builder for chaining.

setMeetingUriBytes(ByteString value)

public Space.Builder setMeetingUriBytes(ByteString value)

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

Parameter
NameDescription
valueByteString

The bytes for meetingUri to set.

Returns
TypeDescription
Space.Builder

This builder for chaining.

setName(String value)

public Space.Builder setName(String value)

Immutable. Resource name of the space. Format: spaces/{space}

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Space.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Space.Builder setNameBytes(ByteString value)

Immutable. Resource name of the space. Format: spaces/{space}

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Space.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Space.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Space.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Space.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Space.Builder
Overrides