Interface DataAgentContextOrBuilder (0.1.0)

public interface DataAgentContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContextVersion()

public abstract DataAgentContext.ContextVersion getContextVersion()

Optional. Version of context to be used by DCS (e.g. STAGING, PUBLISHED)

.google.cloud.geminidataanalytics.v1beta.DataAgentContext.ContextVersion context_version = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataAgentContext.ContextVersion

The contextVersion.

getContextVersionValue()

public abstract int getContextVersionValue()

Optional. Version of context to be used by DCS (e.g. STAGING, PUBLISHED)

.google.cloud.geminidataanalytics.v1beta.DataAgentContext.ContextVersion context_version = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for contextVersion.

getCredentials()

public abstract Credentials getCredentials()

Optional. The credentials to use when calling the Looker data source.

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 data source.

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

getDataAgent()

public abstract String getDataAgent()

Required. The name of the data agent resource.

string data_agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The dataAgent.

getDataAgentBytes()

public abstract ByteString getDataAgentBytes()

Required. The name of the data agent resource.

string data_agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for dataAgent.

hasCredentials()

public abstract boolean hasCredentials()

Optional. The credentials to use when calling the Looker data source.

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.