接口 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
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 booleancontainsAnnotations(java.lang.String key)Opaque annotations extending the node identifier.java.util.Map<java.lang.String,java.lang.String>getAnnotations()已过时。intgetAnnotationsCount()Opaque annotations extending the node identifier.java.util.Map<java.lang.String,java.lang.String>getAnnotationsMap()Opaque annotations extending the node identifier.java.lang.StringgetAnnotationsOrDefault(java.lang.String key, java.lang.String defaultValue)Opaque annotations extending the node identifier.java.lang.StringgetAnnotationsOrThrow(java.lang.String key)Opaque annotations extending the node identifier.java.lang.StringgetId()An opaque identifier for the MCP node.com.google.protobuf.ByteStringgetIdBytes()An opaque identifier for the MCP node.
-
-
-
方法详细资料
-
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()
已过时。UsegetAnnotationsMap()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;
-
-