- 1.59.0 (latest)
- 1.58.0
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public static final class BigQueryTableSpec.Builder extends GeneratedMessageV3.Builder<BigQueryTableSpec.Builder> implements BigQueryTableSpecOrBuilder
Describes a BigQuery table.
Protobuf type google.cloud.datacatalog.v1.BigQueryTableSpec
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BigQueryTableSpec.BuilderImplements
BigQueryTableSpecOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BigQueryTableSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BigQueryTableSpec.Builder |
build()
public BigQueryTableSpec build()
Type | Description |
BigQueryTableSpec |
buildPartial()
public BigQueryTableSpec buildPartial()
Type | Description |
BigQueryTableSpec |
clear()
public BigQueryTableSpec.Builder clear()
Type | Description |
BigQueryTableSpec.Builder |
clearField(Descriptors.FieldDescriptor field)
public BigQueryTableSpec.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
BigQueryTableSpec.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BigQueryTableSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
BigQueryTableSpec.Builder |
clearTableSourceType()
public BigQueryTableSpec.Builder clearTableSourceType()
Output only. The table source type.
.google.cloud.datacatalog.v1.TableSourceType table_source_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
BigQueryTableSpec.Builder | This builder for chaining. |
clearTableSpec()
public BigQueryTableSpec.Builder clearTableSpec()
Specification of a BigQuery table. Populated only if
the `table_source_type` is `BIGQUERY_TABLE`.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
Type | Description |
BigQueryTableSpec.Builder |
clearTypeSpec()
public BigQueryTableSpec.Builder clearTypeSpec()
Type | Description |
BigQueryTableSpec.Builder |
clearViewSpec()
public BigQueryTableSpec.Builder clearViewSpec()
Table view specification. Populated only if
the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
Type | Description |
BigQueryTableSpec.Builder |
clone()
public BigQueryTableSpec.Builder clone()
Type | Description |
BigQueryTableSpec.Builder |
getDefaultInstanceForType()
public BigQueryTableSpec getDefaultInstanceForType()
Type | Description |
BigQueryTableSpec |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getTableSourceType()
public TableSourceType getTableSourceType()
Output only. The table source type.
.google.cloud.datacatalog.v1.TableSourceType table_source_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TableSourceType | The tableSourceType. |
getTableSourceTypeValue()
public int getTableSourceTypeValue()
Output only. The table source type.
.google.cloud.datacatalog.v1.TableSourceType table_source_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The enum numeric value on the wire for tableSourceType. |
getTableSpec()
public TableSpec getTableSpec()
Specification of a BigQuery table. Populated only if
the `table_source_type` is `BIGQUERY_TABLE`.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
Type | Description |
TableSpec | The tableSpec. |
getTableSpecBuilder()
public TableSpec.Builder getTableSpecBuilder()
Specification of a BigQuery table. Populated only if
the `table_source_type` is `BIGQUERY_TABLE`.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
Type | Description |
TableSpec.Builder |
getTableSpecOrBuilder()
public TableSpecOrBuilder getTableSpecOrBuilder()
Specification of a BigQuery table. Populated only if
the `table_source_type` is `BIGQUERY_TABLE`.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
Type | Description |
TableSpecOrBuilder |
getTypeSpecCase()
public BigQueryTableSpec.TypeSpecCase getTypeSpecCase()
Type | Description |
BigQueryTableSpec.TypeSpecCase |
getViewSpec()
public ViewSpec getViewSpec()
Table view specification. Populated only if
the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
Type | Description |
ViewSpec | The viewSpec. |
getViewSpecBuilder()
public ViewSpec.Builder getViewSpecBuilder()
Table view specification. Populated only if
the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
Type | Description |
ViewSpec.Builder |
getViewSpecOrBuilder()
public ViewSpecOrBuilder getViewSpecOrBuilder()
Table view specification. Populated only if
the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
Type | Description |
ViewSpecOrBuilder |
hasTableSpec()
public boolean hasTableSpec()
Specification of a BigQuery table. Populated only if
the `table_source_type` is `BIGQUERY_TABLE`.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
Type | Description |
boolean | Whether the tableSpec field is set. |
hasViewSpec()
public boolean hasViewSpec()
Table view specification. Populated only if
the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
Type | Description |
boolean | Whether the viewSpec field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(BigQueryTableSpec other)
public BigQueryTableSpec.Builder mergeFrom(BigQueryTableSpec other)
Name | Description |
other | BigQueryTableSpec |
Type | Description |
BigQueryTableSpec.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BigQueryTableSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BigQueryTableSpec.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public BigQueryTableSpec.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
BigQueryTableSpec.Builder |
mergeTableSpec(TableSpec value)
public BigQueryTableSpec.Builder mergeTableSpec(TableSpec value)
Specification of a BigQuery table. Populated only if
the `table_source_type` is `BIGQUERY_TABLE`.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
Name | Description |
value | TableSpec |
Type | Description |
BigQueryTableSpec.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BigQueryTableSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BigQueryTableSpec.Builder |
mergeViewSpec(ViewSpec value)
public BigQueryTableSpec.Builder mergeViewSpec(ViewSpec value)
Table view specification. Populated only if
the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
Name | Description |
value | ViewSpec |
Type | Description |
BigQueryTableSpec.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BigQueryTableSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BigQueryTableSpec.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BigQueryTableSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
BigQueryTableSpec.Builder |
setTableSourceType(TableSourceType value)
public BigQueryTableSpec.Builder setTableSourceType(TableSourceType value)
Output only. The table source type.
.google.cloud.datacatalog.v1.TableSourceType table_source_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | TableSourceType The tableSourceType to set. |
Type | Description |
BigQueryTableSpec.Builder | This builder for chaining. |
setTableSourceTypeValue(int value)
public BigQueryTableSpec.Builder setTableSourceTypeValue(int value)
Output only. The table source type.
.google.cloud.datacatalog.v1.TableSourceType table_source_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | int The enum numeric value on the wire for tableSourceType to set. |
Type | Description |
BigQueryTableSpec.Builder | This builder for chaining. |
setTableSpec(TableSpec value)
public BigQueryTableSpec.Builder setTableSpec(TableSpec value)
Specification of a BigQuery table. Populated only if
the `table_source_type` is `BIGQUERY_TABLE`.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
Name | Description |
value | TableSpec |
Type | Description |
BigQueryTableSpec.Builder |
setTableSpec(TableSpec.Builder builderForValue)
public BigQueryTableSpec.Builder setTableSpec(TableSpec.Builder builderForValue)
Specification of a BigQuery table. Populated only if
the `table_source_type` is `BIGQUERY_TABLE`.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
Name | Description |
builderForValue | TableSpec.Builder |
Type | Description |
BigQueryTableSpec.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BigQueryTableSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BigQueryTableSpec.Builder |
setViewSpec(ViewSpec value)
public BigQueryTableSpec.Builder setViewSpec(ViewSpec value)
Table view specification. Populated only if
the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
Name | Description |
value | ViewSpec |
Type | Description |
BigQueryTableSpec.Builder |
setViewSpec(ViewSpec.Builder builderForValue)
public BigQueryTableSpec.Builder setViewSpec(ViewSpec.Builder builderForValue)
Table view specification. Populated only if
the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
Name | Description |
builderForValue | ViewSpec.Builder |
Type | Description |
BigQueryTableSpec.Builder |