Interface UpdateListingRequestOrBuilder (0.2.1)

public interface UpdateListingRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getListing()

public abstract Listing getListing()

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Listing

The listing.

getListingOrBuilder()

public abstract ListingOrBuilder getListingOrBuilder()

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ListingOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Field mask is used to specify the fields to be overwritten in the Listing resource by the update. The fields specified in the update_mask are relative to the resource, not the full request.

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

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Field mask is used to specify the fields to be overwritten in the Listing resource by the update. The fields specified in the update_mask are relative to the resource, not the full request.

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

Returns
TypeDescription
FieldMaskOrBuilder

hasListing()

public abstract boolean hasListing()

Required. The listing to update.

.google.cloud.bigquery.dataexchange.v1beta1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the listing field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Field mask is used to specify the fields to be overwritten in the Listing resource by the update. The fields specified in the update_mask are relative to the resource, not the full request.

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

Returns
TypeDescription
boolean

Whether the updateMask field is set.