public final class ExportFeatureValuesRequest extends com.google.protobuf.GeneratedMessageV3 implements ExportFeatureValuesRequestOrBuilder
Request message for [FeaturestoreService.ExportFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreService.ExportFeatureValues].Protobuf type
google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ExportFeatureValuesRequest.Builder
Request message for
[FeaturestoreService.ExportFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreService.ExportFeatureValues].
|
static class |
ExportFeatureValuesRequest.FullExport
Describes exporting all historical Feature values of all entities of the
EntityType between [start_time, end_time].
|
static interface |
ExportFeatureValuesRequest.FullExportOrBuilder |
static class |
ExportFeatureValuesRequest.ModeCase |
static class |
ExportFeatureValuesRequest.SnapshotExport
Describes exporting the latest Feature values of all entities of the
EntityType between [start_time, snapshot_time].
|
static interface |
ExportFeatureValuesRequest.SnapshotExportOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DESTINATION_FIELD_NUMBER |
static int |
ENTITY_TYPE_FIELD_NUMBER |
static int |
FEATURE_SELECTOR_FIELD_NUMBER |
static int |
FULL_EXPORT_FIELD_NUMBER |
static int |
SETTINGS_FIELD_NUMBER |
static int |
SNAPSHOT_EXPORT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ExportFeatureValuesRequest |
getDefaultInstance() |
ExportFeatureValuesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FeatureValueDestination |
getDestination()
Required.
|
FeatureValueDestinationOrBuilder |
getDestinationOrBuilder()
Required.
|
String |
getEntityType()
Required.
|
com.google.protobuf.ByteString |
getEntityTypeBytes()
Required.
|
FeatureSelector |
getFeatureSelector()
Required.
|
FeatureSelectorOrBuilder |
getFeatureSelectorOrBuilder()
Required.
|
ExportFeatureValuesRequest.FullExport |
getFullExport()
Exports all historical values of all entities of the EntityType within a
time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
|
ExportFeatureValuesRequest.FullExportOrBuilder |
getFullExportOrBuilder()
Exports all historical values of all entities of the EntityType within a
time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
|
ExportFeatureValuesRequest.ModeCase |
getModeCase() |
com.google.protobuf.Parser<ExportFeatureValuesRequest> |
getParserForType() |
int |
getSerializedSize() |
DestinationFeatureSetting |
getSettings(int index)
Per-Feature export settings.
|
int |
getSettingsCount()
Per-Feature export settings.
|
List<DestinationFeatureSetting> |
getSettingsList()
Per-Feature export settings.
|
DestinationFeatureSettingOrBuilder |
getSettingsOrBuilder(int index)
Per-Feature export settings.
|
List<? extends DestinationFeatureSettingOrBuilder> |
getSettingsOrBuilderList()
Per-Feature export settings.
|
ExportFeatureValuesRequest.SnapshotExport |
getSnapshotExport()
Exports the latest Feature values of all entities of the EntityType
within a time range.
|
ExportFeatureValuesRequest.SnapshotExportOrBuilder |
getSnapshotExportOrBuilder()
Exports the latest Feature values of all entities of the EntityType
within a time range.
|
boolean |
hasDestination()
Required.
|
boolean |
hasFeatureSelector()
Required.
|
boolean |
hasFullExport()
Exports all historical values of all entities of the EntityType within a
time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
|
int |
hashCode() |
boolean |
hasSnapshotExport()
Exports the latest Feature values of all entities of the EntityType
within a time range.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ExportFeatureValuesRequest.Builder |
newBuilder() |
static ExportFeatureValuesRequest.Builder |
newBuilder(ExportFeatureValuesRequest prototype) |
ExportFeatureValuesRequest.Builder |
newBuilderForType() |
protected ExportFeatureValuesRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ExportFeatureValuesRequest |
parseDelimitedFrom(InputStream input) |
static ExportFeatureValuesRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportFeatureValuesRequest |
parseFrom(byte[] data) |
static ExportFeatureValuesRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportFeatureValuesRequest |
parseFrom(ByteBuffer data) |
static ExportFeatureValuesRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportFeatureValuesRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ExportFeatureValuesRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportFeatureValuesRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ExportFeatureValuesRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportFeatureValuesRequest |
parseFrom(InputStream input) |
static ExportFeatureValuesRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ExportFeatureValuesRequest> |
parser() |
ExportFeatureValuesRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SNAPSHOT_EXPORT_FIELD_NUMBER
public static final int FULL_EXPORT_FIELD_NUMBER
public static final int ENTITY_TYPE_FIELD_NUMBER
public static final int DESTINATION_FIELD_NUMBER
public static final int FEATURE_SELECTOR_FIELD_NUMBER
public static final int SETTINGS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ExportFeatureValuesRequest.ModeCase getModeCase()
getModeCase in interface ExportFeatureValuesRequestOrBuilderpublic boolean hasSnapshotExport()
Exports the latest Feature values of all entities of the EntityType within a time range.
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
hasSnapshotExport in interface ExportFeatureValuesRequestOrBuilderpublic ExportFeatureValuesRequest.SnapshotExport getSnapshotExport()
Exports the latest Feature values of all entities of the EntityType within a time range.
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
getSnapshotExport in interface ExportFeatureValuesRequestOrBuilderpublic ExportFeatureValuesRequest.SnapshotExportOrBuilder getSnapshotExportOrBuilder()
Exports the latest Feature values of all entities of the EntityType within a time range.
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.SnapshotExport snapshot_export = 3;
getSnapshotExportOrBuilder in interface ExportFeatureValuesRequestOrBuilderpublic boolean hasFullExport()
Exports all historical values of all entities of the EntityType within a time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
hasFullExport in interface ExportFeatureValuesRequestOrBuilderpublic ExportFeatureValuesRequest.FullExport getFullExport()
Exports all historical values of all entities of the EntityType within a time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
getFullExport in interface ExportFeatureValuesRequestOrBuilderpublic ExportFeatureValuesRequest.FullExportOrBuilder getFullExportOrBuilder()
Exports all historical values of all entities of the EntityType within a time range
.google.cloud.aiplatform.v1beta1.ExportFeatureValuesRequest.FullExport full_export = 7;
getFullExportOrBuilder in interface ExportFeatureValuesRequestOrBuilderpublic 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) = { ... }
getEntityType in interface ExportFeatureValuesRequestOrBuilderpublic com.google.protobuf.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) = { ... }
getEntityTypeBytes in interface ExportFeatureValuesRequestOrBuilderpublic boolean hasDestination()
Required. Specifies destination location and format.
.google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
hasDestination in interface ExportFeatureValuesRequestOrBuilderpublic FeatureValueDestination getDestination()
Required. Specifies destination location and format.
.google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
getDestination in interface ExportFeatureValuesRequestOrBuilderpublic FeatureValueDestinationOrBuilder getDestinationOrBuilder()
Required. Specifies destination location and format.
.google.cloud.aiplatform.v1beta1.FeatureValueDestination destination = 4 [(.google.api.field_behavior) = REQUIRED];
getDestinationOrBuilder in interface ExportFeatureValuesRequestOrBuilderpublic boolean hasFeatureSelector()
Required. Selects Features to export values of.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
hasFeatureSelector in interface ExportFeatureValuesRequestOrBuilderpublic FeatureSelector getFeatureSelector()
Required. Selects Features to export values of.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
getFeatureSelector in interface ExportFeatureValuesRequestOrBuilderpublic FeatureSelectorOrBuilder getFeatureSelectorOrBuilder()
Required. Selects Features to export values of.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 5 [(.google.api.field_behavior) = REQUIRED];
getFeatureSelectorOrBuilder in interface ExportFeatureValuesRequestOrBuilderpublic List<DestinationFeatureSetting> getSettingsList()
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;getSettingsList in interface ExportFeatureValuesRequestOrBuilderpublic List<? extends DestinationFeatureSettingOrBuilder> getSettingsOrBuilderList()
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;getSettingsOrBuilderList in interface ExportFeatureValuesRequestOrBuilderpublic int getSettingsCount()
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;getSettingsCount in interface ExportFeatureValuesRequestOrBuilderpublic DestinationFeatureSetting getSettings(int index)
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;getSettings in interface ExportFeatureValuesRequestOrBuilderpublic DestinationFeatureSettingOrBuilder getSettingsOrBuilder(int index)
Per-Feature export settings.
repeated .google.cloud.aiplatform.v1beta1.DestinationFeatureSetting settings = 6;getSettingsOrBuilder in interface ExportFeatureValuesRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ExportFeatureValuesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportFeatureValuesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportFeatureValuesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportFeatureValuesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportFeatureValuesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportFeatureValuesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportFeatureValuesRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static ExportFeatureValuesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExportFeatureValuesRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ExportFeatureValuesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExportFeatureValuesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ExportFeatureValuesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ExportFeatureValuesRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ExportFeatureValuesRequest.Builder newBuilder()
public static ExportFeatureValuesRequest.Builder newBuilder(ExportFeatureValuesRequest prototype)
public ExportFeatureValuesRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ExportFeatureValuesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ExportFeatureValuesRequest getDefaultInstance()
public static com.google.protobuf.Parser<ExportFeatureValuesRequest> parser()
public com.google.protobuf.Parser<ExportFeatureValuesRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ExportFeatureValuesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.