类 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch

    • 构造器详细资料

      • ListenerMatch

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

        private ListenerMatch()
    • 方法详细资料

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

        public int getPortNumber()
         The service port/gateway port to which traffic is being
         sent/received. If not specified, matches all listeners. Even though
         inbound listeners are generated for the instance/pod ports, only
         service ports should be used to match listeners.
         
        uint32 port_number = 1;
        指定者:
        getPortNumber 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatchOrBuilder
        返回:
        The portNumber.
      • getPortName

        public java.lang.String getPortName()
         Instead of using specific port numbers, a set of ports matching
         a given service's port name can be selected. Matching is case
         insensitive.
         Not implemented.
         $hide_from_docs
         
        string port_name = 2;
        指定者:
        getPortName 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatchOrBuilder
        返回:
        The portName.
      • getPortNameBytes

        public com.google.protobuf.ByteString getPortNameBytes()
         Instead of using specific port numbers, a set of ports matching
         a given service's port name can be selected. Matching is case
         insensitive.
         Not implemented.
         $hide_from_docs
         
        string port_name = 2;
        指定者:
        getPortNameBytes 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatchOrBuilder
        返回:
        The bytes for portName.
      • hasFilterChain

        public boolean hasFilterChain()
         Match a specific filter chain in a listener. If specified, the
         patch will be applied to the filter chain (and a specific
         filter if specified) and not to other filter chains in the
         listener.
         
        .istio.networking.v1alpha3.EnvoyFilter.ListenerMatch.FilterChainMatch filter_chain = 3;
        指定者:
        hasFilterChain 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatchOrBuilder
        返回:
        Whether the filterChain field is set.
      • 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 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch parseFrom​(java.nio.ByteBuffer data,
                                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                         throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch parseFrom​(com.google.protobuf.ByteString data)
                                                                         throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

        public static EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch parseFrom​(byte[] data,
                                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                         throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseDelimitedFrom

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

        public static EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch parseFrom​(com.google.protobuf.CodedInputStream input,
                                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                         throws java.io.IOException
        抛出:
        java.io.IOException
      • getParserForType

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

        public EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder