- 1.80.0 (latest)
- 1.79.0
- 1.78.0
- 1.77.0
- 1.75.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.69.0
- 1.67.0
- 1.65.0
- 1.64.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.6
- 0.7.0
- 0.6.1
- 0.5.4
public static final class ConfigureManagementSettingsRequest.Builder extends GeneratedMessage.Builder<ConfigureManagementSettingsRequest.Builder> implements ConfigureManagementSettingsRequestOrBuilder Request for the ConfigureManagementSettings method.
Protobuf type google.cloud.domains.v1alpha2.ConfigureManagementSettingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ConfigureManagementSettingsRequest.BuilderImplements
ConfigureManagementSettingsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ConfigureManagementSettingsRequest build()| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest |
|
buildPartial()
public ConfigureManagementSettingsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest |
|
clear()
public ConfigureManagementSettingsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
clearManagementSettings()
public ConfigureManagementSettingsRequest.Builder clearManagementSettings() Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
clearRegistration()
public ConfigureManagementSettingsRequest.Builder clearRegistration() 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 |
ConfigureManagementSettingsRequest.Builder |
This builder for chaining. |
clearUpdateMask()
public ConfigureManagementSettingsRequest.Builder clearUpdateMask() 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 |
ConfigureManagementSettingsRequest.Builder |
|
getDefaultInstanceForType()
public ConfigureManagementSettingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getManagementSettings()
public ManagementSettings getManagementSettings() Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Returns | |
|---|---|
| Type | Description |
ManagementSettings |
The managementSettings. |
getManagementSettingsBuilder()
public ManagementSettings.Builder getManagementSettingsBuilder() Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Returns | |
|---|---|
| Type | Description |
ManagementSettings.Builder |
|
getManagementSettingsOrBuilder()
public ManagementSettingsOrBuilder getManagementSettingsOrBuilder() Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Returns | |
|---|---|
| Type | Description |
ManagementSettingsOrBuilder |
|
getRegistration()
public 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 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 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder() 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 |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ConfigureManagementSettingsRequest other)
public ConfigureManagementSettingsRequest.Builder mergeFrom(ConfigureManagementSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ConfigureManagementSettingsRequest |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConfigureManagementSettingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ConfigureManagementSettingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
mergeManagementSettings(ManagementSettings value)
public ConfigureManagementSettingsRequest.Builder mergeManagementSettings(ManagementSettings value) Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ManagementSettings |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public ConfigureManagementSettingsRequest.Builder mergeUpdateMask(FieldMask value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
setManagementSettings(ManagementSettings value)
public ConfigureManagementSettingsRequest.Builder setManagementSettings(ManagementSettings value) Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ManagementSettings |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
setManagementSettings(ManagementSettings.Builder builderForValue)
public ConfigureManagementSettingsRequest.Builder setManagementSettings(ManagementSettings.Builder builderForValue) Fields of the ManagementSettings to update.
.google.cloud.domains.v1alpha2.ManagementSettings management_settings = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ManagementSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
setRegistration(String value)
public ConfigureManagementSettingsRequest.Builder setRegistration(String value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe registration to set. |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
This builder for chaining. |
setRegistrationBytes(ByteString value)
public ConfigureManagementSettingsRequest.Builder setRegistrationBytes(ByteString value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for registration to set. |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
This builder for chaining. |
setUpdateMask(FieldMask value)
public ConfigureManagementSettingsRequest.Builder setUpdateMask(FieldMask value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public ConfigureManagementSettingsRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ConfigureManagementSettingsRequest.Builder |
|