public interface ConfigureManagementSettingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getManagementSettings()
public abstract ManagementSettings getManagementSettings() Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Returns | |
|---|---|
| Type | Description |
ManagementSettings |
The managementSettings. |
getManagementSettingsOrBuilder()
public abstract ManagementSettingsOrBuilder getManagementSettingsOrBuilder() Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Returns | |
|---|---|
| Type | Description |
ManagementSettingsOrBuilder |
|
getRegistration()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The registration. |
getRegistrationBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for registration. |
getUpdateMask()
public abstract 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 | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasManagementSettings()
public abstract boolean hasManagementSettings() Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the managementSettings field is set. |
hasUpdateMask()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |