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 GetNasJobRequest
GetNasJobRequest.Builder. build()
GetNasJobRequest
GetNasJobRequest.Builder. buildPartial()
static GetNasJobRequest
GetNasJobRequest. getDefaultInstance()
GetNasJobRequest
GetNasJobRequest.Builder. getDefaultInstanceForType()
GetNasJobRequest
GetNasJobRequest. getDefaultInstanceForType()
static GetNasJobRequest
GetNasJobRequest. parseDelimitedFrom(InputStream input)
static GetNasJobRequest
GetNasJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNasJobRequest
GetNasJobRequest. parseFrom(byte[] data)
static GetNasJobRequest
GetNasJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNasJobRequest
GetNasJobRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNasJobRequest
GetNasJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNasJobRequest
GetNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNasJobRequest
GetNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNasJobRequest
GetNasJobRequest. parseFrom(InputStream input)
static GetNasJobRequest
GetNasJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNasJobRequest
GetNasJobRequest. parseFrom(ByteBuffer data)
static GetNasJobRequest
GetNasJobRequest. 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 NasJob
JobServiceClient. getNasJob(GetNasJobRequest request)
Gets a NasJobdefault void
JobServiceGrpc.AsyncService. getNasJob(GetNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)
Gets a NasJobNasJob
JobServiceGrpc.JobServiceBlockingStub. getNasJob(GetNasJobRequest request)
Gets a NasJobcom.google.common.util.concurrent.ListenableFuture<NasJob>
JobServiceGrpc.JobServiceFutureStub. getNasJob(GetNasJobRequest request)
Gets a NasJobvoid
JobServiceGrpc.JobServiceStub. getNasJob(GetNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)
Gets a NasJobGetNasJobRequest.Builder
GetNasJobRequest.Builder. mergeFrom(GetNasJobRequest other)
static GetNasJobRequest.Builder
GetNasJobRequest. 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.
-