- 1.58.0 (latest)
- 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 TableSpec.Builder extends GeneratedMessageV3.Builder<TableSpec.Builder> implements TableSpecOrBuilder
Normal BigQuery table specification.
Protobuf type google.cloud.datacatalog.v1.TableSpec
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TableSpec.BuilderImplements
TableSpecOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TableSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TableSpec.Builder |
build()
public TableSpec build()
Type | Description |
TableSpec |
buildPartial()
public TableSpec buildPartial()
Type | Description |
TableSpec |
clear()
public TableSpec.Builder clear()
Type | Description |
TableSpec.Builder |
clearField(Descriptors.FieldDescriptor field)
public TableSpec.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TableSpec.Builder |
clearGroupedEntry()
public TableSpec.Builder clearGroupedEntry()
Output only. If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD
name pattern, this field is the Data Catalog resource name of the
date-sharded grouped entry. For example:
projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
.
Otherwise, grouped_entry
is empty.
string grouped_entry = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
TableSpec.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TableSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TableSpec.Builder |
clone()
public TableSpec.Builder clone()
Type | Description |
TableSpec.Builder |
getDefaultInstanceForType()
public TableSpec getDefaultInstanceForType()
Type | Description |
TableSpec |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getGroupedEntry()
public String getGroupedEntry()
Output only. If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD
name pattern, this field is the Data Catalog resource name of the
date-sharded grouped entry. For example:
projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
.
Otherwise, grouped_entry
is empty.
string grouped_entry = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
String | The groupedEntry. |
getGroupedEntryBytes()
public ByteString getGroupedEntryBytes()
Output only. If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD
name pattern, this field is the Data Catalog resource name of the
date-sharded grouped entry. For example:
projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
.
Otherwise, grouped_entry
is empty.
string grouped_entry = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for groupedEntry. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(TableSpec other)
public TableSpec.Builder mergeFrom(TableSpec other)
Name | Description |
other | TableSpec |
Type | Description |
TableSpec.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TableSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TableSpec.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TableSpec.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TableSpec.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TableSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TableSpec.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TableSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TableSpec.Builder |
setGroupedEntry(String value)
public TableSpec.Builder setGroupedEntry(String value)
Output only. If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD
name pattern, this field is the Data Catalog resource name of the
date-sharded grouped entry. For example:
projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
.
Otherwise, grouped_entry
is empty.
string grouped_entry = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The groupedEntry to set. |
Type | Description |
TableSpec.Builder | This builder for chaining. |
setGroupedEntryBytes(ByteString value)
public TableSpec.Builder setGroupedEntryBytes(ByteString value)
Output only. If the table is date-sharded, that is, it matches the [prefix]YYYYMMDD
name pattern, this field is the Data Catalog resource name of the
date-sharded grouped entry. For example:
projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}
.
Otherwise, grouped_entry
is empty.
string grouped_entry = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for groupedEntry to set. |
Type | Description |
TableSpec.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TableSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TableSpec.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TableSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TableSpec.Builder |