Interface Meta.FieldsV1OrBuilder

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

public static interface Meta.FieldsV1OrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Raw is the underlying serialization of this object.
    boolean
    Raw is the underlying serialization of this object.

    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

    • hasRaw

      boolean hasRaw()
       Raw is the underlying serialization of this object.
       
      optional bytes Raw = 1;
    • getRaw

      com.google.protobuf.ByteString getRaw()
       Raw is the underlying serialization of this object.
       
      optional bytes Raw = 1;