Class LookerExploreReference (0.1.0)

public final class LookerExploreReference extends GeneratedMessageV3 implements LookerExploreReferenceOrBuilder

Message representing a reference to a single Looker explore.

Protobuf type google.cloud.geminidataanalytics.v1beta.LookerExploreReference

Static Fields

EXPLORE_FIELD_NUMBER

public static final int EXPLORE_FIELD_NUMBER
Field Value
Type Description
int

LOOKER_INSTANCE_URI_FIELD_NUMBER

public static final int LOOKER_INSTANCE_URI_FIELD_NUMBER
Field Value
Type Description
int

LOOKML_MODEL_FIELD_NUMBER

public static final int LOOKML_MODEL_FIELD_NUMBER
Field Value
Type Description
int

PRIVATE_LOOKER_INSTANCE_INFO_FIELD_NUMBER

public static final int PRIVATE_LOOKER_INSTANCE_INFO_FIELD_NUMBER
Field Value
Type Description
int

SCHEMA_FIELD_NUMBER

public static final int SCHEMA_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static LookerExploreReference getDefaultInstance()
Returns
Type Description
LookerExploreReference

getDescriptor()

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

newBuilder()

public static LookerExploreReference.Builder newBuilder()
Returns
Type Description
LookerExploreReference.Builder

newBuilder(LookerExploreReference prototype)

public static LookerExploreReference.Builder newBuilder(LookerExploreReference prototype)
Parameter
Name Description
prototype LookerExploreReference
Returns
Type Description
LookerExploreReference.Builder

parseDelimitedFrom(InputStream input)

public static LookerExploreReference parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LookerExploreReference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static LookerExploreReference parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LookerExploreReference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LookerExploreReference parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LookerExploreReference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LookerExploreReference parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LookerExploreReference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static LookerExploreReference parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LookerExploreReference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static LookerExploreReference parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LookerExploreReference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LookerExploreReference
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<LookerExploreReference> parser()
Returns
Type Description
Parser<LookerExploreReference>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public LookerExploreReference getDefaultInstanceForType()
Returns
Type Description
LookerExploreReference

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.

getParserForType()

public Parser<LookerExploreReference> getParserForType()
Returns
Type Description
Parser<LookerExploreReference>
Overrides

getPrivateLookerInstanceInfo()

public PrivateLookerInstanceInfo getPrivateLookerInstanceInfo()

Private Looker instance info.

.google.cloud.geminidataanalytics.v1beta.PrivateLookerInstanceInfo private_looker_instance_info = 10;

Returns
Type Description
PrivateLookerInstanceInfo

The privateLookerInstanceInfo.

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.

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public LookerExploreReference.Builder newBuilderForType()
Returns
Type Description
LookerExploreReference.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LookerExploreReference.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
LookerExploreReference.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public LookerExploreReference.Builder toBuilder()
Returns
Type Description
LookerExploreReference.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException