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 ListStudiesResponseListStudiesResponse.Builder. build()ListStudiesResponseListStudiesResponse.Builder. buildPartial()static ListStudiesResponseListStudiesResponse. getDefaultInstance()ListStudiesResponseListStudiesResponse.Builder. getDefaultInstanceForType()ListStudiesResponseListStudiesResponse. getDefaultInstanceForType()ListStudiesResponseVizierServiceGrpc.VizierServiceBlockingStub. listStudies(ListStudiesRequest request)Lists all the studies in a region for an associated project.static ListStudiesResponseListStudiesResponse. parseDelimitedFrom(InputStream input)static ListStudiesResponseListStudiesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStudiesResponseListStudiesResponse. parseFrom(byte[] data)static ListStudiesResponseListStudiesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStudiesResponseListStudiesResponse. parseFrom(com.google.protobuf.ByteString data)static ListStudiesResponseListStudiesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStudiesResponseListStudiesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListStudiesResponseListStudiesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStudiesResponseListStudiesResponse. parseFrom(InputStream input)static ListStudiesResponseListStudiesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListStudiesResponseListStudiesResponse. parseFrom(ByteBuffer data)static ListStudiesResponseListStudiesResponse. 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.ListStudiesPageVizierServiceClient.ListStudiesPage. createPage(com.google.api.gax.rpc.PageContext<ListStudiesRequest,ListStudiesResponse,Study> context, ListStudiesResponse response)ListStudiesResponse.BuilderListStudiesResponse.Builder. mergeFrom(ListStudiesResponse other)static ListStudiesResponse.BuilderListStudiesResponse. 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.ListStudiesPageVizierServiceClient.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 voidVizierServiceGrpc.AsyncService. listStudies(ListStudiesRequest request, io.grpc.stub.StreamObserver<ListStudiesResponse> responseObserver)Lists all the studies in a region for an associated project.voidVizierServiceGrpc.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.
-