类 Mcp.IncrementalMeshConfigResponse

  • 所有已实现的接口:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Mcp.IncrementalMeshConfigResponseOrBuilder, java.io.Serializable
    封闭类:
    Mcp

    public static final class Mcp.IncrementalMeshConfigResponse
    extends com.google.protobuf.GeneratedMessageV3
    implements Mcp.IncrementalMeshConfigResponseOrBuilder
     IncrementalMeshConfigResponses do not need to include a full
     snapshot of the tracked resources. Instead they are a diff to the
     state of a MCP client. Per resource versions allow servers and
     clients to track state at the resource granularity. An MCP
     incremental session is always in the context of a gRPC
     bidirectional stream. This allows the MCP server to keep track of
     the state of MCP clients connected to it.
     In Incremental MCP the nonce field is required and used to pair
     IncrementalMeshConfigResponse to an IncrementalMeshConfigRequest
     ACK or NACK.  Optionally, a response message level
     system_version_info is present for debugging purposes only.
     
    Protobuf type istio.mcp.v1alpha1.IncrementalMeshConfigResponse
    另请参阅:
    序列化表格
    • 字段详细资料

      • serialVersionUID

        private static final long serialVersionUID
        另请参阅:
        常量字段值
      • SYSTEM_VERSION_INFO_FIELD_NUMBER

        public static final int SYSTEM_VERSION_INFO_FIELD_NUMBER
        另请参阅:
        常量字段值
      • systemVersionInfo_

        private volatile java.lang.Object systemVersionInfo_
      • RESOURCES_FIELD_NUMBER

        public static final int RESOURCES_FIELD_NUMBER
        另请参阅:
        常量字段值
      • REMOVED_RESOURCES_FIELD_NUMBER

        public static final int REMOVED_RESOURCES_FIELD_NUMBER
        另请参阅:
        常量字段值
      • removedResources_

        private com.google.protobuf.LazyStringList removedResources_
      • NONCE_FIELD_NUMBER

        public static final int NONCE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • nonce_

        private volatile java.lang.Object nonce_
      • memoizedIsInitialized

        private byte memoizedIsInitialized
    • 构造器详细资料

      • IncrementalMeshConfigResponse

        private IncrementalMeshConfigResponse​(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
      • IncrementalMeshConfigResponse

        private IncrementalMeshConfigResponse()
    • 方法详细资料

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        覆盖:
        newInstance 在类中 com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        指定者:
        getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
      • getResourcesCount

        public int getResourcesCount()
         The response resources wrapped in the common MCP *Resource*
         message. These are typed resources that match the type url in the
         IncrementalMeshConfigRequest.
         
        repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];
        指定者:
        getResourcesCount 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilder
      • getRemovedResourcesList

        public com.google.protobuf.ProtocolStringList getRemovedResourcesList()
         Resources names of resources that have be deleted and to be
         removed from the MCP Client.  Removed resources for missing
         resources can be ignored.
         
        repeated string removed_resources = 3;
        指定者:
        getRemovedResourcesList 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilder
        返回:
        A list containing the removedResources.
      • getRemovedResourcesCount

        public int getRemovedResourcesCount()
         Resources names of resources that have be deleted and to be
         removed from the MCP Client.  Removed resources for missing
         resources can be ignored.
         
        repeated string removed_resources = 3;
        指定者:
        getRemovedResourcesCount 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilder
        返回:
        The count of removedResources.
      • getRemovedResources

        public java.lang.String getRemovedResources​(int index)
         Resources names of resources that have be deleted and to be
         removed from the MCP Client.  Removed resources for missing
         resources can be ignored.
         
        repeated string removed_resources = 3;
        指定者:
        getRemovedResources 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The removedResources at the given index.
      • getRemovedResourcesBytes

        public com.google.protobuf.ByteString getRemovedResourcesBytes​(int index)
         Resources names of resources that have be deleted and to be
         removed from the MCP Client.  Removed resources for missing
         resources can be ignored.
         
        repeated string removed_resources = 3;
        指定者:
        getRemovedResourcesBytes 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilder
        参数:
        index - The index of the value to return.
        返回:
        The bytes of the removedResources at the given index.
      • getNonce

        public java.lang.String getNonce()
         The nonce provides a way for IncrementalMeshConfigRequests to
         uniquely reference an IncrementalMeshConfigResponse. The nonce is
         required.
         
        string nonce = 4;
        指定者:
        getNonce 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilder
        返回:
        The nonce.
      • getNonceBytes

        public com.google.protobuf.ByteString getNonceBytes()
         The nonce provides a way for IncrementalMeshConfigRequests to
         uniquely reference an IncrementalMeshConfigResponse. The nonce is
         required.
         
        string nonce = 4;
        指定者:
        getNonceBytes 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilder
        返回:
        The bytes for nonce.
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        指定者:
        writeTo 在接口中 com.google.protobuf.MessageLite
        覆盖:
        writeTo 在类中 com.google.protobuf.GeneratedMessageV3
        抛出:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        指定者:
        getSerializedSize 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        指定者:
        equals 在接口中 com.google.protobuf.Message
        覆盖:
        equals 在类中 com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        指定者:
        hashCode 在接口中 com.google.protobuf.Message
        覆盖:
        hashCode 在类中 com.google.protobuf.AbstractMessage
      • parseFrom

        public static Mcp.IncrementalMeshConfigResponse parseFrom​(java.nio.ByteBuffer data)
                                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Mcp.IncrementalMeshConfigResponse parseFrom​(java.nio.ByteBuffer data,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Mcp.IncrementalMeshConfigResponse parseFrom​(com.google.protobuf.ByteString data)
                                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Mcp.IncrementalMeshConfigResponse parseFrom​(com.google.protobuf.ByteString data,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Mcp.IncrementalMeshConfigResponse parseFrom​(byte[] data)
                                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Mcp.IncrementalMeshConfigResponse parseFrom​(byte[] data,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Mcp.IncrementalMeshConfigResponse parseFrom​(java.io.InputStream input,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws java.io.IOException
        抛出:
        java.io.IOException
      • parseDelimitedFrom

        public static Mcp.IncrementalMeshConfigResponse parseDelimitedFrom​(java.io.InputStream input)
                                                                    throws java.io.IOException
        抛出:
        java.io.IOException
      • parseDelimitedFrom

        public static Mcp.IncrementalMeshConfigResponse parseDelimitedFrom​(java.io.InputStream input,
                                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                    throws java.io.IOException
        抛出:
        java.io.IOException
      • parseFrom

        public static Mcp.IncrementalMeshConfigResponse parseFrom​(com.google.protobuf.CodedInputStream input)
                                                           throws java.io.IOException
        抛出:
        java.io.IOException
      • parseFrom

        public static Mcp.IncrementalMeshConfigResponse parseFrom​(com.google.protobuf.CodedInputStream input,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws java.io.IOException
        抛出:
        java.io.IOException
      • newBuilderForType

        public Mcp.IncrementalMeshConfigResponse.Builder newBuilderForType()
        指定者:
        newBuilderForType 在接口中 com.google.protobuf.Message
        指定者:
        newBuilderForType 在接口中 com.google.protobuf.MessageLite
      • toBuilder

        public Mcp.IncrementalMeshConfigResponse.Builder toBuilder()
        指定者:
        toBuilder 在接口中 com.google.protobuf.Message
        指定者:
        toBuilder 在接口中 com.google.protobuf.MessageLite
      • newBuilderForType

        protected Mcp.IncrementalMeshConfigResponse.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        指定者:
        newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Mcp.IncrementalMeshConfigResponse> getParserForType()
        指定者:
        getParserForType 在接口中 com.google.protobuf.Message
        指定者:
        getParserForType 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Mcp.IncrementalMeshConfigResponse getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder