Interface LookerExploreReferenceOrBuilder (0.1.0)

public interface LookerExploreReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExplore()

public abstract String getExplore()

Required. Looker Explore, as outlined in Major LookML structures. Name of the LookML Explore.

string explore = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The explore.

getExploreBytes()

public abstract ByteString getExploreBytes()

Required. Looker Explore, as outlined in Major LookML structures. Name of the LookML Explore.

string explore = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for explore.

getInstanceCase()

public abstract LookerExploreReference.InstanceCase getInstanceCase()
Returns
Type Description
LookerExploreReference.InstanceCase

getLookerInstanceUri()

public abstract String getLookerInstanceUri()

Required. The base url of the Looker instance.

string looker_instance_uri = 9;

Returns
Type Description
String

The lookerInstanceUri.

getLookerInstanceUriBytes()

public abstract ByteString getLookerInstanceUriBytes()

Required. The base url of the Looker instance.

string looker_instance_uri = 9;

Returns
Type Description
ByteString

The bytes for lookerInstanceUri.

getLookmlModel()

public abstract String getLookmlModel()

Required. Looker model, as outlined in Major LookML structures. Name of the LookML model.

string lookml_model = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The lookmlModel.

getLookmlModelBytes()

public abstract ByteString getLookmlModelBytes()

Required. Looker model, as outlined in Major LookML structures. Name of the LookML model.

string lookml_model = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for lookmlModel.

getPrivateLookerInstanceInfo()

public abstract PrivateLookerInstanceInfo getPrivateLookerInstanceInfo()

Private Looker instance info.

.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;

Returns
Type Description
PrivateLookerInstanceInfo

The privateLookerInstanceInfo.

getPrivateLookerInstanceInfoOrBuilder()

public abstract PrivateLookerInstanceInfoOrBuilder getPrivateLookerInstanceInfoOrBuilder()

Private Looker instance info.

.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;

Returns
Type Description
PrivateLookerInstanceInfoOrBuilder

getSchema()

public abstract Schema getSchema()

Optional. The schema of the datasource.

.google.cloud.geminidataanalytics.v1beta.Schema schema = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Schema

The schema.

getSchemaOrBuilder()

public abstract SchemaOrBuilder getSchemaOrBuilder()

Optional. The schema of the datasource.

.google.cloud.geminidataanalytics.v1beta.Schema schema = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SchemaOrBuilder

hasLookerInstanceUri()

public abstract boolean hasLookerInstanceUri()

Required. The base url of the Looker instance.

string looker_instance_uri = 9;

Returns
Type Description
boolean

Whether the lookerInstanceUri field is set.

hasPrivateLookerInstanceInfo()

public abstract boolean hasPrivateLookerInstanceInfo()

Private Looker instance info.

.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;

Returns
Type Description
boolean

Whether the privateLookerInstanceInfo field is set.

hasSchema()

public abstract boolean hasSchema()

Optional. The schema of the datasource.

.google.cloud.geminidataanalytics.v1beta.Schema schema = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the schema field is set.