Interface UpdateContactRequestOrBuilder (2.2.0)

public interface UpdateContactRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContact()

public abstract Contact getContact()

Required. The contact resource to replace the existing saved contact. Note: the email address of the contact cannot be modified.

.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Contact

The contact.

getContactOrBuilder()

public abstract ContactOrBuilder getContactOrBuilder()

Required. The contact resource to replace the existing saved contact. Note: the email address of the contact cannot be modified.

.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ContactOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The update mask applied to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The update mask applied to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FieldMaskOrBuilder

hasContact()

public abstract boolean hasContact()

Required. The contact resource to replace the existing saved contact. Note: the email address of the contact cannot be modified.

.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the contact field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The update mask applied to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the updateMask field is set.