Class LookerExploreReferences.Builder (0.1.0)

public static final class LookerExploreReferences.Builder extends GeneratedMessageV3.Builder<LookerExploreReferences.Builder> implements LookerExploreReferencesOrBuilder

Message representing references to Looker explores.

Protobuf type google.cloud.geminidataanalytics.v1beta.LookerExploreReferences

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllExploreReferences(Iterable<? extends LookerExploreReference> values)

public LookerExploreReferences.Builder addAllExploreReferences(Iterable<? extends LookerExploreReference> values)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<? extends com.google.cloud.geminidataanalytics.v1beta.LookerExploreReference>
Returns
Type Description
LookerExploreReferences.Builder

addExploreReferences(LookerExploreReference value)

public LookerExploreReferences.Builder addExploreReferences(LookerExploreReference value)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value LookerExploreReference
Returns
Type Description
LookerExploreReferences.Builder

addExploreReferences(LookerExploreReference.Builder builderForValue)

public LookerExploreReferences.Builder addExploreReferences(LookerExploreReference.Builder builderForValue)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue LookerExploreReference.Builder
Returns
Type Description
LookerExploreReferences.Builder

addExploreReferences(int index, LookerExploreReference value)

public LookerExploreReferences.Builder addExploreReferences(int index, LookerExploreReference value)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value LookerExploreReference
Returns
Type Description
LookerExploreReferences.Builder

addExploreReferences(int index, LookerExploreReference.Builder builderForValue)

public LookerExploreReferences.Builder addExploreReferences(int index, LookerExploreReference.Builder builderForValue)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue LookerExploreReference.Builder
Returns
Type Description
LookerExploreReferences.Builder

addExploreReferencesBuilder()

public LookerExploreReference.Builder addExploreReferencesBuilder()

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
LookerExploreReference.Builder

addExploreReferencesBuilder(int index)

public LookerExploreReference.Builder addExploreReferencesBuilder(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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LookerExploreReferences.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LookerExploreReferences.Builder
Overrides

build()

public LookerExploreReferences build()
Returns
Type Description
LookerExploreReferences

buildPartial()

public LookerExploreReferences buildPartial()
Returns
Type Description
LookerExploreReferences

clear()

public LookerExploreReferences.Builder clear()
Returns
Type Description
LookerExploreReferences.Builder
Overrides

clearCredentials()

public LookerExploreReferences.Builder clearCredentials()

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
LookerExploreReferences.Builder

clearExploreReferences()

public LookerExploreReferences.Builder clearExploreReferences()

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
LookerExploreReferences.Builder

clearField(Descriptors.FieldDescriptor field)

public LookerExploreReferences.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
LookerExploreReferences.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public LookerExploreReferences.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
LookerExploreReferences.Builder
Overrides

clone()

public LookerExploreReferences.Builder clone()
Returns
Type Description
LookerExploreReferences.Builder
Overrides

getCredentials()

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

getCredentialsBuilder()

public Credentials.Builder getCredentialsBuilder()

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.Builder

getCredentialsOrBuilder()

public 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

getDefaultInstanceForType()

public LookerExploreReferences getDefaultInstanceForType()
Returns
Type Description
LookerExploreReferences

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExploreReferences(int index)

public 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

getExploreReferencesBuilder(int index)

public LookerExploreReference.Builder getExploreReferencesBuilder(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.Builder

getExploreReferencesBuilderList()

public List<LookerExploreReference.Builder> getExploreReferencesBuilderList()

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Builder>

getExploreReferencesCount()

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCredentials(Credentials value)

public LookerExploreReferences.Builder mergeCredentials(Credentials value)

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];

Parameter
Name Description
value Credentials
Returns
Type Description
LookerExploreReferences.Builder

mergeFrom(LookerExploreReferences other)

public LookerExploreReferences.Builder mergeFrom(LookerExploreReferences other)
Parameter
Name Description
other LookerExploreReferences
Returns
Type Description
LookerExploreReferences.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LookerExploreReferences.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LookerExploreReferences.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public LookerExploreReferences.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
LookerExploreReferences.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LookerExploreReferences.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LookerExploreReferences.Builder
Overrides

removeExploreReferences(int index)

public LookerExploreReferences.Builder removeExploreReferences(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
LookerExploreReferences.Builder

setCredentials(Credentials value)

public LookerExploreReferences.Builder setCredentials(Credentials value)

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];

Parameter
Name Description
value Credentials
Returns
Type Description
LookerExploreReferences.Builder

setCredentials(Credentials.Builder builderForValue)

public LookerExploreReferences.Builder setCredentials(Credentials.Builder builderForValue)

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];

Parameter
Name Description
builderForValue Credentials.Builder
Returns
Type Description
LookerExploreReferences.Builder

setExploreReferences(int index, LookerExploreReference value)

public LookerExploreReferences.Builder setExploreReferences(int index, LookerExploreReference value)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
value LookerExploreReference
Returns
Type Description
LookerExploreReferences.Builder

setExploreReferences(int index, LookerExploreReference.Builder builderForValue)

public LookerExploreReferences.Builder setExploreReferences(int index, LookerExploreReference.Builder builderForValue)

Required. References to Looker explores.

repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int
builderForValue LookerExploreReference.Builder
Returns
Type Description
LookerExploreReferences.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public LookerExploreReferences.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LookerExploreReferences.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public LookerExploreReferences.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
LookerExploreReferences.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final LookerExploreReferences.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LookerExploreReferences.Builder
Overrides