Class LookerExploreReferences (0.1.0)

public final class LookerExploreReferences extends GeneratedMessageV3 implements LookerExploreReferencesOrBuilder

Message representing references to Looker explores.

Protobuf type google.cloud.geminidataanalytics.v1beta.LookerExploreReferences

Static Fields

CREDENTIALS_FIELD_NUMBER

public static final int CREDENTIALS_FIELD_NUMBER
Field Value
Type Description
int

EXPLORE_REFERENCES_FIELD_NUMBER

public static final int EXPLORE_REFERENCES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static LookerExploreReferences getDefaultInstance()
Returns
Type Description
LookerExploreReferences

getDescriptor()

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

newBuilder()

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

newBuilder(LookerExploreReferences prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCredentials()

public Credentials getCredentials()

Optional. The credentials to use when calling the Looker API.

Currently supports both OAuth token and API key-based credentials, as described in Authentication with an SDK.

.google.cloud.geminidataanalytics.v1beta.Credentials credentials = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Credentials

The credentials.

getCredentialsOrBuilder()

public CredentialsOrBuilder getCredentialsOrBuilder()

Optional. The credentials to use when calling the Looker API.

Currently supports both OAuth token and API key-based credentials, as described in Authentication with an SDK.

.google.cloud.geminidataanalytics.v1beta.Credentials credentials = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CredentialsOrBuilder

getDefaultInstanceForType()

public LookerExploreReferences getDefaultInstanceForType()
Returns
Type Description
LookerExploreReferences

getExploreReferences(int index)

public LookerExploreReference getExploreReferences(int index)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
LookerExploreReference

getExploreReferencesCount()

public int getExploreReferencesCount()

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getExploreReferencesList()

public List<LookerExploreReference> getExploreReferencesList()

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<LookerExploreReference>

getExploreReferencesOrBuilder(int index)

public LookerExploreReferenceOrBuilder getExploreReferencesOrBuilder(int index)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
LookerExploreReferenceOrBuilder

getExploreReferencesOrBuilderList()

public List<? extends LookerExploreReferenceOrBuilder> getExploreReferencesOrBuilderList()

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

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

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasCredentials()

public boolean hasCredentials()

Optional. The credentials to use when calling the Looker API.

Currently supports both OAuth token and API key-based credentials, as described in Authentication with an SDK.

.google.cloud.geminidataanalytics.v1beta.Credentials credentials = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the credentials field is set.

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 LookerExploreReferences.Builder newBuilderForType()
Returns
Type Description
LookerExploreReferences.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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