Interface UpdateCustomerRequestOrBuilder (3.6.1)

public interface UpdateCustomerRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomer()

public abstract Customer getCustomer()

Required. New contents of the customer.

.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Customer

The customer.

getCustomerOrBuilder()

public abstract CustomerOrBuilder getCustomerOrBuilder()

Required. New contents of the customer.

.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CustomerOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The update mask that applies to the resource. Optional.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The update mask that applies to the resource. Optional.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
FieldMaskOrBuilder

hasCustomer()

public abstract boolean hasCustomer()

Required. New contents of the customer.

.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the customer field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The update mask that applies to the resource. Optional.

.google.protobuf.FieldMask update_mask = 3;

Returns
TypeDescription
boolean

Whether the updateMask field is set.