接口 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
-
方法概要
修饰符和类型方法说明booleanOpaque annotations extending the node identifier.已过时。intOpaque annotations extending the node identifier.Opaque annotations extending the node identifier.getAnnotationsOrDefault(String key, String defaultValue) Opaque annotations extending the node identifier.Opaque annotations extending the node identifier.getId()An opaque identifier for the MCP node.com.google.protobuf.ByteStringAn 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
Opaque annotations extending the node identifier.
map<string, string> annotations = 2; -
getAnnotations
已过时。UsegetAnnotationsMap()instead. -
getAnnotationsMap
Opaque annotations extending the node identifier.
map<string, string> annotations = 2; -
getAnnotationsOrDefault
Opaque annotations extending the node identifier.
map<string, string> annotations = 2; -
getAnnotationsOrThrow
Opaque annotations extending the node identifier.
map<string, string> annotations = 2;
-