Interface ProtobufMessages.Header.StrategyIndexOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.Header.StrategyIndex, ProtobufMessages.Header.StrategyIndex.Builder
Enclosing class:
ProtobufMessages.Header

public static interface ProtobufMessages.Header.StrategyIndexOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    optional bytes data = 3;
    int
    optional int32 id = 1;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    boolean
    optional bytes data = 3;
    boolean
    optional int32 id = 1;
    boolean
    optional string name = 2;

    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

    • hasId

      boolean hasId()
      optional int32 id = 1;
      Returns:
      Whether the id field is set.
    • getId

      int getId()
      optional int32 id = 1;
      Returns:
      The id.
    • hasName

      boolean hasName()
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasData

      boolean hasData()
      optional bytes data = 3;
      Returns:
      Whether the data field is set.
    • getData

      com.google.protobuf.ByteString getData()
      optional bytes data = 3;
      Returns:
      The data.