- 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 UpdateRegistrationRequest.Builder extends GeneratedMessage.Builder<UpdateRegistrationRequest.Builder> implements UpdateRegistrationRequestOrBuilder Request for the UpdateRegistration method.
Protobuf type google.cloud.domains.v1.UpdateRegistrationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateRegistrationRequest.BuilderImplements
UpdateRegistrationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateRegistrationRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest |
|
buildPartial()
public UpdateRegistrationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest |
|
clear()
public UpdateRegistrationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
clearRegistration()
public UpdateRegistrationRequest.Builder clearRegistration() Fields of the Registration to update.
.google.cloud.domains.v1.Registration registration = 1;
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
clearUpdateMask()
public UpdateRegistrationRequest.Builder clearUpdateMask() Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the labels are being updated, the update_mask is
"labels".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
getDefaultInstanceForType()
public UpdateRegistrationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRegistration()
public Registration getRegistration() Fields of the Registration to update.
.google.cloud.domains.v1.Registration registration = 1;
| Returns | |
|---|---|
| Type | Description |
Registration |
The registration. |
getRegistrationBuilder()
public Registration.Builder getRegistrationBuilder() Fields of the Registration to update.
.google.cloud.domains.v1.Registration registration = 1;
| Returns | |
|---|---|
| Type | Description |
Registration.Builder |
|
getRegistrationOrBuilder()
public RegistrationOrBuilder getRegistrationOrBuilder() Fields of the Registration to update.
.google.cloud.domains.v1.Registration registration = 1;
| Returns | |
|---|---|
| Type | Description |
RegistrationOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask() Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the labels are being updated, the update_mask is
"labels".
.google.protobuf.FieldMask update_mask = 2 [(.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 labels are being updated, the update_mask is
"labels".
.google.protobuf.FieldMask update_mask = 2 [(.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 labels are being updated, the update_mask is
"labels".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasRegistration()
public boolean hasRegistration() Fields of the Registration to update.
.google.cloud.domains.v1.Registration registration = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the registration 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 labels are being updated, the update_mask is
"labels".
.google.protobuf.FieldMask update_mask = 2 [(.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(UpdateRegistrationRequest other)
public UpdateRegistrationRequest.Builder mergeFrom(UpdateRegistrationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateRegistrationRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateRegistrationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateRegistrationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
mergeRegistration(Registration value)
public UpdateRegistrationRequest.Builder mergeRegistration(Registration value) Fields of the Registration to update.
.google.cloud.domains.v1.Registration registration = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Registration |
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateRegistrationRequest.Builder mergeUpdateMask(FieldMask value) Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the labels are being updated, the update_mask is
"labels".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
setRegistration(Registration value)
public UpdateRegistrationRequest.Builder setRegistration(Registration value) Fields of the Registration to update.
.google.cloud.domains.v1.Registration registration = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Registration |
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
setRegistration(Registration.Builder builderForValue)
public UpdateRegistrationRequest.Builder setRegistration(Registration.Builder builderForValue) Fields of the Registration to update.
.google.cloud.domains.v1.Registration registration = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Registration.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateRegistrationRequest.Builder setUpdateMask(FieldMask value) Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the labels are being updated, the update_mask is
"labels".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateRegistrationRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the labels are being updated, the update_mask is
"labels".
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateRegistrationRequest.Builder |
|