Interface UpdatePrivateOfferRequestOrBuilder (0.1.0)

public interface UpdatePrivateOfferRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPrivateOffer()

public abstract PrivateOffer getPrivateOffer()

Required. The resource being updated

.google.cloud.commerceproducer.v1beta.PrivateOffer private_offer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PrivateOffer

The privateOffer.

getPrivateOfferOrBuilder()

public abstract PrivateOfferOrBuilder getPrivateOfferOrBuilder()

Required. The resource being updated

.google.cloud.commerceproducer.v1beta.PrivateOffer private_offer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PrivateOfferOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. If unspecified, all fields present in the request will be overwritten.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. If unspecified, all fields present in the request will be overwritten.

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

Returns
Type Description
FieldMaskOrBuilder

hasPrivateOffer()

public abstract boolean hasPrivateOffer()

Required. The resource being updated

.google.cloud.commerceproducer.v1beta.PrivateOffer private_offer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the privateOffer field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. If unspecified, all fields present in the request will be overwritten.

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

Returns
Type Description
boolean

Whether the updateMask field is set.