Interface UpdateQueryTemplateRequestOrBuilder (0.71.0)

public interface UpdateQueryTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQueryTemplate()

public abstract QueryTemplate getQueryTemplate()

Required. The QueryTemplate to update.

.google.cloud.bigquery.analyticshub.v1.QueryTemplate query_template = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
QueryTemplate

The queryTemplate.

getQueryTemplateOrBuilder()

public abstract QueryTemplateOrBuilder getQueryTemplateOrBuilder()

Required. The QueryTemplate to update.

.google.cloud.bigquery.analyticshub.v1.QueryTemplate query_template = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
QueryTemplateOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Field mask specifies the fields to update in the query template 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) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Field mask specifies the fields to update in the query template 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) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasQueryTemplate()

public abstract boolean hasQueryTemplate()

Required. The QueryTemplate to update.

.google.cloud.bigquery.analyticshub.v1.QueryTemplate query_template = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the queryTemplate field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Field mask specifies the fields to update in the query template 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) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.