Interface ApiDef.ArgOrBuilder

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

    public static interface ApiDef.ArgOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Note: this will replace any inherited arg doc.
      com.google.protobuf.ByteString getDescriptionBytes()
      Note: this will replace any inherited arg doc.
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      java.lang.String getRenameTo()
      Change the name used to access this arg in the API from what is used in the GraphDef.
      com.google.protobuf.ByteString getRenameToBytes()
      Change the name used to access this arg in the API from what is used in the GraphDef.
      • 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

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getRenameTo

        java.lang.String getRenameTo()
         Change the name used to access this arg in the API from what
         is used in the GraphDef.  Note that these names in `backticks`
         will also be replaced in the summary & description fields.
         
        string rename_to = 2;
        Returns:
        The renameTo.
      • getRenameToBytes

        com.google.protobuf.ByteString getRenameToBytes()
         Change the name used to access this arg in the API from what
         is used in the GraphDef.  Note that these names in `backticks`
         will also be replaced in the summary & description fields.
         
        string rename_to = 2;
        Returns:
        The bytes for renameTo.
      • getDescription

        java.lang.String getDescription()
         Note: this will replace any inherited arg doc. There is no
         current way of modifying arg descriptions (other than replacing
         them entirely) as can be done with op descriptions.
         
        string description = 3;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Note: this will replace any inherited arg doc. There is no
         current way of modifying arg descriptions (other than replacing
         them entirely) as can be done with op descriptions.
         
        string description = 3;
        Returns:
        The bytes for description.