com.alibaba.nacos.istio.model.mcp.SinkNodeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: mcp.proto
package com.alibaba.nacos.istio.model.mcp;
public interface SinkNodeOrBuilder extends
// @@protoc_insertion_point(interface_extends:istio.mcp.v1alpha1.SinkNode)
com.google.protobuf.MessageOrBuilder {
/**
*
* An opaque identifier for the MCP node.
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
* An opaque identifier for the MCP node.
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* Opaque annotations extending the node identifier.
*
*
* map<string, string> annotations = 2;
*/
int getAnnotationsCount();
/**
*
* Opaque annotations extending the node identifier.
*
*
* map<string, string> annotations = 2;
*/
boolean containsAnnotations(
java.lang.String key);
/**
* Use {@link #getAnnotationsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getAnnotations();
/**
*
* Opaque annotations extending the node identifier.
*
*
* map<string, string> annotations = 2;
*/
java.util.Map
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);
}