Interface HistoryDataProto.FlavorPBOrBuilder

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

public static interface HistoryDataProto.FlavorPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string descriptionKey = 3;
    com.google.protobuf.ByteString
    string descriptionKey = 3;
    string signature = 2;
    com.google.protobuf.ByteString
    string signature = 2;
    string typeId = 1;
    com.google.protobuf.ByteString
    string typeId = 1;

    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

    • getTypeId

      String getTypeId()
      string typeId = 1;
      Returns:
      The typeId.
    • getTypeIdBytes

      com.google.protobuf.ByteString getTypeIdBytes()
      string typeId = 1;
      Returns:
      The bytes for typeId.
    • getSignature

      String getSignature()
      string signature = 2;
      Returns:
      The signature.
    • getSignatureBytes

      com.google.protobuf.ByteString getSignatureBytes()
      string signature = 2;
      Returns:
      The bytes for signature.
    • getDescriptionKey

      String getDescriptionKey()
      string descriptionKey = 3;
      Returns:
      The descriptionKey.
    • getDescriptionKeyBytes

      com.google.protobuf.ByteString getDescriptionKeyBytes()
      string descriptionKey = 3;
      Returns:
      The bytes for descriptionKey.