类 SidecarOuterClass.IstioIngressListener

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

    public static final class SidecarOuterClass.IstioIngressListener
    extends com.google.protobuf.GeneratedMessageV3
    implements SidecarOuterClass.IstioIngressListenerOrBuilder
     `IstioIngressListener` specifies the properties of an inbound
     traffic listener on the sidecar proxy attached to a workload instance.
     
    Protobuf type istio.networking.v1alpha3.IstioIngressListener
    另请参阅:
    序列化表格
    • 字段详细资料

      • serialVersionUID

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

        public static final int PORT_FIELD_NUMBER
        另请参阅:
        常量字段值
      • BIND_FIELD_NUMBER

        public static final int BIND_FIELD_NUMBER
        另请参阅:
        常量字段值
      • bind_

        private volatile java.lang.Object bind_
      • CAPTURE_MODE_FIELD_NUMBER

        public static final int CAPTURE_MODE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • captureMode_

        private int captureMode_
      • DEFAULT_ENDPOINT_FIELD_NUMBER

        public static final int DEFAULT_ENDPOINT_FIELD_NUMBER
        另请参阅:
        常量字段值
      • defaultEndpoint_

        private volatile java.lang.Object defaultEndpoint_
      • memoizedIsInitialized

        private byte memoizedIsInitialized
    • 构造器详细资料

      • IstioIngressListener

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

        private IstioIngressListener()
    • 方法详细资料

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

        public boolean hasPort()
         The port associated with the listener.
         
        .istio.networking.v1alpha3.Port port = 1 [(.google.api.field_behavior) = REQUIRED];
        指定者:
        hasPort 在接口中 SidecarOuterClass.IstioIngressListenerOrBuilder
        返回:
        Whether the port field is set.
      • getBind

        public java.lang.String getBind()
         The IP to which the listener should be bound. Must be in the
         format `x.x.x.x`. Unix domain socket addresses are not allowed in
         the bind field for ingress listeners. If omitted, Istio will
         automatically configure the defaults based on imported services
         and the workload instances to which this configuration is applied
         to.
         
        string bind = 2;
        指定者:
        getBind 在接口中 SidecarOuterClass.IstioIngressListenerOrBuilder
        返回:
        The bind.
      • getBindBytes

        public com.google.protobuf.ByteString getBindBytes()
         The IP to which the listener should be bound. Must be in the
         format `x.x.x.x`. Unix domain socket addresses are not allowed in
         the bind field for ingress listeners. If omitted, Istio will
         automatically configure the defaults based on imported services
         and the workload instances to which this configuration is applied
         to.
         
        string bind = 2;
        指定者:
        getBindBytes 在接口中 SidecarOuterClass.IstioIngressListenerOrBuilder
        返回:
        The bytes for bind.
      • getCaptureModeValue

        public int getCaptureModeValue()
         The captureMode option dictates how traffic to the listener is
         expected to be captured (or not).
         
        .istio.networking.v1alpha3.CaptureMode capture_mode = 3;
        指定者:
        getCaptureModeValue 在接口中 SidecarOuterClass.IstioIngressListenerOrBuilder
        返回:
        The enum numeric value on the wire for captureMode.
      • getDefaultEndpoint

        public java.lang.String getDefaultEndpoint()
         The IP endpoint or Unix domain socket to which
         traffic should be forwarded to. This configuration can be used to
         redirect traffic arriving at the bind `IP:Port` on the sidecar to a `localhost:port`
         or Unix domain socket where the application workload instance is listening for
         connections. Arbitrary IPs are not supported. Format should be one of `127.0.0.1:PORT`, `0.0.0.0:PORT`
         (which will forward to the instance IP), or `unix:///path/to/socket`
         
        string default_endpoint = 4 [(.google.api.field_behavior) = REQUIRED];
        指定者:
        getDefaultEndpoint 在接口中 SidecarOuterClass.IstioIngressListenerOrBuilder
        返回:
        The defaultEndpoint.
      • getDefaultEndpointBytes

        public com.google.protobuf.ByteString getDefaultEndpointBytes()
         The IP endpoint or Unix domain socket to which
         traffic should be forwarded to. This configuration can be used to
         redirect traffic arriving at the bind `IP:Port` on the sidecar to a `localhost:port`
         or Unix domain socket where the application workload instance is listening for
         connections. Arbitrary IPs are not supported. Format should be one of `127.0.0.1:PORT`, `0.0.0.0:PORT`
         (which will forward to the instance IP), or `unix:///path/to/socket`
         
        string default_endpoint = 4 [(.google.api.field_behavior) = REQUIRED];
        指定者:
        getDefaultEndpointBytes 在接口中 SidecarOuterClass.IstioIngressListenerOrBuilder
        返回:
        The bytes for defaultEndpoint.
      • 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 SidecarOuterClass.IstioIngressListener parseFrom​(java.nio.ByteBuffer data)
                                                                throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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