Interface UpdateDataExchangeRequestOrBuilder (0.40.0)

public interface UpdateDataExchangeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataExchange()

public abstract DataExchange getDataExchange()

Required. The data exchange to update.

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

Returns
Type Description
DataExchange

The dataExchange.

getDataExchangeOrBuilder()

public abstract DataExchangeOrBuilder getDataExchangeOrBuilder()

Required. The data exchange to update.

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

Returns
Type Description
DataExchangeOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Field mask specifies the fields to update in the data exchange 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 data exchange 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

hasDataExchange()

public abstract boolean hasDataExchange()

Required. The data exchange to update.

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

Returns
Type Description
boolean

Whether the dataExchange field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Field mask specifies the fields to update in the data exchange 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.