public interface UpdateSpaceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSpace()
public abstract Space getSpace()Required. Space to be updated.
 .google.apps.meet.v2beta.Space space = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Space | 
        The space.  | 
      
getSpaceOrBuilder()
public abstract SpaceOrBuilder getSpaceOrBuilder()Required. Space to be updated.
 .google.apps.meet.v2beta.Space space = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
SpaceOrBuilder | 
        |
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. Field mask used to specify the fields to be updated in the space. If update_mask isn't provided(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, including deleting fields not set in the request.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
FieldMask | 
        The updateMask.  | 
      
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. Field mask used to specify the fields to be updated in the space. If update_mask isn't provided(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, including deleting fields not set in the request.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
FieldMaskOrBuilder | 
        |
hasSpace()
public abstract boolean hasSpace()Required. Space to be updated.
 .google.apps.meet.v2beta.Space space = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the space field is set.  | 
      
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. Field mask used to specify the fields to be updated in the space. If update_mask isn't provided(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, including deleting fields not set in the request.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateMask field is set.  |