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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Binary payload.
     
    Hex encoded payload.
    com.google.protobuf.ByteString
    Hex encoded payload.
    boolean
    Binary payload.
    boolean
    Hex encoded payload.

    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