Class CreateSpaceRequest.Builder (0.50.0)

public static final class CreateSpaceRequest.Builder extends GeneratedMessage.Builder<CreateSpaceRequest.Builder> implements CreateSpaceRequestOrBuilder

Request to create a space.

Protobuf type google.apps.meet.v2beta.CreateSpaceRequest

Static Methods

getDescriptor()

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

Methods

build()

public CreateSpaceRequest build()
Returns
Type Description
CreateSpaceRequest

buildPartial()

public CreateSpaceRequest buildPartial()
Returns
Type Description
CreateSpaceRequest

clear()

public CreateSpaceRequest.Builder clear()
Returns
Type Description
CreateSpaceRequest.Builder
Overrides

clearSpace()

public CreateSpaceRequest.Builder clearSpace()

Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.

.google.apps.meet.v2beta.Space space = 1;

Returns
Type Description
CreateSpaceRequest.Builder

getDefaultInstanceForType()

public CreateSpaceRequest getDefaultInstanceForType()
Returns
Type Description
CreateSpaceRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSpace()

public Space getSpace()

Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.

.google.apps.meet.v2beta.Space space = 1;

Returns
Type Description
Space

The space.

getSpaceBuilder()

public Space.Builder getSpaceBuilder()

Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.

.google.apps.meet.v2beta.Space space = 1;

Returns
Type Description
Space.Builder

getSpaceOrBuilder()

public SpaceOrBuilder getSpaceOrBuilder()

Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.

.google.apps.meet.v2beta.Space space = 1;

Returns
Type Description
SpaceOrBuilder

hasSpace()

public boolean hasSpace()

Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.

.google.apps.meet.v2beta.Space space = 1;

Returns
Type Description
boolean

Whether the space field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreateSpaceRequest other)

public CreateSpaceRequest.Builder mergeFrom(CreateSpaceRequest other)
Parameter
Name Description
other CreateSpaceRequest
Returns
Type Description
CreateSpaceRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateSpaceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateSpaceRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateSpaceRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateSpaceRequest.Builder
Overrides

mergeSpace(Space value)

public CreateSpaceRequest.Builder mergeSpace(Space value)

Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.

.google.apps.meet.v2beta.Space space = 1;

Parameter
Name Description
value Space
Returns
Type Description
CreateSpaceRequest.Builder

setSpace(Space value)

public CreateSpaceRequest.Builder setSpace(Space value)

Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.

.google.apps.meet.v2beta.Space space = 1;

Parameter
Name Description
value Space
Returns
Type Description
CreateSpaceRequest.Builder

setSpace(Space.Builder builderForValue)

public CreateSpaceRequest.Builder setSpace(Space.Builder builderForValue)

Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.

.google.apps.meet.v2beta.Space space = 1;

Parameter
Name Description
builderForValue Space.Builder
Returns
Type Description
CreateSpaceRequest.Builder