Interface HealthCheck.PayloadOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheck.Payload
,HealthCheck.Payload.Builder
- Enclosing class:
HealthCheck
public static interface HealthCheck.PayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasText
boolean hasText()Hex encoded payload. E.g., "000000FF".
string text = 1 [(.validate.rules) = { ... }
- Returns:
- Whether the text field is set.
-
getText
String getText()Hex encoded payload. E.g., "000000FF".
string text = 1 [(.validate.rules) = { ... }
- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()Hex encoded payload. E.g., "000000FF".
string text = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for text.
-
hasBinary
boolean hasBinary()Binary payload.
bytes binary = 2;
- Returns:
- Whether the binary field is set.
-
getBinary
com.google.protobuf.ByteString getBinary()Binary payload.
bytes binary = 2;
- Returns:
- The binary.
-
getPayloadCase
HealthCheck.Payload.PayloadCase getPayloadCase()
-