public static final class SchemaResult.Builder extends GeneratedMessageV3.Builder<SchemaResult.Builder> implements SchemaResultOrBuilder
The result of schema resolution.
Protobuf type google.cloud.geminidataanalytics.v1beta.SchemaResult
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
addAllDatasources(Iterable<? extends Datasource> values)
public SchemaResult.Builder addAllDatasources(Iterable<? extends Datasource> values)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.geminidataanalytics.v1beta.Datasource>
|
addDatasources(Datasource value)
public SchemaResult.Builder addDatasources(Datasource value)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
addDatasources(Datasource.Builder builderForValue)
public SchemaResult.Builder addDatasources(Datasource.Builder builderForValue)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
addDatasources(int index, Datasource value)
public SchemaResult.Builder addDatasources(int index, Datasource value)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
addDatasources(int index, Datasource.Builder builderForValue)
public SchemaResult.Builder addDatasources(int index, Datasource.Builder builderForValue)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
addDatasourcesBuilder()
public Datasource.Builder addDatasourcesBuilder()
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
addDatasourcesBuilder(int index)
public Datasource.Builder addDatasourcesBuilder(int index)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SchemaResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SchemaResult build()
buildPartial()
public SchemaResult buildPartial()
clear()
public SchemaResult.Builder clear()
Overrides
clearDatasources()
public SchemaResult.Builder clearDatasources()
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public SchemaResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SchemaResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public SchemaResult.Builder clone()
Overrides
getDatasources(int index)
public Datasource getDatasources(int index)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getDatasourcesBuilder(int index)
public Datasource.Builder getDatasourcesBuilder(int index)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getDatasourcesBuilderList()
public List<Datasource.Builder> getDatasourcesBuilderList()
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
getDatasourcesCount()
public int getDatasourcesCount()
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
getDatasourcesList()
public List<Datasource> getDatasourcesList()
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
getDatasourcesOrBuilder(int index)
public DatasourceOrBuilder getDatasourcesOrBuilder(int index)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getDatasourcesOrBuilderList()
public List<? extends DatasourceOrBuilder> getDatasourcesOrBuilderList()
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<? extends com.google.cloud.geminidataanalytics.v1beta.DatasourceOrBuilder> |
|
getDefaultInstanceForType()
public SchemaResult getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SchemaResult other)
public SchemaResult.Builder mergeFrom(SchemaResult other)
public SchemaResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SchemaResult.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SchemaResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeDatasources(int index)
public SchemaResult.Builder removeDatasources(int index)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
setDatasources(int index, Datasource value)
public SchemaResult.Builder setDatasources(int index, Datasource value)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
setDatasources(int index, Datasource.Builder builderForValue)
public SchemaResult.Builder setDatasources(int index, Datasource.Builder builderForValue)
Optional. The datasources used to resolve the schema query.
repeated .google.cloud.geminidataanalytics.v1beta.Datasource datasources = 1 [(.google.api.field_behavior) = OPTIONAL];
setField(Descriptors.FieldDescriptor field, Object value)
public SchemaResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SchemaResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SchemaResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides