public static interface Mcp.SinkNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsAnnotations(String key)
Opaque annotations extending the node identifier.
|
Map<String,String> |
getAnnotations()
已过时。
|
int |
getAnnotationsCount()
Opaque annotations extending the node identifier.
|
Map<String,String> |
getAnnotationsMap()
Opaque annotations extending the node identifier.
|
String |
getAnnotationsOrDefault(String key,
String defaultValue)
Opaque annotations extending the node identifier.
|
String |
getAnnotationsOrThrow(String key)
Opaque annotations extending the node identifier.
|
String |
getId()
An opaque identifier for the MCP node.
|
com.google.protobuf.ByteString |
getIdBytes()
An opaque identifier for the MCP node.
|
String getId()
An opaque identifier for the MCP node.
string id = 1;com.google.protobuf.ByteString getIdBytes()
An opaque identifier for the MCP node.
string id = 1;int getAnnotationsCount()
Opaque annotations extending the node identifier.
map<string, string> annotations = 2;boolean containsAnnotations(String key)
Opaque annotations extending the node identifier.
map<string, string> annotations = 2;@Deprecated Map<String,String> getAnnotations()
getAnnotationsMap() instead.Map<String,String> getAnnotationsMap()
Opaque annotations extending the node identifier.
map<string, string> annotations = 2;String getAnnotationsOrDefault(String key, String defaultValue)
Opaque annotations extending the node identifier.
map<string, string> annotations = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.