public interface CreateSpaceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Space |
getSpace()
Space to be created.
|
SpaceOrBuilder |
getSpaceOrBuilder()
Space to be created.
|
boolean |
hasSpace()
Space to be created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;Copyright © 2024 Google LLC. All rights reserved.