Uses of Class
com.google.cloud.tpu.v2.ServiceIdentity
-
Packages that use ServiceIdentity Package Description com.google.cloud.tpu.v2 A client to Cloud TPU API -
-
Uses of ServiceIdentity in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return ServiceIdentity Modifier and Type Method Description ServiceIdentity
ServiceIdentity.Builder. build()
ServiceIdentity
ServiceIdentity.Builder. buildPartial()
static ServiceIdentity
ServiceIdentity. getDefaultInstance()
ServiceIdentity
ServiceIdentity.Builder. getDefaultInstanceForType()
ServiceIdentity
ServiceIdentity. getDefaultInstanceForType()
ServiceIdentity
GenerateServiceIdentityResponse.Builder. getIdentity()
ServiceIdentity that was created or retrieved.ServiceIdentity
GenerateServiceIdentityResponse. getIdentity()
ServiceIdentity that was created or retrieved.ServiceIdentity
GenerateServiceIdentityResponseOrBuilder. getIdentity()
ServiceIdentity that was created or retrieved.static ServiceIdentity
ServiceIdentity. parseDelimitedFrom(InputStream input)
static ServiceIdentity
ServiceIdentity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(byte[] data)
static ServiceIdentity
ServiceIdentity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(com.google.protobuf.ByteString data)
static ServiceIdentity
ServiceIdentity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(com.google.protobuf.CodedInputStream input)
static ServiceIdentity
ServiceIdentity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(InputStream input)
static ServiceIdentity
ServiceIdentity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceIdentity
ServiceIdentity. parseFrom(ByteBuffer data)
static ServiceIdentity
ServiceIdentity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2 that return types with arguments of type ServiceIdentity Modifier and Type Method Description com.google.protobuf.Parser<ServiceIdentity>
ServiceIdentity. getParserForType()
static com.google.protobuf.Parser<ServiceIdentity>
ServiceIdentity. parser()
Methods in com.google.cloud.tpu.v2 with parameters of type ServiceIdentity Modifier and Type Method Description ServiceIdentity.Builder
ServiceIdentity.Builder. mergeFrom(ServiceIdentity other)
GenerateServiceIdentityResponse.Builder
GenerateServiceIdentityResponse.Builder. mergeIdentity(ServiceIdentity value)
ServiceIdentity that was created or retrieved.static ServiceIdentity.Builder
ServiceIdentity. newBuilder(ServiceIdentity prototype)
GenerateServiceIdentityResponse.Builder
GenerateServiceIdentityResponse.Builder. setIdentity(ServiceIdentity value)
ServiceIdentity that was created or retrieved.
-