Interface LookerExploreReferencesOrBuilder (0.21.0)

public interface LookerExploreReferencesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExploreReferences(int index)

public abstract LookerExploreReference getExploreReferences(int index)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1.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.v1.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.v1.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.v1.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.v1.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

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