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