public interface UpdateListingRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getListing()
public abstract Listing getListing()
Required. The listing to update.
.google.cloud.bigquery.analyticshub.v1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Listing |
The listing. |
getListingOrBuilder()
public abstract ListingOrBuilder getListingOrBuilder()
Required. The listing to update.
.google.cloud.bigquery.analyticshub.v1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ListingOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. Field mask specifies the fields to update in the listing
resource. The fields specified in the updateMask
are relative to the
resource and are not a full request.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Field mask specifies the fields to update in the listing
resource. The fields specified in the updateMask
are relative to the
resource and are not a full request.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasListing()
public abstract boolean hasListing()
Required. The listing to update.
.google.cloud.bigquery.analyticshub.v1.Listing listing = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the listing field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. Field mask specifies the fields to update in the listing
resource. The fields specified in the updateMask
are relative to the
resource and are not a full request.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |