Class StudioDatasourceReferences.Builder (0.11.0)

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.v1beta.StudioDatasourceReferences

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllStudioReferences(Iterable<? extends StudioDatasourceReference> values)

public StudioDatasourceReferences.Builder addAllStudioReferences(Iterable<? extends StudioDatasourceReference> values)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameter
Name Description
values Iterable<? extends com.google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference>
Returns
Type Description
StudioDatasourceReferences.Builder

addStudioReferences(StudioDatasourceReference value)

public StudioDatasourceReferences.Builder addStudioReferences(StudioDatasourceReference value)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameter
Name Description
value StudioDatasourceReference
Returns
Type Description
StudioDatasourceReferences.Builder

addStudioReferences(StudioDatasourceReference.Builder builderForValue)

public StudioDatasourceReferences.Builder addStudioReferences(StudioDatasourceReference.Builder builderForValue)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameter
Name Description
builderForValue StudioDatasourceReference.Builder
Returns
Type Description
StudioDatasourceReferences.Builder

addStudioReferences(int index, StudioDatasourceReference value)

public StudioDatasourceReferences.Builder addStudioReferences(int index, StudioDatasourceReference value)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameters
Name Description
index int
value StudioDatasourceReference
Returns
Type Description
StudioDatasourceReferences.Builder

addStudioReferences(int index, StudioDatasourceReference.Builder builderForValue)

public StudioDatasourceReferences.Builder addStudioReferences(int index, StudioDatasourceReference.Builder builderForValue)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameters
Name Description
index int
builderForValue StudioDatasourceReference.Builder
Returns
Type Description
StudioDatasourceReferences.Builder

addStudioReferencesBuilder()

public StudioDatasourceReference.Builder addStudioReferencesBuilder()

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Returns
Type Description
StudioDatasourceReference.Builder

addStudioReferencesBuilder(int index)

public StudioDatasourceReference.Builder addStudioReferencesBuilder(int index)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameter
Name Description
index int
Returns
Type Description
StudioDatasourceReference.Builder

build()

public StudioDatasourceReferences build()
Returns
Type Description
StudioDatasourceReferences

buildPartial()

public StudioDatasourceReferences buildPartial()
Returns
Type Description
StudioDatasourceReferences

clear()

public StudioDatasourceReferences.Builder clear()
Returns
Type Description
StudioDatasourceReferences.Builder
Overrides

clearStudioReferences()

public StudioDatasourceReferences.Builder clearStudioReferences()

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Returns
Type Description
StudioDatasourceReferences.Builder

getDefaultInstanceForType()

public StudioDatasourceReferences getDefaultInstanceForType()
Returns
Type Description
StudioDatasourceReferences

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getStudioReferences(int index)

public StudioDatasourceReference getStudioReferences(int index)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameter
Name Description
index int
Returns
Type Description
StudioDatasourceReference

getStudioReferencesBuilder(int index)

public StudioDatasourceReference.Builder getStudioReferencesBuilder(int index)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameter
Name Description
index int
Returns
Type Description
StudioDatasourceReference.Builder

getStudioReferencesBuilderList()

public List<StudioDatasourceReference.Builder> getStudioReferencesBuilderList()

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Returns
Type Description
List<Builder>

getStudioReferencesCount()

public int getStudioReferencesCount()

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Returns
Type Description
int

getStudioReferencesList()

public List<StudioDatasourceReference> getStudioReferencesList()

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Returns
Type Description
List<StudioDatasourceReference>

getStudioReferencesOrBuilder(int index)

public StudioDatasourceReferenceOrBuilder getStudioReferencesOrBuilder(int index)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameter
Name Description
index int
Returns
Type Description
StudioDatasourceReferenceOrBuilder

getStudioReferencesOrBuilderList()

public List<? extends StudioDatasourceReferenceOrBuilder> getStudioReferencesOrBuilderList()

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Returns
Type Description
List<? extends com.google.cloud.geminidataanalytics.v1beta.StudioDatasourceReferenceOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StudioDatasourceReferences other)

public StudioDatasourceReferences.Builder mergeFrom(StudioDatasourceReferences other)
Parameter
Name Description
other StudioDatasourceReferences
Returns
Type Description
StudioDatasourceReferences.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StudioDatasourceReferences.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StudioDatasourceReferences.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StudioDatasourceReferences.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StudioDatasourceReferences.Builder
Overrides

removeStudioReferences(int index)

public StudioDatasourceReferences.Builder removeStudioReferences(int index)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameter
Name Description
index int
Returns
Type Description
StudioDatasourceReferences.Builder

setStudioReferences(int index, StudioDatasourceReference value)

public StudioDatasourceReferences.Builder setStudioReferences(int index, StudioDatasourceReference value)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameters
Name Description
index int
value StudioDatasourceReference
Returns
Type Description
StudioDatasourceReferences.Builder

setStudioReferences(int index, StudioDatasourceReference.Builder builderForValue)

public StudioDatasourceReferences.Builder setStudioReferences(int index, StudioDatasourceReference.Builder builderForValue)

The references to the studio datasources.

repeated .google.cloud.geminidataanalytics.v1beta.StudioDatasourceReference studio_references = 2;

Parameters
Name Description
index int
builderForValue StudioDatasourceReference.Builder
Returns
Type Description
StudioDatasourceReferences.Builder