Class ExportFeatureValuesRequest (3.44.0)

public final class ExportFeatureValuesRequest extends GeneratedMessageV3 implements ExportFeatureValuesRequestOrBuilder

Request message for FeaturestoreService.ExportFeatureValues.

Protobuf type google.cloud.aiplatform.v1.ExportFeatureValuesRequest

Static Fields

DESTINATION_FIELD_NUMBER

public static final int DESTINATION_FIELD_NUMBER
Field Value
Type Description
int

ENTITY_TYPE_FIELD_NUMBER

public static final int ENTITY_TYPE_FIELD_NUMBER
Field Value
Type Description
int

FEATURE_SELECTOR_FIELD_NUMBER

public static final int FEATURE_SELECTOR_FIELD_NUMBER
Field Value
Type Description
int

FULL_EXPORT_FIELD_NUMBER

public static final int FULL_EXPORT_FIELD_NUMBER
Field Value
Type Description
int

SETTINGS_FIELD_NUMBER

public static final int SETTINGS_FIELD_NUMBER
Field Value
Type Description
int

SNAPSHOT_EXPORT_FIELD_NUMBER

public static final int SNAPSHOT_EXPORT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ExportFeatureValuesRequest getDefaultInstance()
Returns
Type Description
ExportFeatureValuesRequest

getDescriptor()

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

newBuilder()

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

newBuilder(ExportFeatureValuesRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ExportFeatureValuesRequest getDefaultInstanceForType()
Returns
Type Description
ExportFeatureValuesRequest

getDestination()

public FeatureValueDestination getDestination()

Required. Specifies destination location and format.

.google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureValueDestination

The destination.

getDestinationOrBuilder()

public FeatureValueDestinationOrBuilder getDestinationOrBuilder()

Required. Specifies destination location and format.

.google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureValueDestinationOrBuilder

getEntityType()

public String getEntityType()

Required. The resource name of the EntityType from which to export Feature values. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The entityType.

getEntityTypeBytes()

public ByteString getEntityTypeBytes()

Required. The resource name of the EntityType from which to export Feature values. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

string entity_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for entityType.

getFeatureSelector()

public FeatureSelector getFeatureSelector()

Required. Selects Features to export values of.

.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureSelector

The featureSelector.

getFeatureSelectorOrBuilder()

public FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()

Required. Selects Features to export values of.

.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureSelectorOrBuilder

getFullExport()

public ExportFeatureValuesRequest.FullExport getFullExport()

Exports all historical values of all entities of the EntityType within a time range

.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;

Returns
Type Description
ExportFeatureValuesRequest.FullExport

The fullExport.

getFullExportOrBuilder()

public ExportFeatureValuesRequest.FullExportOrBuilder getFullExportOrBuilder()

Exports all historical values of all entities of the EntityType within a time range

.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;

Returns
Type Description
ExportFeatureValuesRequest.FullExportOrBuilder

getModeCase()

public ExportFeatureValuesRequest.ModeCase getModeCase()
Returns
Type Description
ExportFeatureValuesRequest.ModeCase

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSettings(int index)

public DestinationFeatureSetting getSettings(int index)

Per-Feature export settings.

repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;

Parameter
Name Description
index int
Returns
Type Description
DestinationFeatureSetting

getSettingsCount()

public int getSettingsCount()

Per-Feature export settings.

repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;

Returns
Type Description
int

getSettingsList()

public List<DestinationFeatureSetting> getSettingsList()

Per-Feature export settings.

repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;

Returns
Type Description
List<DestinationFeatureSetting>

getSettingsOrBuilder(int index)

public DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)

Per-Feature export settings.

repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;

Parameter
Name Description
index int
Returns
Type Description
DestinationFeatureSettingOrBuilder

getSettingsOrBuilderList()

public List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()

Per-Feature export settings.

repeated .google.cloud.aiplatform.v1.DestinationFeatureSetting settings = 6;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.DestinationFeatureSettingOrBuilder>

getSnapshotExport()

public ExportFeatureValuesRequest.SnapshotExport getSnapshotExport()

Exports the latest Feature values of all entities of the EntityType within a time range.

.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;

Returns
Type Description
ExportFeatureValuesRequest.SnapshotExport

The snapshotExport.

getSnapshotExportOrBuilder()

public ExportFeatureValuesRequest.SnapshotExportOrBuilder getSnapshotExportOrBuilder()

Exports the latest Feature values of all entities of the EntityType within a time range.

.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;

Returns
Type Description
ExportFeatureValuesRequest.SnapshotExportOrBuilder

hasDestination()

public boolean hasDestination()

Required. Specifies destination location and format.

.google.cloud.aiplatform.v1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the destination field is set.

hasFeatureSelector()

public boolean hasFeatureSelector()

Required. Selects Features to export values of.

.google.cloud.aiplatform.v1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the featureSelector field is set.

hasFullExport()

public boolean hasFullExport()

Exports all historical values of all entities of the EntityType within a time range

.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport full_export = 7;

Returns
Type Description
boolean

Whether the fullExport field is set.

hasSnapshotExport()

public boolean hasSnapshotExport()

Exports the latest Feature values of all entities of the EntityType within a time range.

.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;

Returns
Type Description
boolean

Whether the snapshotExport 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 ExportFeatureValuesRequest.Builder newBuilderForType()
Returns
Type Description
ExportFeatureValuesRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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