Uses of Class
com.google.cloud.aiplatform.v1beta1.UpdateFeatureRequest
-
Packages that use UpdateFeatureRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of UpdateFeatureRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return UpdateFeatureRequest Modifier and Type Method Description UpdateFeatureRequestUpdateFeatureRequest.Builder. build()UpdateFeatureRequestUpdateFeatureRequest.Builder. buildPartial()static UpdateFeatureRequestUpdateFeatureRequest. getDefaultInstance()UpdateFeatureRequestUpdateFeatureRequest.Builder. getDefaultInstanceForType()UpdateFeatureRequestUpdateFeatureRequest. getDefaultInstanceForType()static UpdateFeatureRequestUpdateFeatureRequest. parseDelimitedFrom(InputStream input)static UpdateFeatureRequestUpdateFeatureRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(byte[] data)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(InputStream input)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(ByteBuffer data)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type UpdateFeatureRequest Modifier and Type Method Description UpdateFeatureRequest.BuilderUpdateFeatureRequest.Builder. mergeFrom(UpdateFeatureRequest other)static UpdateFeatureRequest.BuilderUpdateFeatureRequest. newBuilder(UpdateFeatureRequest prototype)FeatureFeaturestoreServiceClient. updateFeature(UpdateFeatureRequest request)Updates the parameters of a single Feature.default voidFeaturestoreServiceGrpc.AsyncService. updateFeature(UpdateFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)Updates the parameters of a single Feature.FeatureFeaturestoreServiceGrpc.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.voidFeaturestoreServiceGrpc.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.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.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.
-