public interface UpdateRegistrationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRegistration()
public abstract Registration getRegistration() Fields of the Registration to update.
.google.cloud.domains.v1alpha2.Registration registration = 1;
| Returns | |
|---|---|
| Type | Description |
Registration |
The registration. |
getRegistrationOrBuilder()
public abstract RegistrationOrBuilder getRegistrationOrBuilder() Fields of the Registration to update.
.google.cloud.domains.v1alpha2.Registration registration = 1;
| Returns | |
|---|---|
| Type | Description |
RegistrationOrBuilder |
|
getUpdateMask()
public abstract 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. |
getUpdateMaskOrBuilder()
public abstract 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 abstract boolean hasRegistration() Fields of the Registration to update.
.google.cloud.domains.v1alpha2.Registration registration = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the registration 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 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. |