Interface DatasourceOptionsOrBuilder (0.9.0)

public interface DatasourceOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigQueryMaxBilledBytes()

public abstract Int64Value getBigQueryMaxBilledBytes()

Optional. This option applies to datasources that require BigQuery queries only. Limits the bytes billed for each BQ query job. Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, no limit will be applied.

.google.protobuf.Int64Value big_query_max_billed_bytes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Int64Value

The bigQueryMaxBilledBytes.

getBigQueryMaxBilledBytesOrBuilder()

public abstract Int64ValueOrBuilder getBigQueryMaxBilledBytesOrBuilder()

Optional. This option applies to datasources that require BigQuery queries only. Limits the bytes billed for each BQ query job. Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, no limit will be applied.

.google.protobuf.Int64Value big_query_max_billed_bytes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Int64ValueOrBuilder

hasBigQueryMaxBilledBytes()

public abstract boolean hasBigQueryMaxBilledBytes()

Optional. This option applies to datasources that require BigQuery queries only. Limits the bytes billed for each BQ query job. Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, no limit will be applied.

.google.protobuf.Int64Value big_query_max_billed_bytes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the bigQueryMaxBilledBytes field is set.