Interface UpdateAvailabilityRequestOrBuilder (0.59.0)

public interface UpdateAvailabilityRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvailability()

public abstract Availability getAvailability()

Required. The availability to update.

.google.chat.v1.Availability availability = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Availability

The availability.

getAvailabilityOrBuilder()

public abstract AvailabilityOrBuilder getAvailabilityOrBuilder()

Required. The availability to update.

.google.chat.v1.Availability availability = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AvailabilityOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The list of fields to update. The only field that can be updated is custom_status.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The list of fields to update. The only field that can be updated is custom_status.

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

Returns
Type Description
FieldMaskOrBuilder

hasAvailability()

public abstract boolean hasAvailability()

Required. The availability to update.

.google.chat.v1.Availability availability = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the availability field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The list of fields to update. The only field that can be updated is custom_status.

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

Returns
Type Description
boolean

Whether the updateMask field is set.