Interface UpdateOrganizationSettingsRequestOrBuilder (2.8.0)

public interface UpdateOrganizationSettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOrganizationSettings()

public abstract OrganizationSettings getOrganizationSettings()

Required. The organization settings resource to update.

.google.cloud.securitycenter.v1beta1.OrganizationSettings organization_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OrganizationSettings

The organizationSettings.

getOrganizationSettingsOrBuilder()

public abstract OrganizationSettingsOrBuilder getOrganizationSettingsOrBuilder()

Required. The organization settings resource to update.

.google.cloud.securitycenter.v1beta1.OrganizationSettings organization_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OrganizationSettingsOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The FieldMask to use when updating the settings resource.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The FieldMask to use when updating the settings resource.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasOrganizationSettings()

public abstract boolean hasOrganizationSettings()

Required. The organization settings resource to update.

.google.cloud.securitycenter.v1beta1.OrganizationSettings organization_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the organizationSettings field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The FieldMask to use when updating the settings resource.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.