接口 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
    Opaque annotations extending the node identifier.
    已过时。
    int
    Opaque annotations extending the node identifier.
    Opaque annotations extending the node identifier.
    Opaque annotations extending the node identifier.
    Opaque annotations extending the node identifier.
    An opaque identifier for the MCP node.
    com.google.protobuf.ByteString
    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

      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(String key)
       Opaque annotations extending the node identifier.
       
      map<string, string> annotations = 2;
    • getAnnotations

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

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

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

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