Uses of Class
com.google.cloud.aiplatform.v1.GetNasJobRequest
-
Packages that use GetNasJobRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of GetNasJobRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GetNasJobRequest Modifier and Type Method Description GetNasJobRequestGetNasJobRequest.Builder. build()GetNasJobRequestGetNasJobRequest.Builder. buildPartial()static GetNasJobRequestGetNasJobRequest. getDefaultInstance()GetNasJobRequestGetNasJobRequest.Builder. getDefaultInstanceForType()GetNasJobRequestGetNasJobRequest. getDefaultInstanceForType()static GetNasJobRequestGetNasJobRequest. parseDelimitedFrom(InputStream input)static GetNasJobRequestGetNasJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNasJobRequestGetNasJobRequest. parseFrom(byte[] data)static GetNasJobRequestGetNasJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNasJobRequestGetNasJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetNasJobRequestGetNasJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNasJobRequestGetNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetNasJobRequestGetNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNasJobRequestGetNasJobRequest. parseFrom(InputStream input)static GetNasJobRequestGetNasJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNasJobRequestGetNasJobRequest. parseFrom(ByteBuffer data)static GetNasJobRequestGetNasJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type GetNasJobRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNasJobRequest,NasJob>JobServiceGrpc. getGetNasJobMethod()com.google.api.gax.rpc.UnaryCallable<GetNasJobRequest,NasJob>JobServiceClient. getNasJobCallable()Gets a NasJobcom.google.api.gax.rpc.UnaryCallSettings.Builder<GetNasJobRequest,NasJob>JobServiceSettings.Builder. getNasJobSettings()Returns the builder for the settings used for calls to getNasJob.com.google.api.gax.rpc.UnaryCallSettings<GetNasJobRequest,NasJob>JobServiceSettings. getNasJobSettings()Returns the object with the settings used for calls to getNasJob.com.google.protobuf.Parser<GetNasJobRequest>GetNasJobRequest. getParserForType()static com.google.protobuf.Parser<GetNasJobRequest>GetNasJobRequest. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type GetNasJobRequest Modifier and Type Method Description NasJobJobServiceClient. getNasJob(GetNasJobRequest request)Gets a NasJobdefault voidJobServiceGrpc.AsyncService. getNasJob(GetNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)Gets a NasJobNasJobJobServiceGrpc.JobServiceBlockingStub. getNasJob(GetNasJobRequest request)Gets a NasJobcom.google.common.util.concurrent.ListenableFuture<NasJob>JobServiceGrpc.JobServiceFutureStub. getNasJob(GetNasJobRequest request)Gets a NasJobvoidJobServiceGrpc.JobServiceStub. getNasJob(GetNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)Gets a NasJobGetNasJobRequest.BuilderGetNasJobRequest.Builder. mergeFrom(GetNasJobRequest other)static GetNasJobRequest.BuilderGetNasJobRequest. newBuilder(GetNasJobRequest prototype) -
Uses of GetNasJobRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type GetNasJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNasJobRequest,NasJob>GrpcJobServiceStub. getNasJobCallable()com.google.api.gax.rpc.UnaryCallable<GetNasJobRequest,NasJob>JobServiceStub. getNasJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNasJobRequest,NasJob>JobServiceStubSettings.Builder. getNasJobSettings()Returns the builder for the settings used for calls to getNasJob.com.google.api.gax.rpc.UnaryCallSettings<GetNasJobRequest,NasJob>JobServiceStubSettings. getNasJobSettings()Returns the object with the settings used for calls to getNasJob.
-