Uses of Class
com.google.cloud.tpu.v2alpha1.AccessConfig
-
Packages that use AccessConfig Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU API -
-
Uses of AccessConfig in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return AccessConfig Modifier and Type Method Description AccessConfig
AccessConfig.Builder. build()
AccessConfig
AccessConfig.Builder. buildPartial()
AccessConfig
NetworkEndpoint.Builder. getAccessConfig()
The access config for the TPU worker.AccessConfig
NetworkEndpoint. getAccessConfig()
The access config for the TPU worker.AccessConfig
NetworkEndpointOrBuilder. getAccessConfig()
The access config for the TPU worker.static AccessConfig
AccessConfig. getDefaultInstance()
AccessConfig
AccessConfig.Builder. getDefaultInstanceForType()
AccessConfig
AccessConfig. getDefaultInstanceForType()
static AccessConfig
AccessConfig. parseDelimitedFrom(InputStream input)
static AccessConfig
AccessConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessConfig
AccessConfig. parseFrom(byte[] data)
static AccessConfig
AccessConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessConfig
AccessConfig. parseFrom(com.google.protobuf.ByteString data)
static AccessConfig
AccessConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessConfig
AccessConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AccessConfig
AccessConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessConfig
AccessConfig. parseFrom(InputStream input)
static AccessConfig
AccessConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessConfig
AccessConfig. parseFrom(ByteBuffer data)
static AccessConfig
AccessConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type AccessConfig Modifier and Type Method Description com.google.protobuf.Parser<AccessConfig>
AccessConfig. getParserForType()
static com.google.protobuf.Parser<AccessConfig>
AccessConfig. parser()
Methods in com.google.cloud.tpu.v2alpha1 with parameters of type AccessConfig Modifier and Type Method Description NetworkEndpoint.Builder
NetworkEndpoint.Builder. mergeAccessConfig(AccessConfig value)
The access config for the TPU worker.AccessConfig.Builder
AccessConfig.Builder. mergeFrom(AccessConfig other)
static AccessConfig.Builder
AccessConfig. newBuilder(AccessConfig prototype)
NetworkEndpoint.Builder
NetworkEndpoint.Builder. setAccessConfig(AccessConfig value)
The access config for the TPU worker.
-