Class AttributeContext.Request

  • All Implemented Interfaces:
    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, AttributeContext.RequestOrBuilder, java.io.Serializable
    Enclosing class:
    AttributeContext

    public static final class AttributeContext.Request
    extends com.google.protobuf.GeneratedMessageV3
    implements AttributeContext.RequestOrBuilder
     This message defines attributes for an HTTP request. If the actual
     request is not an HTTP request, the runtime system should try to map
     the actual request to an equivalent HTTP request.
     
    Protobuf type google.rpc.context.AttributeContext.Request
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AttributeContext.Request.Builder
      This message defines attributes for an HTTP 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 containsHeaders​(java.lang.String key)
      The HTTP request headers.
      boolean equals​(java.lang.Object obj)  
      AttributeContext.Auth getAuth()
      The request authentication.
      AttributeContext.AuthOrBuilder getAuthOrBuilder()
      The request authentication.
      static AttributeContext.Request getDefaultInstance()  
      AttributeContext.Request getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      java.util.Map<java.lang.String,​java.lang.String> getHeaders()
      Deprecated.
      int getHeadersCount()
      The HTTP request headers.
      java.util.Map<java.lang.String,​java.lang.String> getHeadersMap()
      The HTTP request headers.
      java.lang.String getHeadersOrDefault​(java.lang.String key, java.lang.String defaultValue)
      The HTTP request headers.
      java.lang.String getHeadersOrThrow​(java.lang.String key)
      The HTTP request headers.
      java.lang.String getHost()
      The HTTP request `Host` header value.
      com.google.protobuf.ByteString getHostBytes()
      The HTTP request `Host` header value.
      java.lang.String getId()
      The unique ID for a request, which can be propagated to downstream systems.
      com.google.protobuf.ByteString getIdBytes()
      The unique ID for a request, which can be propagated to downstream systems.
      java.lang.String getMethod()
      The HTTP request method, such as `GET`, `POST`.
      com.google.protobuf.ByteString getMethodBytes()
      The HTTP request method, such as `GET`, `POST`.
      com.google.protobuf.Parser<AttributeContext.Request> getParserForType()  
      java.lang.String getPath()
      The HTTP URL path, excluding the query parameters.
      com.google.protobuf.ByteString getPathBytes()
      The HTTP URL path, excluding the query parameters.
      java.lang.String getProtocol()
      The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic".
      com.google.protobuf.ByteString getProtocolBytes()
      The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic".
      java.lang.String getQuery()
      The HTTP URL query in the format of `name1=value1&name2=value2`, as it appears in the first line of the HTTP request.
      com.google.protobuf.ByteString getQueryBytes()
      The HTTP URL query in the format of `name1=value1&name2=value2`, as it appears in the first line of the HTTP request.
      java.lang.String getReason()
      A special parameter for request reason.
      com.google.protobuf.ByteString getReasonBytes()
      A special parameter for request reason.
      java.lang.String getScheme()
      The HTTP URL scheme, such as `http` and `https`.
      com.google.protobuf.ByteString getSchemeBytes()
      The HTTP URL scheme, such as `http` and `https`.
      int getSerializedSize()  
      long getSize()
      The HTTP request size in bytes.
      com.google.protobuf.Timestamp getTime()
      The timestamp when the `destination` service receives the last byte of the request.
      com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
      The timestamp when the `destination` service receives the last byte of the request.
      boolean hasAuth()
      The request authentication.
      int hashCode()  
      boolean hasTime()
      The timestamp when the `destination` service receives the last byte of the request.
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection​(int number)  
      boolean isInitialized()  
      static AttributeContext.Request.Builder newBuilder()  
      static AttributeContext.Request.Builder newBuilder​(AttributeContext.Request prototype)  
      AttributeContext.Request.Builder newBuilderForType()  
      protected AttributeContext.Request.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
      protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
      static AttributeContext.Request parseDelimitedFrom​(java.io.InputStream input)  
      static AttributeContext.Request parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static AttributeContext.Request parseFrom​(byte[] data)  
      static AttributeContext.Request parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static AttributeContext.Request parseFrom​(com.google.protobuf.ByteString data)  
      static AttributeContext.Request parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static AttributeContext.Request parseFrom​(com.google.protobuf.CodedInputStream input)  
      static AttributeContext.Request parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static AttributeContext.Request parseFrom​(java.io.InputStream input)  
      static AttributeContext.Request parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static AttributeContext.Request parseFrom​(java.nio.ByteBuffer data)  
      static AttributeContext.Request parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<AttributeContext.Request> parser()  
      AttributeContext.Request.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
    • 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
      • getId

        public java.lang.String getId()
         The unique ID for a request, which can be propagated to downstream
         systems. The ID should have low probability of collision
         within a single day for a specific service.
         
        string id = 1;
        Specified by:
        getId in interface AttributeContext.RequestOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         The unique ID for a request, which can be propagated to downstream
         systems. The ID should have low probability of collision
         within a single day for a specific service.
         
        string id = 1;
        Specified by:
        getIdBytes in interface AttributeContext.RequestOrBuilder
        Returns:
        The bytes for id.
      • getMethod

        public java.lang.String getMethod()
         The HTTP request method, such as `GET`, `POST`.
         
        string method = 2;
        Specified by:
        getMethod in interface AttributeContext.RequestOrBuilder
        Returns:
        The method.
      • getMethodBytes

        public com.google.protobuf.ByteString getMethodBytes()
         The HTTP request method, such as `GET`, `POST`.
         
        string method = 2;
        Specified by:
        getMethodBytes in interface AttributeContext.RequestOrBuilder
        Returns:
        The bytes for method.
      • getHeadersCount

        public int getHeadersCount()
        Description copied from interface: AttributeContext.RequestOrBuilder
         The HTTP request headers. If multiple headers share the same key, they
         must be merged according to the HTTP spec. All header keys must be
         lowercased, because HTTP header keys are case-insensitive.
         
        map<string, string> headers = 3;
        Specified by:
        getHeadersCount in interface AttributeContext.RequestOrBuilder
      • containsHeaders

        public boolean containsHeaders​(java.lang.String key)
         The HTTP request headers. If multiple headers share the same key, they
         must be merged according to the HTTP spec. All header keys must be
         lowercased, because HTTP header keys are case-insensitive.
         
        map<string, string> headers = 3;
        Specified by:
        containsHeaders in interface AttributeContext.RequestOrBuilder
      • getHeadersMap

        public java.util.Map<java.lang.String,​java.lang.String> getHeadersMap()
         The HTTP request headers. If multiple headers share the same key, they
         must be merged according to the HTTP spec. All header keys must be
         lowercased, because HTTP header keys are case-insensitive.
         
        map<string, string> headers = 3;
        Specified by:
        getHeadersMap in interface AttributeContext.RequestOrBuilder
      • getHeadersOrDefault

        public java.lang.String getHeadersOrDefault​(java.lang.String key,
                                                    java.lang.String defaultValue)
         The HTTP request headers. If multiple headers share the same key, they
         must be merged according to the HTTP spec. All header keys must be
         lowercased, because HTTP header keys are case-insensitive.
         
        map<string, string> headers = 3;
        Specified by:
        getHeadersOrDefault in interface AttributeContext.RequestOrBuilder
      • getHeadersOrThrow

        public java.lang.String getHeadersOrThrow​(java.lang.String key)
         The HTTP request headers. If multiple headers share the same key, they
         must be merged according to the HTTP spec. All header keys must be
         lowercased, because HTTP header keys are case-insensitive.
         
        map<string, string> headers = 3;
        Specified by:
        getHeadersOrThrow in interface AttributeContext.RequestOrBuilder
      • getPath

        public java.lang.String getPath()
         The HTTP URL path, excluding the query parameters.
         
        string path = 4;
        Specified by:
        getPath in interface AttributeContext.RequestOrBuilder
        Returns:
        The path.
      • getPathBytes

        public com.google.protobuf.ByteString getPathBytes()
         The HTTP URL path, excluding the query parameters.
         
        string path = 4;
        Specified by:
        getPathBytes in interface AttributeContext.RequestOrBuilder
        Returns:
        The bytes for path.
      • getHostBytes

        public com.google.protobuf.ByteString getHostBytes()
         The HTTP request `Host` header value.
         
        string host = 5;
        Specified by:
        getHostBytes in interface AttributeContext.RequestOrBuilder
        Returns:
        The bytes for host.
      • getScheme

        public java.lang.String getScheme()
         The HTTP URL scheme, such as `http` and `https`.
         
        string scheme = 6;
        Specified by:
        getScheme in interface AttributeContext.RequestOrBuilder
        Returns:
        The scheme.
      • getSchemeBytes

        public com.google.protobuf.ByteString getSchemeBytes()
         The HTTP URL scheme, such as `http` and `https`.
         
        string scheme = 6;
        Specified by:
        getSchemeBytes in interface AttributeContext.RequestOrBuilder
        Returns:
        The bytes for scheme.
      • getQuery

        public java.lang.String getQuery()
         The HTTP URL query in the format of `name1=value1&name2=value2`, as it
         appears in the first line of the HTTP request. No decoding is performed.
         
        string query = 7;
        Specified by:
        getQuery in interface AttributeContext.RequestOrBuilder
        Returns:
        The query.
      • getQueryBytes

        public com.google.protobuf.ByteString getQueryBytes()
         The HTTP URL query in the format of `name1=value1&name2=value2`, as it
         appears in the first line of the HTTP request. No decoding is performed.
         
        string query = 7;
        Specified by:
        getQueryBytes in interface AttributeContext.RequestOrBuilder
        Returns:
        The bytes for query.
      • hasTime

        public boolean hasTime()
         The timestamp when the `destination` service receives the last byte of
         the request.
         
        .google.protobuf.Timestamp time = 9;
        Specified by:
        hasTime in interface AttributeContext.RequestOrBuilder
        Returns:
        Whether the time field is set.
      • getTime

        public com.google.protobuf.Timestamp getTime()
         The timestamp when the `destination` service receives the last byte of
         the request.
         
        .google.protobuf.Timestamp time = 9;
        Specified by:
        getTime in interface AttributeContext.RequestOrBuilder
        Returns:
        The time.
      • getTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
         The timestamp when the `destination` service receives the last byte of
         the request.
         
        .google.protobuf.Timestamp time = 9;
        Specified by:
        getTimeOrBuilder in interface AttributeContext.RequestOrBuilder
      • getProtocol

        public java.lang.String getProtocol()
         The network protocol used with the request, such as "http/1.1",
         "spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic". See
         https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
         for details.
         
        string protocol = 11;
        Specified by:
        getProtocol in interface AttributeContext.RequestOrBuilder
        Returns:
        The protocol.
      • getProtocolBytes

        public com.google.protobuf.ByteString getProtocolBytes()
         The network protocol used with the request, such as "http/1.1",
         "spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic". See
         https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
         for details.
         
        string protocol = 11;
        Specified by:
        getProtocolBytes in interface AttributeContext.RequestOrBuilder
        Returns:
        The bytes for protocol.
      • getReason

        public java.lang.String getReason()
         A special parameter for request reason. It is used by security systems
         to associate auditing information with a request.
         
        string reason = 12;
        Specified by:
        getReason in interface AttributeContext.RequestOrBuilder
        Returns:
        The reason.
      • getReasonBytes

        public com.google.protobuf.ByteString getReasonBytes()
         A special parameter for request reason. It is used by security systems
         to associate auditing information with a request.
         
        string reason = 12;
        Specified by:
        getReasonBytes in interface AttributeContext.RequestOrBuilder
        Returns:
        The bytes for reason.
      • hasAuth

        public boolean hasAuth()
         The request authentication. May be absent for unauthenticated requests.
         Derived from the HTTP request `Authorization` header or equivalent.
         
        .google.rpc.context.AttributeContext.Auth auth = 13;
        Specified by:
        hasAuth in interface AttributeContext.RequestOrBuilder
        Returns:
        Whether the auth field is set.
      • getAuth

        public AttributeContext.Auth getAuth()
         The request authentication. May be absent for unauthenticated requests.
         Derived from the HTTP request `Authorization` header or equivalent.
         
        .google.rpc.context.AttributeContext.Auth auth = 13;
        Specified by:
        getAuth in interface AttributeContext.RequestOrBuilder
        Returns:
        The auth.
      • 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 AttributeContext.Request parseFrom​(java.nio.ByteBuffer data)
                                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

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

        protected AttributeContext.Request.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<AttributeContext.Request> 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 AttributeContext.Request 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