public interface CreateSpaceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSpace()
public abstract 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.v2.Space space = 1;
Returns | |
---|---|
Type | Description |
Space |
The space. |
getSpaceOrBuilder()
public abstract 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.v2.Space space = 1;
Returns | |
---|---|
Type | Description |
SpaceOrBuilder |
hasSpace()
public abstract 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.v2.Space space = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the space field is set. |