Interface UpdateRegistrationRequestOrBuilder (1.34.0)

public interface UpdateRegistrationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRegistration()

public abstract Registration getRegistration()

Fields of the Registration to update.

.google.cloud.domains.v1beta1.Registration registration = 1;

Returns
TypeDescription
Registration

The registration.

getRegistrationOrBuilder()

public abstract RegistrationOrBuilder getRegistrationOrBuilder()

Fields of the Registration to update.

.google.cloud.domains.v1beta1.Registration registration = 1;

Returns
TypeDescription
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
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 labels are being updated, the update_mask is "labels".

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasRegistration()

public abstract boolean hasRegistration()

Fields of the Registration to update.

.google.cloud.domains.v1beta1.Registration registration = 1;

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

Whether the updateMask field is set.