public interface UpdateCustomerRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomer()
public abstract Customer getCustomer()Required. New contents of the customer.
.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
CustomerOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()The update mask that applies to the resource. Optional.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The update mask that applies to the resource. Optional.
.google.protobuf.FieldMask update_mask = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |