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 GenerateServiceIdentityRequest
GenerateServiceIdentityRequest.Builder. build()
GenerateServiceIdentityRequest
GenerateServiceIdentityRequest.Builder. buildPartial()
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. getDefaultInstance()
GenerateServiceIdentityRequest
GenerateServiceIdentityRequest.Builder. getDefaultInstanceForType()
GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. getDefaultInstanceForType()
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseDelimitedFrom(InputStream input)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseFrom(byte[] data)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseFrom(com.google.protobuf.ByteString data)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseFrom(InputStream input)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. parseFrom(ByteBuffer data)
static GenerateServiceIdentityRequest
GenerateServiceIdentityRequest. 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 GenerateServiceIdentityResponse
TpuClient. generateServiceIdentity(GenerateServiceIdentityRequest request)
Generates the Cloud TPU service identity for the project.default void
TpuGrpc.AsyncService. generateServiceIdentity(GenerateServiceIdentityRequest request, io.grpc.stub.StreamObserver<GenerateServiceIdentityResponse> responseObserver)
Generates the Cloud TPU service identity for the project.GenerateServiceIdentityResponse
TpuGrpc.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.void
TpuGrpc.TpuStub. generateServiceIdentity(GenerateServiceIdentityRequest request, io.grpc.stub.StreamObserver<GenerateServiceIdentityResponse> responseObserver)
Generates the Cloud TPU service identity for the project.GenerateServiceIdentityRequest.Builder
GenerateServiceIdentityRequest.Builder. mergeFrom(GenerateServiceIdentityRequest other)
static GenerateServiceIdentityRequest.Builder
GenerateServiceIdentityRequest. 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.
-