Interface Common.ObjectGetRequestOrBuilder

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

    public static interface Common.ObjectGetRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IdentifierOuterClass.Identifier getId()
      Indicates a unique version of resource.
      IdentifierOuterClass.IdentifierOrBuilder getIdOrBuilder()
      Indicates a unique version of resource.
      boolean hasId()
      Indicates a unique version of resource.
      • 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

      • hasId

        boolean hasId()
         Indicates a unique version of resource.
         +required
         
        .flyteidl.core.Identifier id = 1;
        Returns:
        Whether the id field is set.