Uses of Class
com.google.cloud.aiplatform.v1.GetStudyRequest
-
Packages that use GetStudyRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of GetStudyRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GetStudyRequest Modifier and Type Method Description GetStudyRequest
GetStudyRequest.Builder. build()
GetStudyRequest
GetStudyRequest.Builder. buildPartial()
static GetStudyRequest
GetStudyRequest. getDefaultInstance()
GetStudyRequest
GetStudyRequest.Builder. getDefaultInstanceForType()
GetStudyRequest
GetStudyRequest. getDefaultInstanceForType()
static GetStudyRequest
GetStudyRequest. parseDelimitedFrom(InputStream input)
static GetStudyRequest
GetStudyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStudyRequest
GetStudyRequest. parseFrom(byte[] data)
static GetStudyRequest
GetStudyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStudyRequest
GetStudyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetStudyRequest
GetStudyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStudyRequest
GetStudyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetStudyRequest
GetStudyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStudyRequest
GetStudyRequest. parseFrom(InputStream input)
static GetStudyRequest
GetStudyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetStudyRequest
GetStudyRequest. parseFrom(ByteBuffer data)
static GetStudyRequest
GetStudyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type GetStudyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetStudyRequest,Study>
VizierServiceGrpc. getGetStudyMethod()
com.google.protobuf.Parser<GetStudyRequest>
GetStudyRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetStudyRequest,Study>
VizierServiceClient. getStudyCallable()
Gets a Study by name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetStudyRequest,Study>
VizierServiceSettings.Builder. getStudySettings()
Returns the builder for the settings used for calls to getStudy.com.google.api.gax.rpc.UnaryCallSettings<GetStudyRequest,Study>
VizierServiceSettings. getStudySettings()
Returns the object with the settings used for calls to getStudy.static com.google.protobuf.Parser<GetStudyRequest>
GetStudyRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type GetStudyRequest Modifier and Type Method Description Study
VizierServiceClient. getStudy(GetStudyRequest request)
Gets a Study by name.default void
VizierServiceGrpc.AsyncService. getStudy(GetStudyRequest request, io.grpc.stub.StreamObserver<Study> responseObserver)
Gets a Study by name.Study
VizierServiceGrpc.VizierServiceBlockingStub. getStudy(GetStudyRequest request)
Gets a Study by name.com.google.common.util.concurrent.ListenableFuture<Study>
VizierServiceGrpc.VizierServiceFutureStub. getStudy(GetStudyRequest request)
Gets a Study by name.void
VizierServiceGrpc.VizierServiceStub. getStudy(GetStudyRequest request, io.grpc.stub.StreamObserver<Study> responseObserver)
Gets a Study by name.GetStudyRequest.Builder
GetStudyRequest.Builder. mergeFrom(GetStudyRequest other)
static GetStudyRequest.Builder
GetStudyRequest. newBuilder(GetStudyRequest prototype)
-
Uses of GetStudyRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type GetStudyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetStudyRequest,Study>
GrpcVizierServiceStub. getStudyCallable()
com.google.api.gax.rpc.UnaryCallable<GetStudyRequest,Study>
VizierServiceStub. getStudyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetStudyRequest,Study>
VizierServiceStubSettings.Builder. getStudySettings()
Returns the builder for the settings used for calls to getStudy.com.google.api.gax.rpc.UnaryCallSettings<GetStudyRequest,Study>
VizierServiceStubSettings. getStudySettings()
Returns the object with the settings used for calls to getStudy.
-