接口 Mcp.SinkNodeOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    Mcp.SinkNode, Mcp.SinkNode.Builder
    封闭类:
    Mcp

    public static interface Mcp.SinkNodeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法概要

      所有方法 实例方法 抽象方法 已过时的方法 
      修饰符和类型 方法 说明
      boolean containsAnnotations​(java.lang.String key)
      Opaque annotations extending the node identifier.
      java.util.Map<java.lang.String,​java.lang.String> getAnnotations()
      已过时。
      int getAnnotationsCount()
      Opaque annotations extending the node identifier.
      java.util.Map<java.lang.String,​java.lang.String> getAnnotationsMap()
      Opaque annotations extending the node identifier.
      java.lang.String getAnnotationsOrDefault​(java.lang.String key, java.lang.String defaultValue)
      Opaque annotations extending the node identifier.
      java.lang.String getAnnotationsOrThrow​(java.lang.String key)
      Opaque annotations extending the node identifier.
      java.lang.String getId()
      An opaque identifier for the MCP node.
      com.google.protobuf.ByteString getIdBytes()
      An opaque identifier for the MCP node.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getId

        java.lang.String getId()
         An opaque identifier for the MCP node.
         
        string id = 1;
        返回:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         An opaque identifier for the MCP node.
         
        string id = 1;
        返回:
        The bytes for id.
      • getAnnotationsCount

        int getAnnotationsCount()
         Opaque annotations extending the node identifier.
         
        map<string, string> annotations = 2;
      • containsAnnotations

        boolean containsAnnotations​(java.lang.String key)
         Opaque annotations extending the node identifier.
         
        map<string, string> annotations = 2;
      • getAnnotations

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.String> getAnnotations()
        已过时。
        Use getAnnotationsMap() instead.
      • getAnnotationsMap

        java.util.Map<java.lang.String,​java.lang.String> getAnnotationsMap()
         Opaque annotations extending the node identifier.
         
        map<string, string> annotations = 2;
      • getAnnotationsOrDefault

        java.lang.String getAnnotationsOrDefault​(java.lang.String key,
                                                 java.lang.String defaultValue)
         Opaque annotations extending the node identifier.
         
        map<string, string> annotations = 2;
      • getAnnotationsOrThrow

        java.lang.String getAnnotationsOrThrow​(java.lang.String key)
         Opaque annotations extending the node identifier.
         
        map<string, string> annotations = 2;