public static final class LookerExploreReference.Builder extends GeneratedMessageV3.Builder<LookerExploreReference.Builder> implements LookerExploreReferenceOrBuilder
Message representing a reference to a single Looker explore.
Protobuf type google.cloud.geminidataanalytics.v1beta.LookerExploreReference
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LookerExploreReference.BuilderImplements
LookerExploreReferenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LookerExploreReference.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
build()
public LookerExploreReference build()
Returns | |
---|---|
Type | Description |
LookerExploreReference |
buildPartial()
public LookerExploreReference buildPartial()
Returns | |
---|---|
Type | Description |
LookerExploreReference |
clear()
public LookerExploreReference.Builder clear()
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
clearExplore()
public LookerExploreReference.Builder clearExplore()
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 |
LookerExploreReference.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public LookerExploreReference.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
clearInstance()
public LookerExploreReference.Builder clearInstance()
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
clearLookerInstanceUri()
public LookerExploreReference.Builder clearLookerInstanceUri()
Required. The base url of the Looker instance.
string looker_instance_uri = 9;
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
This builder for chaining. |
clearLookmlModel()
public LookerExploreReference.Builder clearLookmlModel()
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 |
LookerExploreReference.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public LookerExploreReference.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
clearPrivateLookerInstanceInfo()
public LookerExploreReference.Builder clearPrivateLookerInstanceInfo()
Private Looker instance info.
.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
clearSchema()
public LookerExploreReference.Builder clearSchema()
Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
clone()
public LookerExploreReference.Builder clone()
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
getDefaultInstanceForType()
public LookerExploreReference getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LookerExploreReference |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getExplore()
public 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 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 LookerExploreReference.InstanceCase getInstanceCase()
Returns | |
---|---|
Type | Description |
LookerExploreReference.InstanceCase |
getLookerInstanceUri()
public String getLookerInstanceUri()
Required. The base url of the Looker instance.
string looker_instance_uri = 9;
Returns | |
---|---|
Type | Description |
String |
The lookerInstanceUri. |
getLookerInstanceUriBytes()
public 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 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 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 PrivateLookerInstanceInfo getPrivateLookerInstanceInfo()
Private Looker instance info.
.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;
Returns | |
---|---|
Type | Description |
PrivateLookerInstanceInfo |
The privateLookerInstanceInfo. |
getPrivateLookerInstanceInfoBuilder()
public PrivateLookerInstanceInfo.Builder getPrivateLookerInstanceInfoBuilder()
Private Looker instance info.
.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;
Returns | |
---|---|
Type | Description |
PrivateLookerInstanceInfo.Builder |
getPrivateLookerInstanceInfoOrBuilder()
public PrivateLookerInstanceInfoOrBuilder getPrivateLookerInstanceInfoOrBuilder()
Private Looker instance info.
.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;
Returns | |
---|---|
Type | Description |
PrivateLookerInstanceInfoOrBuilder |
getSchema()
public 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. |
getSchemaBuilder()
public Schema.Builder getSchemaBuilder()
Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Schema.Builder |
getSchemaOrBuilder()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(LookerExploreReference other)
public LookerExploreReference.Builder mergeFrom(LookerExploreReference other)
Parameter | |
---|---|
Name | Description |
other |
LookerExploreReference |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LookerExploreReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public LookerExploreReference.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
mergePrivateLookerInstanceInfo(PrivateLookerInstanceInfo value)
public LookerExploreReference.Builder mergePrivateLookerInstanceInfo(PrivateLookerInstanceInfo value)
Private Looker instance info.
.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;
Parameter | |
---|---|
Name | Description |
value |
PrivateLookerInstanceInfo |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
mergeSchema(Schema value)
public LookerExploreReference.Builder mergeSchema(Schema value)
Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Schema |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LookerExploreReference.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
setExplore(String value)
public LookerExploreReference.Builder setExplore(String value)
Required. Looker Explore, as outlined in Major LookML structures. Name of the LookML Explore.
string explore = 5 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The explore to set. |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
This builder for chaining. |
setExploreBytes(ByteString value)
public LookerExploreReference.Builder setExploreBytes(ByteString value)
Required. Looker Explore, as outlined in Major LookML structures. Name of the LookML Explore.
string explore = 5 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for explore to set. |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public LookerExploreReference.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
setLookerInstanceUri(String value)
public LookerExploreReference.Builder setLookerInstanceUri(String value)
Required. The base url of the Looker instance.
string looker_instance_uri = 9;
Parameter | |
---|---|
Name | Description |
value |
String The lookerInstanceUri to set. |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
This builder for chaining. |
setLookerInstanceUriBytes(ByteString value)
public LookerExploreReference.Builder setLookerInstanceUriBytes(ByteString value)
Required. The base url of the Looker instance.
string looker_instance_uri = 9;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for lookerInstanceUri to set. |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
This builder for chaining. |
setLookmlModel(String value)
public LookerExploreReference.Builder setLookmlModel(String value)
Required. Looker model, as outlined in Major LookML structures. Name of the LookML model.
string lookml_model = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The lookmlModel to set. |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
This builder for chaining. |
setLookmlModelBytes(ByteString value)
public LookerExploreReference.Builder setLookmlModelBytes(ByteString value)
Required. Looker model, as outlined in Major LookML structures. Name of the LookML model.
string lookml_model = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for lookmlModel to set. |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
This builder for chaining. |
setPrivateLookerInstanceInfo(PrivateLookerInstanceInfo value)
public LookerExploreReference.Builder setPrivateLookerInstanceInfo(PrivateLookerInstanceInfo value)
Private Looker instance info.
.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;
Parameter | |
---|---|
Name | Description |
value |
PrivateLookerInstanceInfo |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
setPrivateLookerInstanceInfo(PrivateLookerInstanceInfo.Builder builderForValue)
public LookerExploreReference.Builder setPrivateLookerInstanceInfo(PrivateLookerInstanceInfo.Builder builderForValue)
Private Looker instance info.
.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;
Parameter | |
---|---|
Name | Description |
builderForValue |
PrivateLookerInstanceInfo.Builder |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LookerExploreReference.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
setSchema(Schema value)
public LookerExploreReference.Builder setSchema(Schema value)
Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Schema |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
setSchema(Schema.Builder builderForValue)
public LookerExploreReference.Builder setSchema(Schema.Builder builderForValue)
Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
Schema.Builder |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final LookerExploreReference.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LookerExploreReference.Builder |