public interface LookerExploreReferencesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCredentials()
public abstract 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 abstract 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 |
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()
public abstract 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. |