Interface UpdateAccessApprovalSettingsMessageOrBuilder (2.42.0)

public interface UpdateAccessApprovalSettingsMessageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSettings()

public abstract AccessApprovalSettings getSettings()

The new AccessApprovalSettings.

.google.cloud.accessapproval.v1.AccessApprovalSettings settings = 1;

Returns
TypeDescription
AccessApprovalSettings

The settings.

getSettingsOrBuilder()

public abstract AccessApprovalSettingsOrBuilder getSettingsOrBuilder()

The new AccessApprovalSettings.

.google.cloud.accessapproval.v1.AccessApprovalSettings settings = 1;

Returns
TypeDescription
AccessApprovalSettingsOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The update mask applies to the settings. Only the top level fields of AccessApprovalSettings (notification_emails & enrolled_services) are supported. For each field, if it is included, the currently stored value will be entirely overwritten with the value of the field passed in this request.

For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, only the notification_emails field will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The update mask applies to the settings. Only the top level fields of AccessApprovalSettings (notification_emails & enrolled_services) are supported. For each field, if it is included, the currently stored value will be entirely overwritten with the value of the field passed in this request.

For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, only the notification_emails field will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasSettings()

public abstract boolean hasSettings()

The new AccessApprovalSettings.

.google.cloud.accessapproval.v1.AccessApprovalSettings settings = 1;

Returns
TypeDescription
boolean

Whether the settings field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The update mask applies to the settings. Only the top level fields of AccessApprovalSettings (notification_emails & enrolled_services) are supported. For each field, if it is included, the currently stored value will be entirely overwritten with the value of the field passed in this request.

For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If this field is left unset, only the notification_emails field will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.