类 SidecarOuterClass.IstioIngressListener

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
istio.networking.v1alpha3.SidecarOuterClass.IstioIngressListener
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SidecarOuterClass.IstioIngressListenerOrBuilder, 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
另请参阅:
  • 字段详细资料

    • PORT_FIELD_NUMBER

      public static final int PORT_FIELD_NUMBER
      另请参阅:
    • BIND_FIELD_NUMBER

      public static final int BIND_FIELD_NUMBER
      另请参阅:
    • CAPTURE_MODE_FIELD_NUMBER

      public static final int CAPTURE_MODE_FIELD_NUMBER
      另请参阅:
    • DEFAULT_ENDPOINT_FIELD_NUMBER

      public static final int DEFAULT_ENDPOINT_FIELD_NUMBER
      另请参阅:
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 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.
    • getPort

      public GatewayOuterClass.Port getPort()
       The port associated with the listener.
       
      .istio.networking.v1alpha3.Port port = 1 [(.google.api.field_behavior) = REQUIRED];
      指定者:
      getPort 在接口中 SidecarOuterClass.IstioIngressListenerOrBuilder
      返回:
      The port.
    • getPortOrBuilder

      public GatewayOuterClass.PortOrBuilder getPortOrBuilder()
       The port associated with the listener.
       
      .istio.networking.v1alpha3.Port port = 1 [(.google.api.field_behavior) = REQUIRED];
      指定者:
      getPortOrBuilder 在接口中 SidecarOuterClass.IstioIngressListenerOrBuilder
    • getBind

      public 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.
    • getCaptureMode

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

      public 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 IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

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

      public boolean equals(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(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SidecarOuterClass.IstioIngressListener parseFrom(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(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

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

      public static SidecarOuterClass.IstioIngressListener parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

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

      public static SidecarOuterClass.IstioIngressListener parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

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

      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static SidecarOuterClass.IstioIngressListener getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SidecarOuterClass.IstioIngressListener> parser()
    • 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