Uses of Class
com.google.cloud.tpu.v2.GenerateServiceIdentityRequest
-
Packages that use GenerateServiceIdentityRequest Package Description com.google.cloud.tpu.v2 A client to Cloud TPU APIcom.google.cloud.tpu.v2.stub -
-
Uses of GenerateServiceIdentityRequest in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return GenerateServiceIdentityRequest Modifier and Type Method Description GenerateServiceIdentityRequestGenerateServiceIdentityRequest.Builder. build()GenerateServiceIdentityRequestGenerateServiceIdentityRequest.Builder. buildPartial()static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. getDefaultInstance()GenerateServiceIdentityRequestGenerateServiceIdentityRequest.Builder. getDefaultInstanceForType()GenerateServiceIdentityRequestGenerateServiceIdentityRequest. getDefaultInstanceForType()static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseDelimitedFrom(InputStream input)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(byte[] data)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(com.google.protobuf.ByteString data)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(InputStream input)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(ByteBuffer data)static GenerateServiceIdentityRequestGenerateServiceIdentityRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v2 that return types with arguments of type GenerateServiceIdentityRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>TpuClient. generateServiceIdentityCallable()Generates the Cloud TPU service identity for the project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>TpuSettings.Builder. generateServiceIdentitySettings()Returns the builder for the settings used for calls to generateServiceIdentity.com.google.api.gax.rpc.UnaryCallSettings<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>TpuSettings. generateServiceIdentitySettings()Returns the object with the settings used for calls to generateServiceIdentity.static io.grpc.MethodDescriptor<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>TpuGrpc. getGenerateServiceIdentityMethod()com.google.protobuf.Parser<GenerateServiceIdentityRequest>GenerateServiceIdentityRequest. getParserForType()static com.google.protobuf.Parser<GenerateServiceIdentityRequest>GenerateServiceIdentityRequest. parser()Methods in com.google.cloud.tpu.v2 with parameters of type GenerateServiceIdentityRequest Modifier and Type Method Description GenerateServiceIdentityResponseTpuClient. generateServiceIdentity(GenerateServiceIdentityRequest request)Generates the Cloud TPU service identity for the project.default voidTpuGrpc.AsyncService. generateServiceIdentity(GenerateServiceIdentityRequest request, io.grpc.stub.StreamObserver<GenerateServiceIdentityResponse> responseObserver)Generates the Cloud TPU service identity for the project.GenerateServiceIdentityResponseTpuGrpc.TpuBlockingStub. generateServiceIdentity(GenerateServiceIdentityRequest request)Generates the Cloud TPU service identity for the project.com.google.common.util.concurrent.ListenableFuture<GenerateServiceIdentityResponse>TpuGrpc.TpuFutureStub. generateServiceIdentity(GenerateServiceIdentityRequest request)Generates the Cloud TPU service identity for the project.voidTpuGrpc.TpuStub. generateServiceIdentity(GenerateServiceIdentityRequest request, io.grpc.stub.StreamObserver<GenerateServiceIdentityResponse> responseObserver)Generates the Cloud TPU service identity for the project.GenerateServiceIdentityRequest.BuilderGenerateServiceIdentityRequest.Builder. mergeFrom(GenerateServiceIdentityRequest other)static GenerateServiceIdentityRequest.BuilderGenerateServiceIdentityRequest. newBuilder(GenerateServiceIdentityRequest prototype) -
Uses of GenerateServiceIdentityRequest in com.google.cloud.tpu.v2.stub
Methods in com.google.cloud.tpu.v2.stub that return types with arguments of type GenerateServiceIdentityRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>GrpcTpuStub. generateServiceIdentityCallable()com.google.api.gax.rpc.UnaryCallable<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>HttpJsonTpuStub. generateServiceIdentityCallable()com.google.api.gax.rpc.UnaryCallable<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>TpuStub. generateServiceIdentityCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>TpuStubSettings.Builder. generateServiceIdentitySettings()Returns the builder for the settings used for calls to generateServiceIdentity.com.google.api.gax.rpc.UnaryCallSettings<GenerateServiceIdentityRequest,GenerateServiceIdentityResponse>TpuStubSettings. generateServiceIdentitySettings()Returns the object with the settings used for calls to generateServiceIdentity.
-