Class BackendRule

  • All Implemented Interfaces:
    BackendRuleOrBuilder, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable

    public final class BackendRule
    extends com.google.protobuf.GeneratedMessageV3
    implements BackendRuleOrBuilder
     A backend rule provides configuration for an individual API element.
     
    Protobuf type google.api.BackendRule
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BackendRule.AuthenticationCase  
      static class  BackendRule.Builder
      A backend rule provides configuration for an individual API element.
      static class  BackendRule.PathTranslation
      Path Translation specifies how to combine the backend address with the request path in order to produce the appropriate forwarding URL for the request.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage

        com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionSerializer, com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage

        com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,​T extends java.lang.Object>
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsOverridesByRequestProtocol​(java.lang.String key)
      The map between request protocol and the backend address.
      boolean equals​(java.lang.Object obj)  
      java.lang.String getAddress()
      The address of the API backend.
      com.google.protobuf.ByteString getAddressBytes()
      The address of the API backend.
      BackendRule.AuthenticationCase getAuthenticationCase()  
      double getDeadline()
      The number of seconds to wait for a response from a request.
      static BackendRule getDefaultInstance()  
      BackendRule getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      boolean getDisableAuth()
      When disable_auth is true, a JWT ID token won't be generated and the original "Authorization" HTTP header will be preserved.
      java.lang.String getJwtAudience()
      The JWT audience is used when generating a JWT ID token for the backend.
      com.google.protobuf.ByteString getJwtAudienceBytes()
      The JWT audience is used when generating a JWT ID token for the backend.
      double getMinDeadline()
      Deprecated.
      google.api.BackendRule.min_deadline is deprecated.
      double getOperationDeadline()
      The number of seconds to wait for the completion of a long running operation.
      java.util.Map<java.lang.String,​BackendRule> getOverridesByRequestProtocol()
      Deprecated.
      int getOverridesByRequestProtocolCount()
      The map between request protocol and the backend address.
      java.util.Map<java.lang.String,​BackendRule> getOverridesByRequestProtocolMap()
      The map between request protocol and the backend address.
      BackendRule getOverridesByRequestProtocolOrDefault​(java.lang.String key, BackendRule defaultValue)
      The map between request protocol and the backend address.
      BackendRule getOverridesByRequestProtocolOrThrow​(java.lang.String key)
      The map between request protocol and the backend address.
      com.google.protobuf.Parser<BackendRule> getParserForType()  
      BackendRule.PathTranslation getPathTranslation()
      .google.api.BackendRule.PathTranslation path_translation = 6;
      int getPathTranslationValue()
      .google.api.BackendRule.PathTranslation path_translation = 6;
      java.lang.String getProtocol()
      The protocol used for sending a request to the backend.
      com.google.protobuf.ByteString getProtocolBytes()
      The protocol used for sending a request to the backend.
      java.lang.String getSelector()
      Selects the methods to which this rule applies.
      com.google.protobuf.ByteString getSelectorBytes()
      Selects the methods to which this rule applies.
      int getSerializedSize()  
      boolean hasDisableAuth()
      When disable_auth is true, a JWT ID token won't be generated and the original "Authorization" HTTP header will be preserved.
      int hashCode()  
      boolean hasJwtAudience()
      The JWT audience is used when generating a JWT ID token for the backend.
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection​(int number)  
      boolean isInitialized()  
      static BackendRule.Builder newBuilder()  
      static BackendRule.Builder newBuilder​(BackendRule prototype)  
      BackendRule.Builder newBuilderForType()  
      protected BackendRule.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
      protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
      static BackendRule parseDelimitedFrom​(java.io.InputStream input)  
      static BackendRule parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BackendRule parseFrom​(byte[] data)  
      static BackendRule parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BackendRule parseFrom​(com.google.protobuf.ByteString data)  
      static BackendRule parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BackendRule parseFrom​(com.google.protobuf.CodedInputStream input)  
      static BackendRule parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BackendRule parseFrom​(java.io.InputStream input)  
      static BackendRule parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static BackendRule parseFrom​(java.nio.ByteBuffer data)  
      static BackendRule parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<BackendRule> parser()  
      BackendRule.Builder toBuilder()  
      void writeTo​(com.google.protobuf.CodedOutputStream output)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3

        mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType
      • Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage

        extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, newExtensionSerializer, newExtensionWriter, newMessageSetExtensionSerializer, newMessageSetExtensionWriter
      • Methods inherited from class com.google.protobuf.GeneratedMessage

        canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getUnknownFields, hasOneof, internalGetMapField, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      • Methods inherited from class com.google.protobuf.AbstractMessage

        findInitializationErrors, getInitializationErrorString, hashFields, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLite

        toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Field Detail

      • MIN_DEADLINE_FIELD_NUMBER

        public static final int MIN_DEADLINE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • OPERATION_DEADLINE_FIELD_NUMBER

        public static final int OPERATION_DEADLINE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PATH_TRANSLATION_FIELD_NUMBER

        public static final int PATH_TRANSLATION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • JWT_AUDIENCE_FIELD_NUMBER

        public static final int JWT_AUDIENCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DISABLE_AUTH_FIELD_NUMBER

        public static final int DISABLE_AUTH_FIELD_NUMBER
        See Also:
        Constant Field Values
      • OVERRIDES_BY_REQUEST_PROTOCOL_FIELD_NUMBER

        public static final int OVERRIDES_BY_REQUEST_PROTOCOL_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapFieldReflection

        protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection​(int number)
        Overrides:
        internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Overrides:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getSelector

        public java.lang.String getSelector()
         Selects the methods to which this rule applies.
        
         Refer to [selector][google.api.DocumentationRule.selector] for syntax
         details.
         
        string selector = 1;
        Specified by:
        getSelector in interface BackendRuleOrBuilder
        Returns:
        The selector.
      • getSelectorBytes

        public com.google.protobuf.ByteString getSelectorBytes()
         Selects the methods to which this rule applies.
        
         Refer to [selector][google.api.DocumentationRule.selector] for syntax
         details.
         
        string selector = 1;
        Specified by:
        getSelectorBytes in interface BackendRuleOrBuilder
        Returns:
        The bytes for selector.
      • getAddress

        public java.lang.String getAddress()
         The address of the API backend.
        
         The scheme is used to determine the backend protocol and security.
         The following schemes are accepted:
        
            SCHEME        PROTOCOL    SECURITY
            http://       HTTP        None
            https://      HTTP        TLS
            grpc://       gRPC        None
            grpcs://      gRPC        TLS
        
         It is recommended to explicitly include a scheme. Leaving out the scheme
         may cause constrasting behaviors across platforms.
        
         If the port is unspecified, the default is:
         - 80 for schemes without TLS
         - 443 for schemes with TLS
        
         For HTTP backends, use [protocol][google.api.BackendRule.protocol]
         to specify the protocol version.
         
        string address = 2;
        Specified by:
        getAddress in interface BackendRuleOrBuilder
        Returns:
        The address.
      • getAddressBytes

        public com.google.protobuf.ByteString getAddressBytes()
         The address of the API backend.
        
         The scheme is used to determine the backend protocol and security.
         The following schemes are accepted:
        
            SCHEME        PROTOCOL    SECURITY
            http://       HTTP        None
            https://      HTTP        TLS
            grpc://       gRPC        None
            grpcs://      gRPC        TLS
        
         It is recommended to explicitly include a scheme. Leaving out the scheme
         may cause constrasting behaviors across platforms.
        
         If the port is unspecified, the default is:
         - 80 for schemes without TLS
         - 443 for schemes with TLS
        
         For HTTP backends, use [protocol][google.api.BackendRule.protocol]
         to specify the protocol version.
         
        string address = 2;
        Specified by:
        getAddressBytes in interface BackendRuleOrBuilder
        Returns:
        The bytes for address.
      • getDeadline

        public double getDeadline()
         The number of seconds to wait for a response from a request. The default
         varies based on the request protocol and deployment environment.
         
        double deadline = 3;
        Specified by:
        getDeadline in interface BackendRuleOrBuilder
        Returns:
        The deadline.
      • getMinDeadline

        @Deprecated
        public double getMinDeadline()
        Deprecated.
        google.api.BackendRule.min_deadline is deprecated. See google/api/backend.proto;l=124
         Deprecated, do not use.
         
        double min_deadline = 4 [deprecated = true];
        Specified by:
        getMinDeadline in interface BackendRuleOrBuilder
        Returns:
        The minDeadline.
      • getOperationDeadline

        public double getOperationDeadline()
         The number of seconds to wait for the completion of a long running
         operation. The default is no deadline.
         
        double operation_deadline = 5;
        Specified by:
        getOperationDeadline in interface BackendRuleOrBuilder
        Returns:
        The operationDeadline.
      • getPathTranslationValue

        public int getPathTranslationValue()
        .google.api.BackendRule.PathTranslation path_translation = 6;
        Specified by:
        getPathTranslationValue in interface BackendRuleOrBuilder
        Returns:
        The enum numeric value on the wire for pathTranslation.
      • hasJwtAudience

        public boolean hasJwtAudience()
         The JWT audience is used when generating a JWT ID token for the backend.
         This ID token will be added in the HTTP "authorization" header, and sent
         to the backend.
         
        string jwt_audience = 7;
        Specified by:
        hasJwtAudience in interface BackendRuleOrBuilder
        Returns:
        Whether the jwtAudience field is set.
      • getJwtAudience

        public java.lang.String getJwtAudience()
         The JWT audience is used when generating a JWT ID token for the backend.
         This ID token will be added in the HTTP "authorization" header, and sent
         to the backend.
         
        string jwt_audience = 7;
        Specified by:
        getJwtAudience in interface BackendRuleOrBuilder
        Returns:
        The jwtAudience.
      • getJwtAudienceBytes

        public com.google.protobuf.ByteString getJwtAudienceBytes()
         The JWT audience is used when generating a JWT ID token for the backend.
         This ID token will be added in the HTTP "authorization" header, and sent
         to the backend.
         
        string jwt_audience = 7;
        Specified by:
        getJwtAudienceBytes in interface BackendRuleOrBuilder
        Returns:
        The bytes for jwtAudience.
      • hasDisableAuth

        public boolean hasDisableAuth()
         When disable_auth is true, a JWT ID token won't be generated and the
         original "Authorization" HTTP header will be preserved. If the header is
         used to carry the original token and is expected by the backend, this
         field must be set to true to preserve the header.
         
        bool disable_auth = 8;
        Specified by:
        hasDisableAuth in interface BackendRuleOrBuilder
        Returns:
        Whether the disableAuth field is set.
      • getDisableAuth

        public boolean getDisableAuth()
         When disable_auth is true, a JWT ID token won't be generated and the
         original "Authorization" HTTP header will be preserved. If the header is
         used to carry the original token and is expected by the backend, this
         field must be set to true to preserve the header.
         
        bool disable_auth = 8;
        Specified by:
        getDisableAuth in interface BackendRuleOrBuilder
        Returns:
        The disableAuth.
      • getProtocol

        public java.lang.String getProtocol()
         The protocol used for sending a request to the backend.
         The supported values are "http/1.1" and "h2".
        
         The default value is inferred from the scheme in the
         [address][google.api.BackendRule.address] field:
        
            SCHEME        PROTOCOL
            http://       http/1.1
            https://      http/1.1
            grpc://       h2
            grpcs://      h2
        
         For secure HTTP backends (https://) that support HTTP/2, set this field
         to "h2" for improved performance.
        
         Configuring this field to non-default values is only supported for secure
         HTTP backends. This field will be ignored for all other backends.
        
         See
         https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
         for more details on the supported values.
         
        string protocol = 9;
        Specified by:
        getProtocol in interface BackendRuleOrBuilder
        Returns:
        The protocol.
      • getProtocolBytes

        public com.google.protobuf.ByteString getProtocolBytes()
         The protocol used for sending a request to the backend.
         The supported values are "http/1.1" and "h2".
        
         The default value is inferred from the scheme in the
         [address][google.api.BackendRule.address] field:
        
            SCHEME        PROTOCOL
            http://       http/1.1
            https://      http/1.1
            grpc://       h2
            grpcs://      h2
        
         For secure HTTP backends (https://) that support HTTP/2, set this field
         to "h2" for improved performance.
        
         Configuring this field to non-default values is only supported for secure
         HTTP backends. This field will be ignored for all other backends.
        
         See
         https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
         for more details on the supported values.
         
        string protocol = 9;
        Specified by:
        getProtocolBytes in interface BackendRuleOrBuilder
        Returns:
        The bytes for protocol.
      • containsOverridesByRequestProtocol

        public boolean containsOverridesByRequestProtocol​(java.lang.String key)
         The map between request protocol and the backend address.
         
        map<string, .google.api.BackendRule> overrides_by_request_protocol = 10;
        Specified by:
        containsOverridesByRequestProtocol in interface BackendRuleOrBuilder
      • getOverridesByRequestProtocolMap

        public java.util.Map<java.lang.String,​BackendRule> getOverridesByRequestProtocolMap()
         The map between request protocol and the backend address.
         
        map<string, .google.api.BackendRule> overrides_by_request_protocol = 10;
        Specified by:
        getOverridesByRequestProtocolMap in interface BackendRuleOrBuilder
      • getOverridesByRequestProtocolOrThrow

        public BackendRule getOverridesByRequestProtocolOrThrow​(java.lang.String key)
         The map between request protocol and the backend address.
         
        map<string, .google.api.BackendRule> overrides_by_request_protocol = 10;
        Specified by:
        getOverridesByRequestProtocolOrThrow in interface BackendRuleOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessage
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessage
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static BackendRule parseFrom​(java.nio.ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BackendRule parseFrom​(java.nio.ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BackendRule parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BackendRule parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BackendRule parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BackendRule parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BackendRule parseFrom​(java.io.InputStream input)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static BackendRule parseFrom​(java.io.InputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static BackendRule parseDelimitedFrom​(java.io.InputStream input)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static BackendRule parseDelimitedFrom​(java.io.InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static BackendRule parseFrom​(com.google.protobuf.CodedInputStream input)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static BackendRule parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public BackendRule.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public BackendRule.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected BackendRule.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static BackendRule getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<BackendRule> parser()
      • getParserForType

        public com.google.protobuf.Parser<BackendRule> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessage
      • getDefaultInstanceForType

        public BackendRule getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder