Class FeatureGroup.BigQuery (3.42.0)

public static final class FeatureGroup.BigQuery extends GeneratedMessageV3 implements FeatureGroup.BigQueryOrBuilder

Input source type for BigQuery Tables and Views.

Protobuf type google.cloud.aiplatform.v1beta1.FeatureGroup.BigQuery

Static Fields

BIG_QUERY_SOURCE_FIELD_NUMBER

public static final int BIG_QUERY_SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

ENTITY_ID_COLUMNS_FIELD_NUMBER

public static final int ENTITY_ID_COLUMNS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FeatureGroup.BigQuery getDefaultInstance()
Returns
TypeDescription
FeatureGroup.BigQuery

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static FeatureGroup.BigQuery.Builder newBuilder()
Returns
TypeDescription
FeatureGroup.BigQuery.Builder

newBuilder(FeatureGroup.BigQuery prototype)

public static FeatureGroup.BigQuery.Builder newBuilder(FeatureGroup.BigQuery prototype)
Parameter
NameDescription
prototypeFeatureGroup.BigQuery
Returns
TypeDescription
FeatureGroup.BigQuery.Builder

parseDelimitedFrom(InputStream input)

public static FeatureGroup.BigQuery parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureGroup.BigQuery parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FeatureGroup.BigQuery parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FeatureGroup.BigQuery parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FeatureGroup.BigQuery parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FeatureGroup.BigQuery parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FeatureGroup.BigQuery parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureGroup.BigQuery parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FeatureGroup.BigQuery parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureGroup.BigQuery parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FeatureGroup.BigQuery parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FeatureGroup.BigQuery parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureGroup.BigQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FeatureGroup.BigQuery> parser()
Returns
TypeDescription
Parser<BigQuery>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBigQuerySource()

public BigQuerySource getBigQuerySource()

Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.

.google.cloud.aiplatform.v1beta1.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BigQuerySource

The bigQuerySource.

getBigQuerySourceOrBuilder()

public BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()

Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.

.google.cloud.aiplatform.v1beta1.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BigQuerySourceOrBuilder

getDefaultInstanceForType()

public FeatureGroup.BigQuery getDefaultInstanceForType()
Returns
TypeDescription
FeatureGroup.BigQuery

getEntityIdColumns(int index)

public String getEntityIdColumns(int index)

Optional. Columns to construct entity_id / row keys. If not provided defaults to entity_id.

repeated string entity_id_columns = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The entityIdColumns at the given index.

getEntityIdColumnsBytes(int index)

public ByteString getEntityIdColumnsBytes(int index)

Optional. Columns to construct entity_id / row keys. If not provided defaults to entity_id.

repeated string entity_id_columns = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the entityIdColumns at the given index.

getEntityIdColumnsCount()

public int getEntityIdColumnsCount()

Optional. Columns to construct entity_id / row keys. If not provided defaults to entity_id.

repeated string entity_id_columns = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of entityIdColumns.

getEntityIdColumnsList()

public ProtocolStringList getEntityIdColumnsList()

Optional. Columns to construct entity_id / row keys. If not provided defaults to entity_id.

repeated string entity_id_columns = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ProtocolStringList

A list containing the entityIdColumns.

getParserForType()

public Parser<FeatureGroup.BigQuery> getParserForType()
Returns
TypeDescription
Parser<BigQuery>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasBigQuerySource()

public boolean hasBigQuerySource()

Required. Immutable. The BigQuery source URI that points to either a BigQuery Table or View.

.google.cloud.aiplatform.v1beta1.BigQuerySource big_query_source = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the bigQuerySource field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FeatureGroup.BigQuery.Builder newBuilderForType()
Returns
TypeDescription
FeatureGroup.BigQuery.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FeatureGroup.BigQuery.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FeatureGroup.BigQuery.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FeatureGroup.BigQuery.Builder toBuilder()
Returns
TypeDescription
FeatureGroup.BigQuery.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException