Interface LookerExploreReferencesOrBuilder (0.21.0)

public interface LookerExploreReferencesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCredentials() (deprecated)

public abstract Credentials getCredentials()

Deprecated. google.cloud.geminidataanalytics.v1beta.LookerExploreReferences.credentials is deprecated. See google/cloud/geminidataanalytics/v1beta/datasource.proto;l=312

Optional. Deprecated: Use credentials in ChatRequest. 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 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Credentials

The credentials.

getCredentialsOrBuilder() (deprecated)

public abstract CredentialsOrBuilder getCredentialsOrBuilder()

Optional. Deprecated: Use credentials in ChatRequest. 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 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CredentialsOrBuilder

getExploreReferences(int index)

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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>

hasCredentials() (deprecated)

public abstract boolean hasCredentials()

Deprecated. google.cloud.geminidataanalytics.v1beta.LookerExploreReferences.credentials is deprecated. See google/cloud/geminidataanalytics/v1beta/datasource.proto;l=312

Optional. Deprecated: Use credentials in ChatRequest. 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 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the credentials field is set.