Uses of Class
com.google.cloud.aiplatform.v1beta1.LookupStudyRequest
-
Packages that use LookupStudyRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of LookupStudyRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return LookupStudyRequest Modifier and Type Method Description LookupStudyRequest
LookupStudyRequest.Builder. build()
LookupStudyRequest
LookupStudyRequest.Builder. buildPartial()
static LookupStudyRequest
LookupStudyRequest. getDefaultInstance()
LookupStudyRequest
LookupStudyRequest.Builder. getDefaultInstanceForType()
LookupStudyRequest
LookupStudyRequest. getDefaultInstanceForType()
static LookupStudyRequest
LookupStudyRequest. parseDelimitedFrom(InputStream input)
static LookupStudyRequest
LookupStudyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupStudyRequest
LookupStudyRequest. parseFrom(byte[] data)
static LookupStudyRequest
LookupStudyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupStudyRequest
LookupStudyRequest. parseFrom(com.google.protobuf.ByteString data)
static LookupStudyRequest
LookupStudyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupStudyRequest
LookupStudyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static LookupStudyRequest
LookupStudyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupStudyRequest
LookupStudyRequest. parseFrom(InputStream input)
static LookupStudyRequest
LookupStudyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupStudyRequest
LookupStudyRequest. parseFrom(ByteBuffer data)
static LookupStudyRequest
LookupStudyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type LookupStudyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LookupStudyRequest,Study>
VizierServiceGrpc. getLookupStudyMethod()
com.google.protobuf.Parser<LookupStudyRequest>
LookupStudyRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<LookupStudyRequest,Study>
VizierServiceClient. lookupStudyCallable()
Looks a study up using the user-defined display_name field instead of the fully qualified resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupStudyRequest,Study>
VizierServiceSettings.Builder. lookupStudySettings()
Returns the builder for the settings used for calls to lookupStudy.com.google.api.gax.rpc.UnaryCallSettings<LookupStudyRequest,Study>
VizierServiceSettings. lookupStudySettings()
Returns the object with the settings used for calls to lookupStudy.static com.google.protobuf.Parser<LookupStudyRequest>
LookupStudyRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type LookupStudyRequest Modifier and Type Method Description Study
VizierServiceClient. lookupStudy(LookupStudyRequest request)
Looks a study up using the user-defined display_name field instead of the fully qualified resource name.default void
VizierServiceGrpc.AsyncService. lookupStudy(LookupStudyRequest request, io.grpc.stub.StreamObserver<Study> responseObserver)
Looks a study up using the user-defined display_name field instead of the fully qualified resource name.Study
VizierServiceGrpc.VizierServiceBlockingStub. lookupStudy(LookupStudyRequest request)
Looks a study up using the user-defined display_name field instead of the fully qualified resource name.com.google.common.util.concurrent.ListenableFuture<Study>
VizierServiceGrpc.VizierServiceFutureStub. lookupStudy(LookupStudyRequest request)
Looks a study up using the user-defined display_name field instead of the fully qualified resource name.void
VizierServiceGrpc.VizierServiceStub. lookupStudy(LookupStudyRequest request, io.grpc.stub.StreamObserver<Study> responseObserver)
Looks a study up using the user-defined display_name field instead of the fully qualified resource name.LookupStudyRequest.Builder
LookupStudyRequest.Builder. mergeFrom(LookupStudyRequest other)
static LookupStudyRequest.Builder
LookupStudyRequest. newBuilder(LookupStudyRequest prototype)
-
Uses of LookupStudyRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type LookupStudyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LookupStudyRequest,Study>
GrpcVizierServiceStub. lookupStudyCallable()
com.google.api.gax.rpc.UnaryCallable<LookupStudyRequest,Study>
VizierServiceStub. lookupStudyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupStudyRequest,Study>
VizierServiceStubSettings.Builder. lookupStudySettings()
Returns the builder for the settings used for calls to lookupStudy.com.google.api.gax.rpc.UnaryCallSettings<LookupStudyRequest,Study>
VizierServiceStubSettings. lookupStudySettings()
Returns the object with the settings used for calls to lookupStudy.
-