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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
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];
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];
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];
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];
addExploreReferencesBuilder()
public LookerExploreReference.Builder addExploreReferencesBuilder()
Required. References to Looker explores.
repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];
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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LookerExploreReferences.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public LookerExploreReferences build()
buildPartial()
public LookerExploreReferences buildPartial()
clear()
public LookerExploreReferences.Builder clear()
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];
clearExploreReferences()
public LookerExploreReferences.Builder clearExploreReferences()
Required. References to Looker explores.
repeated .google.cloud.geminidataanalytics.v1beta.LookerExploreReference explore_references = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public LookerExploreReferences.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public LookerExploreReferences.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public LookerExploreReferences.Builder clone()
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];
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];
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];
getDefaultInstanceForType()
public LookerExploreReferences getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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
|
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
|
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];
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];
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
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
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];
mergeFrom(LookerExploreReferences other)
public LookerExploreReferences.Builder mergeFrom(LookerExploreReferences other)
public LookerExploreReferences.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public LookerExploreReferences.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LookerExploreReferences.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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
|
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];
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];
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];
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];
setField(Descriptors.FieldDescriptor field, Object value)
public LookerExploreReferences.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LookerExploreReferences.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final LookerExploreReferences.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides