Class StudioDatasourceReferences (0.1.0)

public final class StudioDatasourceReferences extends GeneratedMessageV3 implements StudioDatasourceReferencesOrBuilder

Message representing references to Looker Studio datasources.

Protobuf type google.cloud.geminidataanalytics.v1beta.StudioDatasourceReferences

Static Fields

STUDIO_REFERENCES_FIELD_NUMBER

public static final int STUDIO_REFERENCES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StudioDatasourceReferences getDefaultInstance()
Returns
Type Description
StudioDatasourceReferences

getDescriptor()

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

newBuilder()

public static StudioDatasourceReferences.Builder newBuilder()
Returns
Type Description
StudioDatasourceReferences.Builder

newBuilder(StudioDatasourceReferences prototype)

public static StudioDatasourceReferences.Builder newBuilder(StudioDatasourceReferences prototype)
Parameter
Name Description
prototype StudioDatasourceReferences
Returns
Type Description
StudioDatasourceReferences.Builder

parseDelimitedFrom(InputStream input)

public static StudioDatasourceReferences parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StudioDatasourceReferences parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static StudioDatasourceReferences parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StudioDatasourceReferences parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StudioDatasourceReferences parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StudioDatasourceReferences parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StudioDatasourceReferences parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StudioDatasourceReferences parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static StudioDatasourceReferences parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StudioDatasourceReferences parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static StudioDatasourceReferences parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StudioDatasourceReferences parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StudioDatasourceReferences
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<StudioDatasourceReferences> parser()
Returns
Type Description
Parser<StudioDatasourceReferences>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public StudioDatasourceReferences getDefaultInstanceForType()
Returns
Type Description
StudioDatasourceReferences

getParserForType()

public Parser<StudioDatasourceReferences> getParserForType()
Returns
Type Description
Parser<StudioDatasourceReferences>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
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

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>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public StudioDatasourceReferences.Builder newBuilderForType()
Returns
Type Description
StudioDatasourceReferences.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StudioDatasourceReferences.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StudioDatasourceReferences.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public StudioDatasourceReferences.Builder toBuilder()
Returns
Type Description
StudioDatasourceReferences.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException