public static final class StudioDatasourceReferences.Builder extends GeneratedMessage.Builder<StudioDatasourceReferences.Builder> implements StudioDatasourceReferencesOrBuilder
Message representing references to Looker Studio datasources.
Protobuf type google.cloud.geminidataanalytics.v1.StudioDatasourceReferences
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
addAllStudioReferences(Iterable<? extends StudioDatasourceReference> values)
public StudioDatasourceReferences.Builder addAllStudioReferences(Iterable<? extends StudioDatasourceReference> values)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.geminidataanalytics.v1.StudioDatasourceReference>
|
addStudioReferences(StudioDatasourceReference value)
public StudioDatasourceReferences.Builder addStudioReferences(StudioDatasourceReference value)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
addStudioReferences(StudioDatasourceReference.Builder builderForValue)
public StudioDatasourceReferences.Builder addStudioReferences(StudioDatasourceReference.Builder builderForValue)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
addStudioReferences(int index, StudioDatasourceReference value)
public StudioDatasourceReferences.Builder addStudioReferences(int index, StudioDatasourceReference value)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
addStudioReferences(int index, StudioDatasourceReference.Builder builderForValue)
public StudioDatasourceReferences.Builder addStudioReferences(int index, StudioDatasourceReference.Builder builderForValue)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
addStudioReferencesBuilder()
public StudioDatasourceReference.Builder addStudioReferencesBuilder()
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
addStudioReferencesBuilder(int index)
public StudioDatasourceReference.Builder addStudioReferencesBuilder(int index)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
build()
public StudioDatasourceReferences build()
buildPartial()
public StudioDatasourceReferences buildPartial()
clear()
public StudioDatasourceReferences.Builder clear()
Overrides
clearStudioReferences()
public StudioDatasourceReferences.Builder clearStudioReferences()
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public StudioDatasourceReferences getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getStudioReferences(int index)
public StudioDatasourceReference getStudioReferences(int index)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getStudioReferencesBuilder(int index)
public StudioDatasourceReference.Builder getStudioReferencesBuilder(int index)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getStudioReferencesBuilderList()
public List<StudioDatasourceReference.Builder> getStudioReferencesBuilderList()
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
getStudioReferencesCount()
public int getStudioReferencesCount()
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getStudioReferencesList()
public List<StudioDatasourceReference> getStudioReferencesList()
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
getStudioReferencesOrBuilder(int index)
public StudioDatasourceReferenceOrBuilder getStudioReferencesOrBuilder(int index)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getStudioReferencesOrBuilderList()
public List<? extends StudioDatasourceReferenceOrBuilder> getStudioReferencesOrBuilderList()
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.geminidataanalytics.v1.StudioDatasourceReferenceOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(StudioDatasourceReferences other)
public StudioDatasourceReferences.Builder mergeFrom(StudioDatasourceReferences other)
public StudioDatasourceReferences.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public StudioDatasourceReferences.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeStudioReferences(int index)
public StudioDatasourceReferences.Builder removeStudioReferences(int index)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
setStudioReferences(int index, StudioDatasourceReference value)
public StudioDatasourceReferences.Builder setStudioReferences(int index, StudioDatasourceReference value)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];
setStudioReferences(int index, StudioDatasourceReference.Builder builderForValue)
public StudioDatasourceReferences.Builder setStudioReferences(int index, StudioDatasourceReference.Builder builderForValue)
Optional. The references to the studio datasources.
repeated .google.cloud.geminidataanalytics.v1.StudioDatasourceReference studio_references = 2 [(.google.api.field_behavior) = OPTIONAL];