Package com.google.cloud.domains.v1beta1
Interface ConfigureManagementSettingsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigureManagementSettingsRequest
,ConfigureManagementSettingsRequest.Builder
public interface ConfigureManagementSettingsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRegistration
String 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) = { ... }
- Returns:
- The registration.
-
getRegistrationBytes
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) = { ... }
- Returns:
- The bytes for registration.
-
hasManagementSettings
boolean hasManagementSettings()
Fields of the `ManagementSettings` to update.
.google.cloud.domains.v1beta1.ManagementSettings management_settings = 2;
- Returns:
- Whether the managementSettings field is set.
-
getManagementSettings
ManagementSettings getManagementSettings()
Fields of the `ManagementSettings` to update.
.google.cloud.domains.v1beta1.ManagementSettings management_settings = 2;
- Returns:
- The managementSettings.
-
getManagementSettingsOrBuilder
ManagementSettingsOrBuilder getManagementSettingsOrBuilder()
Fields of the `ManagementSettings` to update.
.google.cloud.domains.v1beta1.ManagementSettings management_settings = 2;
-
hasUpdateMask
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];
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
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];
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
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];
-
-