Uses of Class
com.google.cloud.tpu.v2alpha1.RuntimeVersion
-
Packages that use RuntimeVersion Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU APIcom.google.cloud.tpu.v2alpha1.stub -
-
Uses of RuntimeVersion in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return RuntimeVersion Modifier and Type Method Description RuntimeVersion
RuntimeVersion.Builder. build()
RuntimeVersion
RuntimeVersion.Builder. buildPartial()
static RuntimeVersion
RuntimeVersion. getDefaultInstance()
RuntimeVersion
RuntimeVersion.Builder. getDefaultInstanceForType()
RuntimeVersion
RuntimeVersion. getDefaultInstanceForType()
RuntimeVersion
TpuClient. getRuntimeVersion(GetRuntimeVersionRequest request)
Gets a runtime version.RuntimeVersion
TpuClient. getRuntimeVersion(RuntimeVersionName name)
Gets a runtime version.RuntimeVersion
TpuClient. getRuntimeVersion(String name)
Gets a runtime version.RuntimeVersion
TpuGrpc.TpuBlockingStub. getRuntimeVersion(GetRuntimeVersionRequest request)
Gets a runtime version.RuntimeVersion
ListRuntimeVersionsResponse.Builder. getRuntimeVersions(int index)
The listed nodes.RuntimeVersion
ListRuntimeVersionsResponse. getRuntimeVersions(int index)
The listed nodes.RuntimeVersion
ListRuntimeVersionsResponseOrBuilder. getRuntimeVersions(int index)
The listed nodes.static RuntimeVersion
RuntimeVersion. parseDelimitedFrom(InputStream input)
static RuntimeVersion
RuntimeVersion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeVersion
RuntimeVersion. parseFrom(byte[] data)
static RuntimeVersion
RuntimeVersion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeVersion
RuntimeVersion. parseFrom(com.google.protobuf.ByteString data)
static RuntimeVersion
RuntimeVersion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeVersion
RuntimeVersion. parseFrom(com.google.protobuf.CodedInputStream input)
static RuntimeVersion
RuntimeVersion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeVersion
RuntimeVersion. parseFrom(InputStream input)
static RuntimeVersion
RuntimeVersion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeVersion
RuntimeVersion. parseFrom(ByteBuffer data)
static RuntimeVersion
RuntimeVersion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type RuntimeVersion Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRuntimeVersionRequest,RuntimeVersion>
TpuGrpc. getGetRuntimeVersionMethod()
com.google.protobuf.Parser<RuntimeVersion>
RuntimeVersion. getParserForType()
com.google.common.util.concurrent.ListenableFuture<RuntimeVersion>
TpuGrpc.TpuFutureStub. getRuntimeVersion(GetRuntimeVersionRequest request)
Gets a runtime version.com.google.api.gax.rpc.UnaryCallable<GetRuntimeVersionRequest,RuntimeVersion>
TpuClient. getRuntimeVersionCallable()
Gets a runtime version.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRuntimeVersionRequest,RuntimeVersion>
TpuSettings.Builder. getRuntimeVersionSettings()
Returns the builder for the settings used for calls to getRuntimeVersion.com.google.api.gax.rpc.UnaryCallSettings<GetRuntimeVersionRequest,RuntimeVersion>
TpuSettings. getRuntimeVersionSettings()
Returns the object with the settings used for calls to getRuntimeVersion.List<RuntimeVersion>
ListRuntimeVersionsResponse.Builder. getRuntimeVersionsList()
The listed nodes.List<RuntimeVersion>
ListRuntimeVersionsResponse. getRuntimeVersionsList()
The listed nodes.List<RuntimeVersion>
ListRuntimeVersionsResponseOrBuilder. getRuntimeVersionsList()
The listed nodes.static com.google.protobuf.Parser<RuntimeVersion>
RuntimeVersion. parser()
Methods in com.google.cloud.tpu.v2alpha1 with parameters of type RuntimeVersion Modifier and Type Method Description ListRuntimeVersionsResponse.Builder
ListRuntimeVersionsResponse.Builder. addRuntimeVersions(int index, RuntimeVersion value)
The listed nodes.ListRuntimeVersionsResponse.Builder
ListRuntimeVersionsResponse.Builder. addRuntimeVersions(RuntimeVersion value)
The listed nodes.RuntimeVersion.Builder
RuntimeVersion.Builder. mergeFrom(RuntimeVersion other)
static RuntimeVersion.Builder
RuntimeVersion. newBuilder(RuntimeVersion prototype)
ListRuntimeVersionsResponse.Builder
ListRuntimeVersionsResponse.Builder. setRuntimeVersions(int index, RuntimeVersion value)
The listed nodes.Method parameters in com.google.cloud.tpu.v2alpha1 with type arguments of type RuntimeVersion Modifier and Type Method Description ListRuntimeVersionsResponse.Builder
ListRuntimeVersionsResponse.Builder. addAllRuntimeVersions(Iterable<? extends RuntimeVersion> values)
The listed nodes.static com.google.api.core.ApiFuture<TpuClient.ListRuntimeVersionsPagedResponse>
TpuClient.ListRuntimeVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, com.google.api.core.ApiFuture<ListRuntimeVersionsResponse> futureResponse)
protected TpuClient.ListRuntimeVersionsPage
TpuClient.ListRuntimeVersionsPage. createPage(com.google.api.gax.rpc.PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, ListRuntimeVersionsResponse response)
com.google.api.core.ApiFuture<TpuClient.ListRuntimeVersionsPage>
TpuClient.ListRuntimeVersionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, com.google.api.core.ApiFuture<ListRuntimeVersionsResponse> futureResponse)
default void
TpuGrpc.AsyncService. getRuntimeVersion(GetRuntimeVersionRequest request, io.grpc.stub.StreamObserver<RuntimeVersion> responseObserver)
Gets a runtime version.void
TpuGrpc.TpuStub. getRuntimeVersion(GetRuntimeVersionRequest request, io.grpc.stub.StreamObserver<RuntimeVersion> responseObserver)
Gets a runtime version. -
Uses of RuntimeVersion in com.google.cloud.tpu.v2alpha1.stub
Methods in com.google.cloud.tpu.v2alpha1.stub that return types with arguments of type RuntimeVersion Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRuntimeVersionRequest,RuntimeVersion>
GrpcTpuStub. getRuntimeVersionCallable()
com.google.api.gax.rpc.UnaryCallable<GetRuntimeVersionRequest,RuntimeVersion>
TpuStub. getRuntimeVersionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRuntimeVersionRequest,RuntimeVersion>
TpuStubSettings.Builder. getRuntimeVersionSettings()
Returns the builder for the settings used for calls to getRuntimeVersion.com.google.api.gax.rpc.UnaryCallSettings<GetRuntimeVersionRequest,RuntimeVersion>
TpuStubSettings. getRuntimeVersionSettings()
Returns the object with the settings used for calls to getRuntimeVersion.
-