Package flyteidl.core

Interface Types.TypeStructureOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Types.TypeStructure, Types.TypeStructure.Builder
    Enclosing class:
    Types

    public static interface Types.TypeStructureOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTag()
      Must exactly match for types to be castable
      com.google.protobuf.ByteString getTagBytes()
      Must exactly match for types to be castable
      • 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 Detail

      • getTag

        String getTag()
         Must exactly match for types to be castable
         
        string tag = 1;
        Returns:
        The tag.
      • getTagBytes

        com.google.protobuf.ByteString getTagBytes()
         Must exactly match for types to be castable
         
        string tag = 1;
        Returns:
        The bytes for tag.