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