Uses of Class
com.google.cloud.aiplatform.v1.ListStudiesResponse
-
Packages that use ListStudiesResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ListStudiesResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListStudiesResponse Modifier and Type Method Description ListStudiesResponse
ListStudiesResponse.Builder. build()
ListStudiesResponse
ListStudiesResponse.Builder. buildPartial()
static ListStudiesResponse
ListStudiesResponse. getDefaultInstance()
ListStudiesResponse
ListStudiesResponse.Builder. getDefaultInstanceForType()
ListStudiesResponse
ListStudiesResponse. getDefaultInstanceForType()
ListStudiesResponse
VizierServiceGrpc.VizierServiceBlockingStub. listStudies(ListStudiesRequest request)
Lists all the studies in a region for an associated project.static ListStudiesResponse
ListStudiesResponse. parseDelimitedFrom(InputStream input)
static ListStudiesResponse
ListStudiesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStudiesResponse
ListStudiesResponse. parseFrom(byte[] data)
static ListStudiesResponse
ListStudiesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStudiesResponse
ListStudiesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListStudiesResponse
ListStudiesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStudiesResponse
ListStudiesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListStudiesResponse
ListStudiesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStudiesResponse
ListStudiesResponse. parseFrom(InputStream input)
static ListStudiesResponse
ListStudiesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListStudiesResponse
ListStudiesResponse. parseFrom(ByteBuffer data)
static ListStudiesResponse
ListStudiesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ListStudiesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListStudiesRequest,ListStudiesResponse>
VizierServiceGrpc. getListStudiesMethod()
com.google.protobuf.Parser<ListStudiesResponse>
ListStudiesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListStudiesResponse>
VizierServiceGrpc.VizierServiceFutureStub. listStudies(ListStudiesRequest request)
Lists all the studies in a region for an associated project.com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,ListStudiesResponse>
VizierServiceClient. listStudiesCallable()
Lists all the studies in a region for an associated project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListStudiesRequest,ListStudiesResponse,VizierServiceClient.ListStudiesPagedResponse>
VizierServiceSettings.Builder. listStudiesSettings()
Returns the builder for the settings used for calls to listStudies.com.google.api.gax.rpc.PagedCallSettings<ListStudiesRequest,ListStudiesResponse,VizierServiceClient.ListStudiesPagedResponse>
VizierServiceSettings. listStudiesSettings()
Returns the object with the settings used for calls to listStudies.static com.google.protobuf.Parser<ListStudiesResponse>
ListStudiesResponse. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type ListStudiesResponse Modifier and Type Method Description protected VizierServiceClient.ListStudiesPage
VizierServiceClient.ListStudiesPage. createPage(com.google.api.gax.rpc.PageContext<ListStudiesRequest,ListStudiesResponse,Study> context, ListStudiesResponse response)
ListStudiesResponse.Builder
ListStudiesResponse.Builder. mergeFrom(ListStudiesResponse other)
static ListStudiesResponse.Builder
ListStudiesResponse. newBuilder(ListStudiesResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ListStudiesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VizierServiceClient.ListStudiesPagedResponse>
VizierServiceClient.ListStudiesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListStudiesRequest,ListStudiesResponse,Study> context, com.google.api.core.ApiFuture<ListStudiesResponse> futureResponse)
static com.google.api.core.ApiFuture<VizierServiceClient.ListStudiesPagedResponse>
VizierServiceClient.ListStudiesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListStudiesRequest,ListStudiesResponse,Study> context, com.google.api.core.ApiFuture<ListStudiesResponse> futureResponse)
protected VizierServiceClient.ListStudiesPage
VizierServiceClient.ListStudiesPage. createPage(com.google.api.gax.rpc.PageContext<ListStudiesRequest,ListStudiesResponse,Study> context, ListStudiesResponse response)
com.google.api.core.ApiFuture<VizierServiceClient.ListStudiesPage>
VizierServiceClient.ListStudiesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListStudiesRequest,ListStudiesResponse,Study> context, com.google.api.core.ApiFuture<ListStudiesResponse> futureResponse)
com.google.api.core.ApiFuture<VizierServiceClient.ListStudiesPage>
VizierServiceClient.ListStudiesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListStudiesRequest,ListStudiesResponse,Study> context, com.google.api.core.ApiFuture<ListStudiesResponse> futureResponse)
default void
VizierServiceGrpc.AsyncService. listStudies(ListStudiesRequest request, io.grpc.stub.StreamObserver<ListStudiesResponse> responseObserver)
Lists all the studies in a region for an associated project.void
VizierServiceGrpc.VizierServiceStub. listStudies(ListStudiesRequest request, io.grpc.stub.StreamObserver<ListStudiesResponse> responseObserver)
Lists all the studies in a region for an associated project. -
Uses of ListStudiesResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ListStudiesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,ListStudiesResponse>
GrpcVizierServiceStub. listStudiesCallable()
com.google.api.gax.rpc.UnaryCallable<ListStudiesRequest,ListStudiesResponse>
VizierServiceStub. listStudiesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListStudiesRequest,ListStudiesResponse,VizierServiceClient.ListStudiesPagedResponse>
VizierServiceStubSettings.Builder. listStudiesSettings()
Returns the builder for the settings used for calls to listStudies.com.google.api.gax.rpc.PagedCallSettings<ListStudiesRequest,ListStudiesResponse,VizierServiceClient.ListStudiesPagedResponse>
VizierServiceStubSettings. listStudiesSettings()
Returns the object with the settings used for calls to listStudies.
-