Uses of Class
com.google.cloud.aiplatform.v1.ExportFeatureValuesOperationMetadata
-
Packages that use ExportFeatureValuesOperationMetadata Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ExportFeatureValuesOperationMetadata in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExportFeatureValuesOperationMetadata Modifier and Type Method Description ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata.Builder. build()
ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata.Builder. buildPartial()
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. getDefaultInstance()
ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata.Builder. getDefaultInstanceForType()
ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. getDefaultInstanceForType()
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseDelimitedFrom(InputStream input)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(byte[] data)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(InputStream input)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(ByteBuffer data)
static ExportFeatureValuesOperationMetadata
ExportFeatureValuesOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExportFeatureValuesOperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesAsync(EntityTypeName entityType)
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesAsync(ExportFeatureValuesRequest request)
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesAsync(String entityType)
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesOperationCallable()
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceSettings.Builder. exportFeatureValuesOperationSettings()
Returns the builder for the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.OperationCallSettings<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceSettings. exportFeatureValuesOperationSettings()
Returns the object with the settings used for calls to exportFeatureValues.com.google.protobuf.Parser<ExportFeatureValuesOperationMetadata>
ExportFeatureValuesOperationMetadata. getParserForType()
static com.google.protobuf.Parser<ExportFeatureValuesOperationMetadata>
ExportFeatureValuesOperationMetadata. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type ExportFeatureValuesOperationMetadata Modifier and Type Method Description ExportFeatureValuesOperationMetadata.Builder
ExportFeatureValuesOperationMetadata.Builder. mergeFrom(ExportFeatureValuesOperationMetadata other)
static ExportFeatureValuesOperationMetadata.Builder
ExportFeatureValuesOperationMetadata. newBuilder(ExportFeatureValuesOperationMetadata prototype)
-
Uses of ExportFeatureValuesOperationMetadata in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ExportFeatureValuesOperationMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceStub. exportFeatureValuesOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
GrpcFeaturestoreServiceStub. exportFeatureValuesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceStubSettings.Builder. exportFeatureValuesOperationSettings()
Returns the builder for the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.OperationCallSettings<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceStubSettings. exportFeatureValuesOperationSettings()
Returns the object with the settings used for calls to exportFeatureValues.
-