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