public interface 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.
|
java.lang.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(java.lang.String key)
Opaque annotations extending the node identifier.
map<string, string> annotations = 2;@Deprecated java.util.Map<java.lang.String,java.lang.String> getAnnotations()
getAnnotationsMap() instead.java.util.Map<java.lang.String,java.lang.String> getAnnotationsMap()
Opaque annotations extending the node identifier.
map<string, string> annotations = 2;java.lang.String getAnnotationsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Opaque annotations extending the node identifier.
map<string, string> annotations = 2;java.lang.String getAnnotationsOrThrow(java.lang.String key)
Opaque annotations extending the node identifier.
map<string, string> annotations = 2;Copyright © 2018–2020 Alibaba Group. All rights reserved.