public static final class LookerExploreReferences.Builder extends GeneratedMessage.Builder<LookerExploreReferences.Builder> implements LookerExploreReferencesOrBuilderMessage representing references to Looker explores.
Protobuf type google.cloud.geminidataanalytics.v1beta.LookerExploreReferences
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > LookerExploreReferences.BuilderImplements
LookerExploreReferencesOrBuilderStatic 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 |
|
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 |
|
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 |
|
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 |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public LookerExploreReferences.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
LookerExploreReferences.Builder |
|
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 |
|