Interface Proto.StateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Proto.State, Proto.State.Builder
Enclosing class:
Proto

public static interface Proto.StateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string description = 5;
    com.google.protobuf.ByteString
    optional string description = 5;
    optional string host = 4;
    com.google.protobuf.ByteString
    optional string host = 4;
    boolean
    optional bool once = 6;
    optional string service = 3;
    com.google.protobuf.ByteString
    optional string service = 3;
    optional string state = 2;
    com.google.protobuf.ByteString
    optional string state = 2;
    getTags(int index)
    repeated string tags = 7;
    com.google.protobuf.ByteString
    getTagsBytes(int index)
    repeated string tags = 7;
    int
    repeated string tags = 7;
    repeated string tags = 7;
    long
    optional int64 time = 1;
    float
    optional float ttl = 8;
    boolean
    optional string description = 5;
    boolean
    optional string host = 4;
    boolean
    optional bool once = 6;
    boolean
    optional string service = 3;
    boolean
    optional string state = 2;
    boolean
    optional int64 time = 1;
    boolean
    optional float ttl = 8;

    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

    • hasTime

      boolean hasTime()
      optional int64 time = 1;
    • getTime

      long getTime()
      optional int64 time = 1;
    • hasState

      boolean hasState()
      optional string state = 2;
    • getState

      String getState()
      optional string state = 2;
    • getStateBytes

      com.google.protobuf.ByteString getStateBytes()
      optional string state = 2;
    • hasService

      boolean hasService()
      optional string service = 3;
    • getService

      String getService()
      optional string service = 3;
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
      optional string service = 3;
    • hasHost

      boolean hasHost()
      optional string host = 4;
    • getHost

      String getHost()
      optional string host = 4;
    • getHostBytes

      com.google.protobuf.ByteString getHostBytes()
      optional string host = 4;
    • hasDescription

      boolean hasDescription()
      optional string description = 5;
    • getDescription

      String getDescription()
      optional string description = 5;
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 5;
    • hasOnce

      boolean hasOnce()
      optional bool once = 6;
    • getOnce

      boolean getOnce()
      optional bool once = 6;
    • getTagsList

      List<String> getTagsList()
      repeated string tags = 7;
    • getTagsCount

      int getTagsCount()
      repeated string tags = 7;
    • getTags

      String getTags(int index)
      repeated string tags = 7;
    • getTagsBytes

      com.google.protobuf.ByteString getTagsBytes(int index)
      repeated string tags = 7;
    • hasTtl

      boolean hasTtl()
      optional float ttl = 8;
    • getTtl

      float getTtl()
      optional float ttl = 8;