Interface UpdateSpaceRequestOrBuilder (0.3.0)

public interface UpdateSpaceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSpace()

public abstract Space getSpace()

Required. Space to be updated.

.google.apps.meet.v2beta.Space space = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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, it defaults to '*' and updates all fields provided in the request, including deleting fields not set in the request.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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, it defaults to '*' and updates all fields provided in the request, including deleting fields not set in the request.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMaskOrBuilder

hasSpace()

public abstract boolean hasSpace()

Required. Space to be updated.

.google.apps.meet.v2beta.Space space = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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, it defaults to '*' and updates all fields provided in the request, including deleting fields not set in the request.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the updateMask field is set.