Uses of Class
com.google.cloud.aiplatform.v1.UpdateFeatureRequest
-
Packages that use UpdateFeatureRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of UpdateFeatureRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return UpdateFeatureRequest Modifier and Type Method Description UpdateFeatureRequest
UpdateFeatureRequest.Builder. build()
UpdateFeatureRequest
UpdateFeatureRequest.Builder. buildPartial()
static UpdateFeatureRequest
UpdateFeatureRequest. getDefaultInstance()
UpdateFeatureRequest
UpdateFeatureRequest.Builder. getDefaultInstanceForType()
UpdateFeatureRequest
UpdateFeatureRequest. getDefaultInstanceForType()
static UpdateFeatureRequest
UpdateFeatureRequest. parseDelimitedFrom(InputStream input)
static UpdateFeatureRequest
UpdateFeatureRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(byte[] data)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(InputStream input)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(ByteBuffer data)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type UpdateFeatureRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateFeatureRequest>
UpdateFeatureRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateFeatureRequest,Feature>
FeaturestoreServiceGrpc. getUpdateFeatureMethod()
static com.google.protobuf.Parser<UpdateFeatureRequest>
UpdateFeatureRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,Feature>
FeaturestoreServiceClient. updateFeatureCallable()
Updates the parameters of a single Feature.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureRequest,Feature>
FeaturestoreServiceSettings.Builder. updateFeatureSettings()
Returns the builder for the settings used for calls to updateFeature.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeatureRequest,Feature>
FeaturestoreServiceSettings. updateFeatureSettings()
Returns the object with the settings used for calls to updateFeature.Methods in com.google.cloud.aiplatform.v1 with parameters of type UpdateFeatureRequest Modifier and Type Method Description UpdateFeatureRequest.Builder
UpdateFeatureRequest.Builder. mergeFrom(UpdateFeatureRequest other)
static UpdateFeatureRequest.Builder
UpdateFeatureRequest. newBuilder(UpdateFeatureRequest prototype)
Feature
FeaturestoreServiceClient. updateFeature(UpdateFeatureRequest request)
Updates the parameters of a single Feature.default void
FeaturestoreServiceGrpc.AsyncService. updateFeature(UpdateFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)
Updates the parameters of a single Feature.Feature
FeaturestoreServiceGrpc.FeaturestoreServiceBlockingStub. updateFeature(UpdateFeatureRequest request)
Updates the parameters of a single Feature.com.google.common.util.concurrent.ListenableFuture<Feature>
FeaturestoreServiceGrpc.FeaturestoreServiceFutureStub. updateFeature(UpdateFeatureRequest request)
Updates the parameters of a single Feature.void
FeaturestoreServiceGrpc.FeaturestoreServiceStub. updateFeature(UpdateFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)
Updates the parameters of a single Feature. -
Uses of UpdateFeatureRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type UpdateFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,Feature>
FeaturestoreServiceStub. updateFeatureCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,Feature>
GrpcFeaturestoreServiceStub. updateFeatureCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureRequest,Feature>
FeaturestoreServiceStubSettings.Builder. updateFeatureSettings()
Returns the builder for the settings used for calls to updateFeature.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeatureRequest,Feature>
FeaturestoreServiceStubSettings. updateFeatureSettings()
Returns the object with the settings used for calls to updateFeature.
-