类 Mcp.MeshConfigResponse

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

    public static final class Mcp.MeshConfigResponse
    extends com.google.protobuf.GeneratedMessageV3
    implements Mcp.MeshConfigResponseOrBuilder
     A MeshConfigResponse delivers a set of versioned resources of the
     same type in response to a MeshConfigRequest.
     
    Protobuf type istio.mcp.v1alpha1.MeshConfigResponse
    另请参阅:
    序列化表格
    • 字段详细资料

      • serialVersionUID

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

        public static final int VERSION_INFO_FIELD_NUMBER
        另请参阅:
        常量字段值
      • versionInfo_

        private volatile java.lang.Object versionInfo_
      • RESOURCES_FIELD_NUMBER

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

        public static final int TYPE_URL_FIELD_NUMBER
        另请参阅:
        常量字段值
      • typeUrl_

        private volatile java.lang.Object typeUrl_
      • NONCE_FIELD_NUMBER

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

        private volatile java.lang.Object nonce_
      • memoizedIsInitialized

        private byte memoizedIsInitialized
    • 构造器详细资料

      • MeshConfigResponse

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

        private MeshConfigResponse()
    • 方法详细资料

      • 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
      • getVersionInfoBytes

        public com.google.protobuf.ByteString getVersionInfoBytes()
         The version of the response data.
         
        string version_info = 1;
        指定者:
        getVersionInfoBytes 在接口中 Mcp.MeshConfigResponseOrBuilder
        返回:
        The bytes for versionInfo.
      • getResourcesCount

        public int getResourcesCount()
         The response resources wrapped in the common MCP *Resource*
         message.
         
        repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];
        指定者:
        getResourcesCount 在接口中 Mcp.MeshConfigResponseOrBuilder
      • getTypeUrl

        public java.lang.String getTypeUrl()
         Type URL for resources wrapped in the provided resources(s). This
         must be consistent with the type_url in the wrapper messages if
         resources is non-empty.
         
        string type_url = 3;
        指定者:
        getTypeUrl 在接口中 Mcp.MeshConfigResponseOrBuilder
        返回:
        The typeUrl.
      • getTypeUrlBytes

        public com.google.protobuf.ByteString getTypeUrlBytes()
         Type URL for resources wrapped in the provided resources(s). This
         must be consistent with the type_url in the wrapper messages if
         resources is non-empty.
         
        string type_url = 3;
        指定者:
        getTypeUrlBytes 在接口中 Mcp.MeshConfigResponseOrBuilder
        返回:
        The bytes for typeUrl.
      • getNonce

        public java.lang.String getNonce()
         The nonce provides a way to explicitly ack a specific
         MeshConfigResponse in a following MeshConfigRequest. Additional
         messages may have been sent by client to the management server for
         the previous version on the stream prior to this
         MeshConfigResponse, that were unprocessed at response send
         time. The nonce allows the management server to ignore any
         further MeshConfigRequests for the previous version until a
         MeshConfigRequest bearing the nonce.
         
        string nonce = 4;
        指定者:
        getNonce 在接口中 Mcp.MeshConfigResponseOrBuilder
        返回:
        The nonce.
      • getNonceBytes

        public com.google.protobuf.ByteString getNonceBytes()
         The nonce provides a way to explicitly ack a specific
         MeshConfigResponse in a following MeshConfigRequest. Additional
         messages may have been sent by client to the management server for
         the previous version on the stream prior to this
         MeshConfigResponse, that were unprocessed at response send
         time. The nonce allows the management server to ignore any
         further MeshConfigRequests for the previous version until a
         MeshConfigRequest bearing the nonce.
         
        string nonce = 4;
        指定者:
        getNonceBytes 在接口中 Mcp.MeshConfigResponseOrBuilder
        返回:
        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.MeshConfigResponse parseFrom​(java.nio.ByteBuffer data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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