Uses of Class
com.google.cloud.tpu.v2.Symptom
-
Packages that use Symptom Package Description com.google.cloud.tpu.v2 A client to Cloud TPU API -
-
Uses of Symptom in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return Symptom Modifier and Type Method Description Symptom
Symptom.Builder. build()
Symptom
Symptom.Builder. buildPartial()
static Symptom
Symptom. getDefaultInstance()
Symptom
Symptom.Builder. getDefaultInstanceForType()
Symptom
Symptom. getDefaultInstanceForType()
Symptom
Node.Builder. getSymptoms(int index)
Output only.Symptom
Node. getSymptoms(int index)
Output only.Symptom
NodeOrBuilder. getSymptoms(int index)
Output only.static Symptom
Symptom. parseDelimitedFrom(InputStream input)
static Symptom
Symptom. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symptom
Symptom. parseFrom(byte[] data)
static Symptom
Symptom. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symptom
Symptom. parseFrom(com.google.protobuf.ByteString data)
static Symptom
Symptom. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symptom
Symptom. parseFrom(com.google.protobuf.CodedInputStream input)
static Symptom
Symptom. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symptom
Symptom. parseFrom(InputStream input)
static Symptom
Symptom. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Symptom
Symptom. parseFrom(ByteBuffer data)
static Symptom
Symptom. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2 that return types with arguments of type Symptom Modifier and Type Method Description com.google.protobuf.Parser<Symptom>
Symptom. getParserForType()
List<Symptom>
Node.Builder. getSymptomsList()
Output only.List<Symptom>
Node. getSymptomsList()
Output only.List<Symptom>
NodeOrBuilder. getSymptomsList()
Output only.static com.google.protobuf.Parser<Symptom>
Symptom. parser()
Methods in com.google.cloud.tpu.v2 with parameters of type Symptom Modifier and Type Method Description Node.Builder
Node.Builder. addSymptoms(int index, Symptom value)
Output only.Node.Builder
Node.Builder. addSymptoms(Symptom value)
Output only.Symptom.Builder
Symptom.Builder. mergeFrom(Symptom other)
static Symptom.Builder
Symptom. newBuilder(Symptom prototype)
Node.Builder
Node.Builder. setSymptoms(int index, Symptom value)
Output only.Method parameters in com.google.cloud.tpu.v2 with type arguments of type Symptom Modifier and Type Method Description Node.Builder
Node.Builder. addAllSymptoms(Iterable<? extends Symptom> values)
Output only.
-