类 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
istio.networking.v1alpha3.EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder, Serializable
封闭类:
EnvoyFilterOuterClass.EnvoyFilter

public static final class EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch extends com.google.protobuf.GeneratedMessageV3 implements EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder
 One or more properties of the proxy to match on.
 
Protobuf type istio.networking.v1alpha3.EnvoyFilter.ProxyMatch
另请参阅:
  • 字段详细资料

    • PROXY_VERSION_FIELD_NUMBER

      public static final int PROXY_VERSION_FIELD_NUMBER
      另请参阅:
    • METADATA_FIELD_NUMBER

      public static final int METADATA_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()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      覆盖:
      internalGetMapFieldReflection 在类中 com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • getProxyVersion

      public String getProxyVersion()
       A regular expression in golang regex format (RE2) that can be
       used to select proxies using a specific version of istio
       proxy. The Istio version for a given proxy is obtained from the
       node metadata field `ISTIO_VERSION` supplied by the proxy when
       connecting to Pilot. This value is embedded as an environment
       variable (`ISTIO_META_ISTIO_VERSION`) in the Istio proxy docker
       image. Custom proxy implementations should provide this metadata
       variable to take advantage of the Istio version check option.
       
      string proxy_version = 1;
      指定者:
      getProxyVersion 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder
      返回:
      The proxyVersion.
    • getProxyVersionBytes

      public com.google.protobuf.ByteString getProxyVersionBytes()
       A regular expression in golang regex format (RE2) that can be
       used to select proxies using a specific version of istio
       proxy. The Istio version for a given proxy is obtained from the
       node metadata field `ISTIO_VERSION` supplied by the proxy when
       connecting to Pilot. This value is embedded as an environment
       variable (`ISTIO_META_ISTIO_VERSION`) in the Istio proxy docker
       image. Custom proxy implementations should provide this metadata
       variable to take advantage of the Istio version check option.
       
      string proxy_version = 1;
      指定者:
      getProxyVersionBytes 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder
      返回:
      The bytes for proxyVersion.
    • getMetadataCount

      public int getMetadataCount()
       Match on the node metadata supplied by a proxy when connecting
       to Istio Pilot. Note that while Envoy's node metadata is of
       type Struct, only string key-value pairs are processed by
       Pilot. All keys specified in the metadata must match with exact
       values. The match will fail if any of the specified keys are
       absent or the values fail to match.
       
      map<string, string> metadata = 2;
      指定者:
      getMetadataCount 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder
    • containsMetadata

      public boolean containsMetadata(String key)
       Match on the node metadata supplied by a proxy when connecting
       to Istio Pilot. Note that while Envoy's node metadata is of
       type Struct, only string key-value pairs are processed by
       Pilot. All keys specified in the metadata must match with exact
       values. The match will fail if any of the specified keys are
       absent or the values fail to match.
       
      map<string, string> metadata = 2;
      指定者:
      containsMetadata 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder
    • getMetadata

      @Deprecated public Map<String,String> getMetadata()
      已过时。
      Use getMetadataMap() instead.
      指定者:
      getMetadata 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder
    • getMetadataMap

      public Map<String,String> getMetadataMap()
       Match on the node metadata supplied by a proxy when connecting
       to Istio Pilot. Note that while Envoy's node metadata is of
       type Struct, only string key-value pairs are processed by
       Pilot. All keys specified in the metadata must match with exact
       values. The match will fail if any of the specified keys are
       absent or the values fail to match.
       
      map<string, string> metadata = 2;
      指定者:
      getMetadataMap 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder
    • getMetadataOrDefault

      public String getMetadataOrDefault(String key, String defaultValue)
       Match on the node metadata supplied by a proxy when connecting
       to Istio Pilot. Note that while Envoy's node metadata is of
       type Struct, only string key-value pairs are processed by
       Pilot. All keys specified in the metadata must match with exact
       values. The match will fail if any of the specified keys are
       absent or the values fail to match.
       
      map<string, string> metadata = 2;
      指定者:
      getMetadataOrDefault 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder
    • getMetadataOrThrow

      public String getMetadataOrThrow(String key)
       Match on the node metadata supplied by a proxy when connecting
       to Istio Pilot. Note that while Envoy's node metadata is of
       type Struct, only string key-value pairs are processed by
       Pilot. All keys specified in the metadata must match with exact
       values. The match will fail if any of the specified keys are
       absent or the values fail to match.
       
      map<string, string> metadata = 2;
      指定者:
      getMetadataOrThrow 在接口中 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatchOrBuilder
    • 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 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

      抛出:
      IOException
    • parseFrom

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

      public static EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

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

      public static EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch 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 EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<EnvoyFilterOuterClass.EnvoyFilter.ProxyMatch> parser()
    • getParserForType

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

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