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