Uses of Class
com.google.cloud.tpu.v2.GenerateServiceIdentityResponse
-
Packages that use GenerateServiceIdentityResponse Package Description com.google.cloud.tpu.v2 A client to Cloud TPU APIcom.google.cloud.tpu.v2.stub -
-
Uses of GenerateServiceIdentityResponse in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return GenerateServiceIdentityResponse Modifier and Type Method Description GenerateServiceIdentityResponse
GenerateServiceIdentityResponse.Builder. build()
GenerateServiceIdentityResponse
GenerateServiceIdentityResponse.Builder. buildPartial()
GenerateServiceIdentityResponse
TpuClient. generateServiceIdentity(GenerateServiceIdentityRequest request)
Generates the Cloud TPU service identity for the project.GenerateServiceIdentityResponse
TpuGrpc.TpuBlockingStub. generateServiceIdentity(GenerateServiceIdentityRequest request)
Generates the Cloud TPU service identity for the project.static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. getDefaultInstance()
GenerateServiceIdentityResponse
GenerateServiceIdentityResponse.Builder. getDefaultInstanceForType()
GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. getDefaultInstanceForType()
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseDelimitedFrom(InputStream input)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(byte[] data)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(com.google.protobuf.ByteString data)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(InputStream input)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(ByteBuffer data)
static GenerateServiceIdentityResponse
GenerateServiceIdentityResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2 that return types with arguments of type GenerateServiceIdentityResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<GenerateServiceIdentityResponse>
TpuGrpc.TpuFutureStub. generateServiceIdentity(GenerateServiceIdentityRequest request)
Generates the Cloud TPU service identity for the project.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<GenerateServiceIdentityResponse>
GenerateServiceIdentityResponse. getParserForType()
static com.google.protobuf.Parser<GenerateServiceIdentityResponse>
GenerateServiceIdentityResponse. parser()
Methods in com.google.cloud.tpu.v2 with parameters of type GenerateServiceIdentityResponse Modifier and Type Method Description GenerateServiceIdentityResponse.Builder
GenerateServiceIdentityResponse.Builder. mergeFrom(GenerateServiceIdentityResponse other)
static GenerateServiceIdentityResponse.Builder
GenerateServiceIdentityResponse. newBuilder(GenerateServiceIdentityResponse prototype)
Method parameters in com.google.cloud.tpu.v2 with type arguments of type GenerateServiceIdentityResponse Modifier and Type Method Description default void
TpuGrpc.AsyncService. generateServiceIdentity(GenerateServiceIdentityRequest request, io.grpc.stub.StreamObserver<GenerateServiceIdentityResponse> responseObserver)
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. -
Uses of GenerateServiceIdentityResponse in com.google.cloud.tpu.v2.stub
Methods in com.google.cloud.tpu.v2.stub that return types with arguments of type GenerateServiceIdentityResponse 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.
-