Interface SimpleExtensionDeclaration.ExtensionTypeVariationOrBuilder

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

public static interface SimpleExtensionDeclaration.ExtensionTypeVariationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    references the extension_uri_anchor defined for a specific extension URI.
    the name of the type in the defined extension YAML.
    com.google.protobuf.ByteString
    the name of the type in the defined extension YAML.
    int
    A surrogate key used in the context of a single plan to reference a specific type variation

    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

    • getExtensionUriReference

      int getExtensionUriReference()
       references the extension_uri_anchor defined for a specific extension URI.
       
      uint32 extension_uri_reference = 1;
      Returns:
      The extensionUriReference.
    • getTypeVariationAnchor

      int getTypeVariationAnchor()
       A surrogate key used in the context of a single plan to reference a
       specific type variation
       
      uint32 type_variation_anchor = 2;
      Returns:
      The typeVariationAnchor.
    • getName

      String getName()
       the name of the type in the defined extension YAML.
       
      string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       the name of the type in the defined extension YAML.
       
      string name = 3;
      Returns:
      The bytes for name.