Uses of Class
com.google.cloud.aiplatform.v1beta1.ListCustomJobsRequest
-
Packages that use ListCustomJobsRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ListCustomJobsRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ListCustomJobsRequest Modifier and Type Method Description ListCustomJobsRequestListCustomJobsRequest.Builder. build()ListCustomJobsRequestListCustomJobsRequest.Builder. buildPartial()static ListCustomJobsRequestListCustomJobsRequest. getDefaultInstance()ListCustomJobsRequestListCustomJobsRequest.Builder. getDefaultInstanceForType()ListCustomJobsRequestListCustomJobsRequest. getDefaultInstanceForType()static ListCustomJobsRequestListCustomJobsRequest. parseDelimitedFrom(InputStream input)static ListCustomJobsRequestListCustomJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(byte[] data)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(com.google.protobuf.ByteString data)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(InputStream input)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(ByteBuffer data)static ListCustomJobsRequestListCustomJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ListCustomJobsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCustomJobsRequest,ListCustomJobsResponse>JobServiceGrpc. getListCustomJobsMethod()com.google.protobuf.Parser<ListCustomJobsRequest>ListCustomJobsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListCustomJobsRequest,ListCustomJobsResponse>JobServiceClient. listCustomJobsCallable()Lists CustomJobs in a Location.com.google.api.gax.rpc.UnaryCallable<ListCustomJobsRequest,JobServiceClient.ListCustomJobsPagedResponse>JobServiceClient. listCustomJobsPagedCallable()Lists CustomJobs in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCustomJobsRequest,ListCustomJobsResponse,JobServiceClient.ListCustomJobsPagedResponse>JobServiceSettings.Builder. listCustomJobsSettings()Returns the builder for the settings used for calls to listCustomJobs.com.google.api.gax.rpc.PagedCallSettings<ListCustomJobsRequest,ListCustomJobsResponse,JobServiceClient.ListCustomJobsPagedResponse>JobServiceSettings. listCustomJobsSettings()Returns the object with the settings used for calls to listCustomJobs.static com.google.protobuf.Parser<ListCustomJobsRequest>ListCustomJobsRequest. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ListCustomJobsRequest Modifier and Type Method Description JobServiceClient.ListCustomJobsPagedResponseJobServiceClient. listCustomJobs(ListCustomJobsRequest request)Lists CustomJobs in a Location.default voidJobServiceGrpc.AsyncService. listCustomJobs(ListCustomJobsRequest request, io.grpc.stub.StreamObserver<ListCustomJobsResponse> responseObserver)Lists CustomJobs in a Location.ListCustomJobsResponseJobServiceGrpc.JobServiceBlockingStub. listCustomJobs(ListCustomJobsRequest request)Lists CustomJobs in a Location.com.google.common.util.concurrent.ListenableFuture<ListCustomJobsResponse>JobServiceGrpc.JobServiceFutureStub. listCustomJobs(ListCustomJobsRequest request)Lists CustomJobs in a Location.voidJobServiceGrpc.JobServiceStub. listCustomJobs(ListCustomJobsRequest request, io.grpc.stub.StreamObserver<ListCustomJobsResponse> responseObserver)Lists CustomJobs in a Location.ListCustomJobsRequest.BuilderListCustomJobsRequest.Builder. mergeFrom(ListCustomJobsRequest other)static ListCustomJobsRequest.BuilderListCustomJobsRequest. newBuilder(ListCustomJobsRequest prototype)Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ListCustomJobsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<JobServiceClient.ListCustomJobsPagedResponse>JobServiceClient.ListCustomJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, com.google.api.core.ApiFuture<ListCustomJobsResponse> futureResponse)protected JobServiceClient.ListCustomJobsPageJobServiceClient.ListCustomJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ListCustomJobsResponse response)com.google.api.core.ApiFuture<JobServiceClient.ListCustomJobsPage>JobServiceClient.ListCustomJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, com.google.api.core.ApiFuture<ListCustomJobsResponse> futureResponse) -
Uses of ListCustomJobsRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ListCustomJobsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCustomJobsRequest,ListCustomJobsResponse>GrpcJobServiceStub. listCustomJobsCallable()com.google.api.gax.rpc.UnaryCallable<ListCustomJobsRequest,ListCustomJobsResponse>JobServiceStub. listCustomJobsCallable()com.google.api.gax.rpc.UnaryCallable<ListCustomJobsRequest,JobServiceClient.ListCustomJobsPagedResponse>GrpcJobServiceStub. listCustomJobsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListCustomJobsRequest,JobServiceClient.ListCustomJobsPagedResponse>JobServiceStub. listCustomJobsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListCustomJobsRequest,ListCustomJobsResponse,JobServiceClient.ListCustomJobsPagedResponse>JobServiceStubSettings.Builder. listCustomJobsSettings()Returns the builder for the settings used for calls to listCustomJobs.com.google.api.gax.rpc.PagedCallSettings<ListCustomJobsRequest,ListCustomJobsResponse,JobServiceClient.ListCustomJobsPagedResponse>JobServiceStubSettings. listCustomJobsSettings()Returns the object with the settings used for calls to listCustomJobs.
-