public interface ConfigureManagementSettingsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ManagementSettings |
getManagementSettings()
Fields of the `ManagementSettings` to update.
|
ManagementSettingsOrBuilder |
getManagementSettingsOrBuilder()
Fields of the `ManagementSettings` to update.
|
String |
getRegistration()
Required.
|
com.google.protobuf.ByteString |
getRegistrationBytes()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
hasManagementSettings()
Fields of the `ManagementSettings` to update.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRegistration()
Required. The name of the `Registration` whose management settings are being updated, in the format `projects/*/locations/*/registrations/*`.
string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getRegistrationBytes()
Required. The name of the `Registration` whose management settings are being updated, in the format `projects/*/locations/*/registrations/*`.
string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasManagementSettings()
Fields of the `ManagementSettings` to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;ManagementSettings getManagementSettings()
Fields of the `ManagementSettings` to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;ManagementSettingsOrBuilder getManagementSettingsOrBuilder()
Fields of the `ManagementSettings` to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;boolean hasUpdateMask()
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the transfer lock is being updated, the `update_mask` is `"transfer_lock_state"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMask getUpdateMask()
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the transfer lock is being updated, the `update_mask` is `"transfer_lock_state"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the transfer lock is being updated, the `update_mask` is `"transfer_lock_state"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.