Package flyteidl.core

Interface Literals.SchemaOrBuilder

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

    public static interface Literals.SchemaOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Types.SchemaType getType()
      .flyteidl.core.SchemaType type = 3;
      Types.SchemaTypeOrBuilder getTypeOrBuilder()
      .flyteidl.core.SchemaType type = 3;
      String getUri()
      string uri = 1;
      com.google.protobuf.ByteString getUriBytes()
      string uri = 1;
      boolean hasType()
      .flyteidl.core.SchemaType type = 3;
      • 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

      • getUri

        String getUri()
        string uri = 1;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
        string uri = 1;
        Returns:
        The bytes for uri.
      • hasType

        boolean hasType()
        .flyteidl.core.SchemaType type = 3;
        Returns:
        Whether the type field is set.
      • getType

        Types.SchemaType getType()
        .flyteidl.core.SchemaType type = 3;
        Returns:
        The type.