Interface ConfigureManagementSettingsRequestOrBuilder (1.34.0)

public interface ConfigureManagementSettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getManagementSettings()

public abstract ManagementSettings getManagementSettings()

Fields of the ManagementSettings to update.

.google.cloud.domains.v1.ManagementSettings management_settings = 2;

Returns
TypeDescription
ManagementSettings

The managementSettings.

getManagementSettingsOrBuilder()

public abstract ManagementSettingsOrBuilder getManagementSettingsOrBuilder()

Fields of the ManagementSettings to update.

.google.cloud.domains.v1.ManagementSettings management_settings = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
FieldMaskOrBuilder

hasManagementSettings()

public abstract boolean hasManagementSettings()

Fields of the ManagementSettings to update.

.google.cloud.domains.v1.ManagementSettings management_settings = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.