public static final class ExampleQueries.Builder extends GeneratedMessage.Builder<ExampleQueries.Builder> implements ExampleQueriesOrBuilder
A message containing derived and authored example queries.
Protobuf type google.cloud.geminidataanalytics.v1beta.ExampleQueries
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllExampleQueries(Iterable<? extends ExampleQuery> values)
public ExampleQueries.Builder addAllExampleQueries(Iterable<? extends ExampleQuery> values)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.geminidataanalytics.v1beta.ExampleQuery>
|
addExampleQueries(ExampleQuery value)
public ExampleQueries.Builder addExampleQueries(ExampleQuery value)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
addExampleQueries(ExampleQuery.Builder builderForValue)
public ExampleQueries.Builder addExampleQueries(ExampleQuery.Builder builderForValue)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
addExampleQueries(int index, ExampleQuery value)
public ExampleQueries.Builder addExampleQueries(int index, ExampleQuery value)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
addExampleQueries(int index, ExampleQuery.Builder builderForValue)
public ExampleQueries.Builder addExampleQueries(int index, ExampleQuery.Builder builderForValue)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
addExampleQueriesBuilder()
public ExampleQuery.Builder addExampleQueriesBuilder()
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
addExampleQueriesBuilder(int index)
public ExampleQuery.Builder addExampleQueriesBuilder(int index)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
build()
public ExampleQueries build()
buildPartial()
public ExampleQueries buildPartial()
clear()
public ExampleQueries.Builder clear()
Overrides
clearExampleQueries()
public ExampleQueries.Builder clearExampleQueries()
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public ExampleQueries getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getExampleQueries(int index)
public ExampleQuery getExampleQueries(int index)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getExampleQueriesBuilder(int index)
public ExampleQuery.Builder getExampleQueriesBuilder(int index)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getExampleQueriesBuilderList()
public List<ExampleQuery.Builder> getExampleQueriesBuilderList()
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
getExampleQueriesCount()
public int getExampleQueriesCount()
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getExampleQueriesList()
public List<ExampleQuery> getExampleQueriesList()
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
getExampleQueriesOrBuilder(int index)
public ExampleQueryOrBuilder getExampleQueriesOrBuilder(int index)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getExampleQueriesOrBuilderList()
public List<? extends ExampleQueryOrBuilder> getExampleQueriesOrBuilderList()
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.geminidataanalytics.v1beta.ExampleQueryOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ExampleQueries other)
public ExampleQueries.Builder mergeFrom(ExampleQueries other)
public ExampleQueries.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ExampleQueries.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeExampleQueries(int index)
public ExampleQueries.Builder removeExampleQueries(int index)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
setExampleQueries(int index, ExampleQuery value)
public ExampleQueries.Builder setExampleQueries(int index, ExampleQuery value)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];
setExampleQueries(int index, ExampleQuery.Builder builderForValue)
public ExampleQueries.Builder setExampleQueries(int index, ExampleQuery.Builder builderForValue)
Optional. A list of derived and authored example queries, providing
examples of relevant and commonly used SQL queries and their corresponding
natural language queries optionally present. Currently only used for
BigQuery data sources.
repeated .google.cloud.geminidataanalytics.v1beta.ExampleQuery example_queries = 1 [(.google.api.field_behavior) = OPTIONAL];