- 1.78.0 (latest)
- 1.76.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class DataDocumentationResult.TableResult.Builder extends GeneratedMessageV3.Builder<DataDocumentationResult.TableResult.Builder> implements DataDocumentationResult.TableResultOrBuilderGenerated metadata about the table.
Protobuf type google.cloud.dataplex.v1.DataDocumentationResult.TableResult
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataDocumentationResult.TableResult.BuilderImplements
DataDocumentationResult.TableResultOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllQueries(Iterable<? extends DataDocumentationResult.Query> values)
public DataDocumentationResult.TableResult.Builder addAllQueries(Iterable<? extends DataDocumentationResult.Query> values)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.dataplex.v1.DataDocumentationResult.Query> |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
addQueries(DataDocumentationResult.Query value)
public DataDocumentationResult.TableResult.Builder addQueries(DataDocumentationResult.Query value)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataDocumentationResult.Query |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
addQueries(DataDocumentationResult.Query.Builder builderForValue)
public DataDocumentationResult.TableResult.Builder addQueries(DataDocumentationResult.Query.Builder builderForValue)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataDocumentationResult.Query.Builder |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
addQueries(int index, DataDocumentationResult.Query value)
public DataDocumentationResult.TableResult.Builder addQueries(int index, DataDocumentationResult.Query value)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataDocumentationResult.Query |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
addQueries(int index, DataDocumentationResult.Query.Builder builderForValue)
public DataDocumentationResult.TableResult.Builder addQueries(int index, DataDocumentationResult.Query.Builder builderForValue)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataDocumentationResult.Query.Builder |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
addQueriesBuilder()
public DataDocumentationResult.Query.Builder addQueriesBuilder()Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.Query.Builder |
|
addQueriesBuilder(int index)
public DataDocumentationResult.Query.Builder addQueriesBuilder(int index)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.Query.Builder |
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataDocumentationResult.TableResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
build()
public DataDocumentationResult.TableResult build()| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult |
|
buildPartial()
public DataDocumentationResult.TableResult buildPartial()| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult |
|
clear()
public DataDocumentationResult.TableResult.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public DataDocumentationResult.TableResult.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
clearName()
public DataDocumentationResult.TableResult.Builder clearName()Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataDocumentationResult.TableResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
clearOverview()
public DataDocumentationResult.TableResult.Builder clearOverview()Output only. Generated description of the table.
string overview = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
This builder for chaining. |
clearQueries()
public DataDocumentationResult.TableResult.Builder clearQueries()Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
clearSchema()
public DataDocumentationResult.TableResult.Builder clearSchema()Output only. Schema of the table with generated metadata of the columns in the schema.
.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
clone()
public DataDocumentationResult.TableResult.Builder clone()| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
getDefaultInstanceForType()
public DataDocumentationResult.TableResult getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getOverview()
public String getOverview()Output only. Generated description of the table.
string overview = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The overview. |
getOverviewBytes()
public ByteString getOverviewBytes()Output only. Generated description of the table.
string overview = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for overview. |
getQueries(int index)
public DataDocumentationResult.Query getQueries(int index)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.Query |
|
getQueriesBuilder(int index)
public DataDocumentationResult.Query.Builder getQueriesBuilder(int index)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.Query.Builder |
|
getQueriesBuilderList()
public List<DataDocumentationResult.Query.Builder> getQueriesBuilderList()Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getQueriesCount()
public int getQueriesCount()Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getQueriesList()
public List<DataDocumentationResult.Query> getQueriesList()Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Query> |
|
getQueriesOrBuilder(int index)
public DataDocumentationResult.QueryOrBuilder getQueriesOrBuilder(int index)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.QueryOrBuilder |
|
getQueriesOrBuilderList()
public List<? extends DataDocumentationResult.QueryOrBuilder> getQueriesOrBuilderList()Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataplex.v1.DataDocumentationResult.QueryOrBuilder> |
|
getSchema()
public DataDocumentationResult.Schema getSchema()Output only. Schema of the table with generated metadata of the columns in the schema.
.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.Schema |
The schema. |
getSchemaBuilder()
public DataDocumentationResult.Schema.Builder getSchemaBuilder()Output only. Schema of the table with generated metadata of the columns in the schema.
.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.Schema.Builder |
|
getSchemaOrBuilder()
public DataDocumentationResult.SchemaOrBuilder getSchemaOrBuilder()Output only. Schema of the table with generated metadata of the columns in the schema.
.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.SchemaOrBuilder |
|
hasSchema()
public boolean hasSchema()Output only. Schema of the table with generated metadata of the columns in the schema.
.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the schema field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataDocumentationResult.TableResult other)
public DataDocumentationResult.TableResult.Builder mergeFrom(DataDocumentationResult.TableResult other)| Parameter | |
|---|---|
| Name | Description |
other |
DataDocumentationResult.TableResult |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataDocumentationResult.TableResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataDocumentationResult.TableResult.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
mergeSchema(DataDocumentationResult.Schema value)
public DataDocumentationResult.TableResult.Builder mergeSchema(DataDocumentationResult.Schema value)Output only. Schema of the table with generated metadata of the columns in the schema.
.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataDocumentationResult.Schema |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataDocumentationResult.TableResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
removeQueries(int index)
public DataDocumentationResult.TableResult.Builder removeQueries(int index)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public DataDocumentationResult.TableResult.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
setName(String value)
public DataDocumentationResult.TableResult.Builder setName(String value)Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DataDocumentationResult.TableResult.Builder setNameBytes(ByteString value)Output only. The service-qualified full resource name of the cloud resource. Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
This builder for chaining. |
setOverview(String value)
public DataDocumentationResult.TableResult.Builder setOverview(String value)Output only. Generated description of the table.
string overview = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe overview to set. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
This builder for chaining. |
setOverviewBytes(ByteString value)
public DataDocumentationResult.TableResult.Builder setOverviewBytes(ByteString value)Output only. Generated description of the table.
string overview = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for overview to set. |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
This builder for chaining. |
setQueries(int index, DataDocumentationResult.Query value)
public DataDocumentationResult.TableResult.Builder setQueries(int index, DataDocumentationResult.Query value)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataDocumentationResult.Query |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
setQueries(int index, DataDocumentationResult.Query.Builder builderForValue)
public DataDocumentationResult.TableResult.Builder setQueries(int index, DataDocumentationResult.Query.Builder builderForValue)Output only. Sample SQL queries for the table.
repeated .google.cloud.dataplex.v1.DataDocumentationResult.Query queries = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataDocumentationResult.Query.Builder |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataDocumentationResult.TableResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
setSchema(DataDocumentationResult.Schema value)
public DataDocumentationResult.TableResult.Builder setSchema(DataDocumentationResult.Schema value)Output only. Schema of the table with generated metadata of the columns in the schema.
.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
DataDocumentationResult.Schema |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
setSchema(DataDocumentationResult.Schema.Builder builderForValue)
public DataDocumentationResult.TableResult.Builder setSchema(DataDocumentationResult.Schema.Builder builderForValue)Output only. Schema of the table with generated metadata of the columns in the schema.
.google.cloud.dataplex.v1.DataDocumentationResult.Schema schema = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataDocumentationResult.Schema.Builder |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final DataDocumentationResult.TableResult.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DataDocumentationResult.TableResult.Builder |
|