public static final class ExampleQueries.Builder extends GeneratedMessageV3.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.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExampleQueries.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
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];
clearField(Descriptors.FieldDescriptor field)
public ExampleQueries.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ExampleQueries.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ExampleQueries.Builder clone()
Overrides
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 GeneratedMessageV3.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
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExampleQueries.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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];
setField(Descriptors.FieldDescriptor field, Object value)
public ExampleQueries.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExampleQueries.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExampleQueries.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides