public interface UpdateOrganizationSettingsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OrganizationSettings |
getOrganizationSettings()
Required.
|
OrganizationSettingsOrBuilder |
getOrganizationSettingsOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
The FieldMask to use when updating the settings resource.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The FieldMask to use when updating the settings resource.
|
boolean |
hasOrganizationSettings()
Required.
|
boolean |
hasUpdateMask()
The FieldMask to use when updating the settings resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasOrganizationSettings()
Required. The organization settings resource to update.
.google.cloud.securitycenter.v1beta1.OrganizationSettings organization_settings = 1 [(.google.api.field_behavior) = REQUIRED];
OrganizationSettings getOrganizationSettings()
Required. The organization settings resource to update.
.google.cloud.securitycenter.v1beta1.OrganizationSettings organization_settings = 1 [(.google.api.field_behavior) = REQUIRED];
OrganizationSettingsOrBuilder getOrganizationSettingsOrBuilder()
Required. The organization settings resource to update.
.google.cloud.securitycenter.v1beta1.OrganizationSettings organization_settings = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The FieldMask to use when updating the settings resource.
.google.protobuf.FieldMask update_mask = 2;
FieldMask getUpdateMask()
The FieldMask to use when updating the settings resource.
.google.protobuf.FieldMask update_mask = 2;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
The FieldMask to use when updating the settings resource.
.google.protobuf.FieldMask update_mask = 2;
Copyright © 2022 Google LLC. All rights reserved.