Uses of Class
com.google.cloud.aiplatform.v1.ListNasJobsRequest
-
Packages that use ListNasJobsRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ListNasJobsRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListNasJobsRequest Modifier and Type Method Description ListNasJobsRequest
ListNasJobsRequest.Builder. build()
ListNasJobsRequest
ListNasJobsRequest.Builder. buildPartial()
static ListNasJobsRequest
ListNasJobsRequest. getDefaultInstance()
ListNasJobsRequest
ListNasJobsRequest.Builder. getDefaultInstanceForType()
ListNasJobsRequest
ListNasJobsRequest. getDefaultInstanceForType()
static ListNasJobsRequest
ListNasJobsRequest. parseDelimitedFrom(InputStream input)
static ListNasJobsRequest
ListNasJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(byte[] data)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(InputStream input)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(ByteBuffer data)
static ListNasJobsRequest
ListNasJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ListNasJobsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNasJobsRequest,ListNasJobsResponse>
JobServiceGrpc. getListNasJobsMethod()
com.google.protobuf.Parser<ListNasJobsRequest>
ListNasJobsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListNasJobsRequest,ListNasJobsResponse>
JobServiceClient. listNasJobsCallable()
Lists NasJobs in a Location.com.google.api.gax.rpc.UnaryCallable<ListNasJobsRequest,JobServiceClient.ListNasJobsPagedResponse>
JobServiceClient. listNasJobsPagedCallable()
Lists NasJobs in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNasJobsRequest,ListNasJobsResponse,JobServiceClient.ListNasJobsPagedResponse>
JobServiceSettings.Builder. listNasJobsSettings()
Returns the builder for the settings used for calls to listNasJobs.com.google.api.gax.rpc.PagedCallSettings<ListNasJobsRequest,ListNasJobsResponse,JobServiceClient.ListNasJobsPagedResponse>
JobServiceSettings. listNasJobsSettings()
Returns the object with the settings used for calls to listNasJobs.static com.google.protobuf.Parser<ListNasJobsRequest>
ListNasJobsRequest. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type ListNasJobsRequest Modifier and Type Method Description JobServiceClient.ListNasJobsPagedResponse
JobServiceClient. listNasJobs(ListNasJobsRequest request)
Lists NasJobs in a Location.default void
JobServiceGrpc.AsyncService. listNasJobs(ListNasJobsRequest request, io.grpc.stub.StreamObserver<ListNasJobsResponse> responseObserver)
Lists NasJobs in a Location.ListNasJobsResponse
JobServiceGrpc.JobServiceBlockingStub. listNasJobs(ListNasJobsRequest request)
Lists NasJobs in a Location.com.google.common.util.concurrent.ListenableFuture<ListNasJobsResponse>
JobServiceGrpc.JobServiceFutureStub. listNasJobs(ListNasJobsRequest request)
Lists NasJobs in a Location.void
JobServiceGrpc.JobServiceStub. listNasJobs(ListNasJobsRequest request, io.grpc.stub.StreamObserver<ListNasJobsResponse> responseObserver)
Lists NasJobs in a Location.ListNasJobsRequest.Builder
ListNasJobsRequest.Builder. mergeFrom(ListNasJobsRequest other)
static ListNasJobsRequest.Builder
ListNasJobsRequest. newBuilder(ListNasJobsRequest prototype)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ListNasJobsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<JobServiceClient.ListNasJobsPagedResponse>
JobServiceClient.ListNasJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, com.google.api.core.ApiFuture<ListNasJobsResponse> futureResponse)
protected JobServiceClient.ListNasJobsPage
JobServiceClient.ListNasJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, ListNasJobsResponse response)
com.google.api.core.ApiFuture<JobServiceClient.ListNasJobsPage>
JobServiceClient.ListNasJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, com.google.api.core.ApiFuture<ListNasJobsResponse> futureResponse)
-
Uses of ListNasJobsRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type ListNasJobsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNasJobsRequest,ListNasJobsResponse>
GrpcJobServiceStub. listNasJobsCallable()
com.google.api.gax.rpc.UnaryCallable<ListNasJobsRequest,ListNasJobsResponse>
JobServiceStub. listNasJobsCallable()
com.google.api.gax.rpc.UnaryCallable<ListNasJobsRequest,JobServiceClient.ListNasJobsPagedResponse>
GrpcJobServiceStub. listNasJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNasJobsRequest,JobServiceClient.ListNasJobsPagedResponse>
JobServiceStub. listNasJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNasJobsRequest,ListNasJobsResponse,JobServiceClient.ListNasJobsPagedResponse>
JobServiceStubSettings.Builder. listNasJobsSettings()
Returns the builder for the settings used for calls to listNasJobs.com.google.api.gax.rpc.PagedCallSettings<ListNasJobsRequest,ListNasJobsResponse,JobServiceClient.ListNasJobsPagedResponse>
JobServiceStubSettings. listNasJobsSettings()
Returns the object with the settings used for calls to listNasJobs.
-