类 EnvoyFilterOuterClass.EnvoyFilter.ClusterMatch

    • 字段详细资料

      • serialVersionUID

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

        public static final int PORT_NUMBER_FIELD_NUMBER
        另请参阅:
        常量字段值
      • portNumber_

        private int portNumber_
      • SERVICE_FIELD_NUMBER

        public static final int SERVICE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • service_

        private volatile java.lang.Object service_
      • SUBSET_FIELD_NUMBER

        public static final int SUBSET_FIELD_NUMBER
        另请参阅:
        常量字段值
      • subset_

        private volatile java.lang.Object subset_
      • NAME_FIELD_NUMBER

        public static final int NAME_FIELD_NUMBER
        另请参阅:
        常量字段值
      • name_

        private volatile java.lang.Object name_
      • memoizedIsInitialized

        private byte memoizedIsInitialized
    • 构造器详细资料

      • ClusterMatch

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

        private ClusterMatch()
    • 方法详细资料

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

        public java.lang.String getService()
         The fully qualified service name for this cluster. If omitted,
         applies to clusters for any service. For services defined
         through service entries, the service name is same as the hosts
         defined in the service entry.
         
        string service = 2;
        指定者:
        getService 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ClusterMatchOrBuilder
        返回:
        The service.
      • getServiceBytes

        public com.google.protobuf.ByteString getServiceBytes()
         The fully qualified service name for this cluster. If omitted,
         applies to clusters for any service. For services defined
         through service entries, the service name is same as the hosts
         defined in the service entry.
         
        string service = 2;
        指定者:
        getServiceBytes 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ClusterMatchOrBuilder
        返回:
        The bytes for service.
      • getName

        public java.lang.String getName()
         The exact name of the cluster to match. To match a specific
         cluster by name, such as the internally generated `Passthrough`
         cluster, leave all fields in clusterMatch empty, except the
         name.
         
        string name = 4;
        指定者:
        getName 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ClusterMatchOrBuilder
        返回:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The exact name of the cluster to match. To match a specific
         cluster by name, such as the internally generated `Passthrough`
         cluster, leave all fields in clusterMatch empty, except the
         name.
         
        string name = 4;
        指定者:
        getNameBytes 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ClusterMatchOrBuilder
        返回:
        The bytes for name.
      • 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.ClusterMatch parseFrom​(java.nio.ByteBuffer data)
                                                                        throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

        public static EnvoyFilterOuterClass.EnvoyFilter.ClusterMatch 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.ClusterMatch parseFrom​(byte[] data,
                                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                        throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

        public static EnvoyFilterOuterClass.EnvoyFilter.ClusterMatch 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.ClusterMatch> getParserForType()
        指定者:
        getParserForType 在接口中 com.google.protobuf.Message
        指定者:
        getParserForType 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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