Package com.google.cloud.tpu.v2
Interface SymptomOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Symptom,Symptom.Builder
public interface SymptomOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime()Timestamp when the Symptom is created.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Timestamp when the Symptom is created.StringgetDetails()Detailed information of the current Symptom.com.google.protobuf.ByteStringgetDetailsBytes()Detailed information of the current Symptom.Symptom.SymptomTypegetSymptomType()Type of the Symptom.intgetSymptomTypeValue()Type of the Symptom.StringgetWorkerId()A string used to uniquely distinguish a worker within a TPU node.com.google.protobuf.ByteStringgetWorkerIdBytes()A string used to uniquely distinguish a worker within a TPU node.booleanhasCreateTime()Timestamp when the Symptom is created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreateTime
boolean hasCreateTime()
Timestamp when the Symptom is created.
.google.protobuf.Timestamp create_time = 1;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Timestamp when the Symptom is created.
.google.protobuf.Timestamp create_time = 1;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp when the Symptom is created.
.google.protobuf.Timestamp create_time = 1;
-
getSymptomTypeValue
int getSymptomTypeValue()
Type of the Symptom.
.google.cloud.tpu.v2.Symptom.SymptomType symptom_type = 2;- Returns:
- The enum numeric value on the wire for symptomType.
-
getSymptomType
Symptom.SymptomType getSymptomType()
Type of the Symptom.
.google.cloud.tpu.v2.Symptom.SymptomType symptom_type = 2;- Returns:
- The symptomType.
-
getDetails
String getDetails()
Detailed information of the current Symptom.
string details = 3;- Returns:
- The details.
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()
Detailed information of the current Symptom.
string details = 3;- Returns:
- The bytes for details.
-
getWorkerId
String getWorkerId()
A string used to uniquely distinguish a worker within a TPU node.
string worker_id = 4;- Returns:
- The workerId.
-
getWorkerIdBytes
com.google.protobuf.ByteString getWorkerIdBytes()
A string used to uniquely distinguish a worker within a TPU node.
string worker_id = 4;- Returns:
- The bytes for workerId.
-
-