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 RuntimeVersionRuntimeVersion.Builder. build()RuntimeVersionRuntimeVersion.Builder. buildPartial()static RuntimeVersionRuntimeVersion. getDefaultInstance()RuntimeVersionRuntimeVersion.Builder. getDefaultInstanceForType()RuntimeVersionRuntimeVersion. getDefaultInstanceForType()RuntimeVersionTpuClient. getRuntimeVersion(GetRuntimeVersionRequest request)Gets a runtime version.RuntimeVersionTpuClient. getRuntimeVersion(RuntimeVersionName name)Gets a runtime version.RuntimeVersionTpuClient. getRuntimeVersion(String name)Gets a runtime version.RuntimeVersionTpuGrpc.TpuBlockingStub. getRuntimeVersion(GetRuntimeVersionRequest request)Gets a runtime version.RuntimeVersionListRuntimeVersionsResponse.Builder. getRuntimeVersions(int index)The listed nodes.RuntimeVersionListRuntimeVersionsResponse. getRuntimeVersions(int index)The listed nodes.RuntimeVersionListRuntimeVersionsResponseOrBuilder. getRuntimeVersions(int index)The listed nodes.static RuntimeVersionRuntimeVersion. parseDelimitedFrom(InputStream input)static RuntimeVersionRuntimeVersion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeVersionRuntimeVersion. parseFrom(byte[] data)static RuntimeVersionRuntimeVersion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeVersionRuntimeVersion. parseFrom(com.google.protobuf.ByteString data)static RuntimeVersionRuntimeVersion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeVersionRuntimeVersion. parseFrom(com.google.protobuf.CodedInputStream input)static RuntimeVersionRuntimeVersion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeVersionRuntimeVersion. parseFrom(InputStream input)static RuntimeVersionRuntimeVersion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeVersionRuntimeVersion. parseFrom(ByteBuffer data)static RuntimeVersionRuntimeVersion. 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.BuilderListRuntimeVersionsResponse.Builder. addRuntimeVersions(int index, RuntimeVersion value)The listed nodes.ListRuntimeVersionsResponse.BuilderListRuntimeVersionsResponse.Builder. addRuntimeVersions(RuntimeVersion value)The listed nodes.RuntimeVersion.BuilderRuntimeVersion.Builder. mergeFrom(RuntimeVersion other)static RuntimeVersion.BuilderRuntimeVersion. newBuilder(RuntimeVersion prototype)ListRuntimeVersionsResponse.BuilderListRuntimeVersionsResponse.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.BuilderListRuntimeVersionsResponse.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.ListRuntimeVersionsPageTpuClient.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 voidTpuGrpc.AsyncService. getRuntimeVersion(GetRuntimeVersionRequest request, io.grpc.stub.StreamObserver<RuntimeVersion> responseObserver)Gets a runtime version.voidTpuGrpc.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.
-