Class FeatureView.BigQuerySource (3.42.0)

public static final class FeatureView.BigQuerySource extends GeneratedMessageV3 implements FeatureView.BigQuerySourceOrBuilder

Protobuf type google.cloud.aiplatform.v1beta1.FeatureView.BigQuerySource

Static Fields

ENTITY_ID_COLUMNS_FIELD_NUMBER

public static final int ENTITY_ID_COLUMNS_FIELD_NUMBER
Field Value
TypeDescription
int

URI_FIELD_NUMBER

public static final int URI_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FeatureView.BigQuerySource getDefaultInstance()
Returns
TypeDescription
FeatureView.BigQuerySource

getDescriptor()

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

newBuilder()

public static FeatureView.BigQuerySource.Builder newBuilder()
Returns
TypeDescription
FeatureView.BigQuerySource.Builder

newBuilder(FeatureView.BigQuerySource prototype)

public static FeatureView.BigQuerySource.Builder newBuilder(FeatureView.BigQuerySource prototype)
Parameter
NameDescription
prototypeFeatureView.BigQuerySource
Returns
TypeDescription
FeatureView.BigQuerySource.Builder

parseDelimitedFrom(InputStream input)

public static FeatureView.BigQuerySource parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureView.BigQuerySource
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static FeatureView.BigQuerySource parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FeatureView.BigQuerySource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static FeatureView.BigQuerySource parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FeatureView.BigQuerySource
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static FeatureView.BigQuerySource parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureView.BigQuerySource
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static FeatureView.BigQuerySource parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FeatureView.BigQuerySource
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<FeatureView.BigQuerySource> parser()
Returns
TypeDescription
Parser<BigQuerySource>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public FeatureView.BigQuerySource getDefaultInstanceForType()
Returns
TypeDescription
FeatureView.BigQuerySource

getEntityIdColumns(int index)

public String getEntityIdColumns(int index)

Required. Columns to construct entity_id / row keys.

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

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)

Required. Columns to construct entity_id / row keys.

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

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()

Required. Columns to construct entity_id / row keys.

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

Returns
TypeDescription
int

The count of entityIdColumns.

getEntityIdColumnsList()

public ProtocolStringList getEntityIdColumnsList()

Required. Columns to construct entity_id / row keys.

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

Returns
TypeDescription
ProtocolStringList

A list containing the entityIdColumns.

getParserForType()

public Parser<FeatureView.BigQuerySource> getParserForType()
Returns
TypeDescription
Parser<BigQuerySource>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUri()

public String getUri()

Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The uri.

getUriBytes()

public ByteString getUriBytes()

Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for uri.

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 FeatureView.BigQuerySource.Builder newBuilderForType()
Returns
TypeDescription
FeatureView.BigQuerySource.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FeatureView.BigQuerySource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FeatureView.BigQuerySource.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public FeatureView.BigQuerySource.Builder toBuilder()
Returns
TypeDescription
FeatureView.BigQuerySource.Builder

writeTo(CodedOutputStream output)

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