Class AttributeContext

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
com.google.protobuf.GeneratedMessageV3
com.google.rpc.context.AttributeContext
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, AttributeContextOrBuilder, Serializable

public final class AttributeContext extends com.google.protobuf.GeneratedMessageV3 implements AttributeContextOrBuilder
 This message defines the standard attribute vocabulary for Google APIs.

 An attribute is a piece of metadata that describes an activity on a network
 service. For example, the size of an HTTP request, or the status code of
 an HTTP response.

 Each attribute has a type and a name, which is logically defined as
 a proto message field in `AttributeContext`. The field type becomes the
 attribute type, and the field path becomes the attribute name. For example,
 the attribute `source.ip` maps to field `AttributeContext.source.ip`.

 This message definition is guaranteed not to have any wire breaking change.
 So you can use it directly for passing attributes across different systems.

 NOTE: Different system may generate different subset of attributes. Please
 verify the system specification before relying on an attribute generated
 a system.
 
Protobuf type google.rpc.context.AttributeContext
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    This message defines attributes associated with API operations, such as a network API request.
    static interface 
     
    static final class 
    This message defines request authentication attributes.
    static interface 
     
    static final class 
    This message defines the standard attribute vocabulary for Google APIs.
    static final class 
    This message defines attributes for a node that handles a network request.
    static interface 
     
    static final class 
    This message defines attributes for an HTTP request.
    static interface 
     
    static final class 
    This message defines core attributes for a resource.
    static interface 
     
    static final class 
    This message defines attributes for a typical network response.
    static interface 
     

    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, com.google.protobuf.GeneratedMessage.ExtendableMessage.FieldEntry

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage

    com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

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

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessage

    alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Represents an API operation that is involved to a network activity.
    Represents an API operation that is involved to a network activity.
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    The destination of a network activity, such as accepting a TCP connection.
    The destination of a network activity, such as accepting a TCP connection.
    com.google.protobuf.Any
    getExtensions(int index)
    Supports extensions for advanced use cases, such as logs and metrics.
    int
    Supports extensions for advanced use cases, such as logs and metrics.
    List<com.google.protobuf.Any>
    Supports extensions for advanced use cases, such as logs and metrics.
    com.google.protobuf.AnyOrBuilder
    Supports extensions for advanced use cases, such as logs and metrics.
    List<? extends com.google.protobuf.AnyOrBuilder>
    Supports extensions for advanced use cases, such as logs and metrics.
    The origin of a network activity.
    The origin of a network activity.
    com.google.protobuf.Parser<AttributeContext>
     
    Represents a network request, such as an HTTP request.
    Represents a network request, such as an HTTP request.
    Represents a target resource that is involved with a network activity.
    Represents a target resource that is involved with a network activity.
    Represents a network response, such as an HTTP response.
    Represents a network response, such as an HTTP response.
    int
     
    The source of a network activity, such as starting a TCP connection.
    The source of a network activity, such as starting a TCP connection.
    boolean
    Represents an API operation that is involved to a network activity.
    boolean
    The destination of a network activity, such as accepting a TCP connection.
    int
     
    boolean
    The origin of a network activity.
    boolean
    Represents a network request, such as an HTTP request.
    boolean
    Represents a target resource that is involved with a network activity.
    boolean
    Represents a network response, such as an HTTP response.
    boolean
    The source of a network activity, such as starting a TCP connection.
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
     
    final boolean
     
     
     
     
    newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
     
    protected Object
    newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<AttributeContext>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessageV3

    mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList

    Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage

    extensionsAreInitialized, extensionsIterator, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, makeExtensionsImmutable, newExtensionSerializer, newExtensionWriter, newMessageSetExtensionSerializer, newMessageSetExtensionWriter

    Methods inherited from class com.google.protobuf.GeneratedMessage

    computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getUnknownFields, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, 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.GeneratedMessage.ExtendableMessageOrBuilder

    getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, hasExtension, hasExtension

    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 Details

  • Method Details

    • newInstance

      protected 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()
    • internalGetFieldAccessorTable

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

      public boolean hasOrigin()
       The origin of a network activity. In a multi hop network activity,
       the origin represents the sender of the first hop. For the first hop,
       the `source` and the `origin` must have the same content.
       
      .google.rpc.context.AttributeContext.Peer origin = 7;
      Specified by:
      hasOrigin in interface AttributeContextOrBuilder
      Returns:
      Whether the origin field is set.
    • getOrigin

      public AttributeContext.Peer getOrigin()
       The origin of a network activity. In a multi hop network activity,
       the origin represents the sender of the first hop. For the first hop,
       the `source` and the `origin` must have the same content.
       
      .google.rpc.context.AttributeContext.Peer origin = 7;
      Specified by:
      getOrigin in interface AttributeContextOrBuilder
      Returns:
      The origin.
    • getOriginOrBuilder

      public AttributeContext.PeerOrBuilder getOriginOrBuilder()
       The origin of a network activity. In a multi hop network activity,
       the origin represents the sender of the first hop. For the first hop,
       the `source` and the `origin` must have the same content.
       
      .google.rpc.context.AttributeContext.Peer origin = 7;
      Specified by:
      getOriginOrBuilder in interface AttributeContextOrBuilder
    • hasSource

      public boolean hasSource()
       The source of a network activity, such as starting a TCP connection.
       In a multi hop network activity, the source represents the sender of the
       last hop.
       
      .google.rpc.context.AttributeContext.Peer source = 1;
      Specified by:
      hasSource in interface AttributeContextOrBuilder
      Returns:
      Whether the source field is set.
    • getSource

      public AttributeContext.Peer getSource()
       The source of a network activity, such as starting a TCP connection.
       In a multi hop network activity, the source represents the sender of the
       last hop.
       
      .google.rpc.context.AttributeContext.Peer source = 1;
      Specified by:
      getSource in interface AttributeContextOrBuilder
      Returns:
      The source.
    • getSourceOrBuilder

      public AttributeContext.PeerOrBuilder getSourceOrBuilder()
       The source of a network activity, such as starting a TCP connection.
       In a multi hop network activity, the source represents the sender of the
       last hop.
       
      .google.rpc.context.AttributeContext.Peer source = 1;
      Specified by:
      getSourceOrBuilder in interface AttributeContextOrBuilder
    • hasDestination

      public boolean hasDestination()
       The destination of a network activity, such as accepting a TCP connection.
       In a multi hop network activity, the destination represents the receiver of
       the last hop.
       
      .google.rpc.context.AttributeContext.Peer destination = 2;
      Specified by:
      hasDestination in interface AttributeContextOrBuilder
      Returns:
      Whether the destination field is set.
    • getDestination

      public AttributeContext.Peer getDestination()
       The destination of a network activity, such as accepting a TCP connection.
       In a multi hop network activity, the destination represents the receiver of
       the last hop.
       
      .google.rpc.context.AttributeContext.Peer destination = 2;
      Specified by:
      getDestination in interface AttributeContextOrBuilder
      Returns:
      The destination.
    • getDestinationOrBuilder

      public AttributeContext.PeerOrBuilder getDestinationOrBuilder()
       The destination of a network activity, such as accepting a TCP connection.
       In a multi hop network activity, the destination represents the receiver of
       the last hop.
       
      .google.rpc.context.AttributeContext.Peer destination = 2;
      Specified by:
      getDestinationOrBuilder in interface AttributeContextOrBuilder
    • hasRequest

      public boolean hasRequest()
       Represents a network request, such as an HTTP request.
       
      .google.rpc.context.AttributeContext.Request request = 3;
      Specified by:
      hasRequest in interface AttributeContextOrBuilder
      Returns:
      Whether the request field is set.
    • getRequest

      public AttributeContext.Request getRequest()
       Represents a network request, such as an HTTP request.
       
      .google.rpc.context.AttributeContext.Request request = 3;
      Specified by:
      getRequest in interface AttributeContextOrBuilder
      Returns:
      The request.
    • getRequestOrBuilder

      public AttributeContext.RequestOrBuilder getRequestOrBuilder()
       Represents a network request, such as an HTTP request.
       
      .google.rpc.context.AttributeContext.Request request = 3;
      Specified by:
      getRequestOrBuilder in interface AttributeContextOrBuilder
    • hasResponse

      public boolean hasResponse()
       Represents a network response, such as an HTTP response.
       
      .google.rpc.context.AttributeContext.Response response = 4;
      Specified by:
      hasResponse in interface AttributeContextOrBuilder
      Returns:
      Whether the response field is set.
    • getResponse

      public AttributeContext.Response getResponse()
       Represents a network response, such as an HTTP response.
       
      .google.rpc.context.AttributeContext.Response response = 4;
      Specified by:
      getResponse in interface AttributeContextOrBuilder
      Returns:
      The response.
    • getResponseOrBuilder

      public AttributeContext.ResponseOrBuilder getResponseOrBuilder()
       Represents a network response, such as an HTTP response.
       
      .google.rpc.context.AttributeContext.Response response = 4;
      Specified by:
      getResponseOrBuilder in interface AttributeContextOrBuilder
    • hasResource

      public boolean hasResource()
       Represents a target resource that is involved with a network activity.
       If multiple resources are involved with an activity, this must be the
       primary one.
       
      .google.rpc.context.AttributeContext.Resource resource = 5;
      Specified by:
      hasResource in interface AttributeContextOrBuilder
      Returns:
      Whether the resource field is set.
    • getResource

      public AttributeContext.Resource getResource()
       Represents a target resource that is involved with a network activity.
       If multiple resources are involved with an activity, this must be the
       primary one.
       
      .google.rpc.context.AttributeContext.Resource resource = 5;
      Specified by:
      getResource in interface AttributeContextOrBuilder
      Returns:
      The resource.
    • getResourceOrBuilder

      public AttributeContext.ResourceOrBuilder getResourceOrBuilder()
       Represents a target resource that is involved with a network activity.
       If multiple resources are involved with an activity, this must be the
       primary one.
       
      .google.rpc.context.AttributeContext.Resource resource = 5;
      Specified by:
      getResourceOrBuilder in interface AttributeContextOrBuilder
    • hasApi

      public boolean hasApi()
       Represents an API operation that is involved to a network activity.
       
      .google.rpc.context.AttributeContext.Api api = 6;
      Specified by:
      hasApi in interface AttributeContextOrBuilder
      Returns:
      Whether the api field is set.
    • getApi

      public AttributeContext.Api getApi()
       Represents an API operation that is involved to a network activity.
       
      .google.rpc.context.AttributeContext.Api api = 6;
      Specified by:
      getApi in interface AttributeContextOrBuilder
      Returns:
      The api.
    • getApiOrBuilder

      public AttributeContext.ApiOrBuilder getApiOrBuilder()
       Represents an API operation that is involved to a network activity.
       
      .google.rpc.context.AttributeContext.Api api = 6;
      Specified by:
      getApiOrBuilder in interface AttributeContextOrBuilder
    • getExtensionsList

      public List<com.google.protobuf.Any> getExtensionsList()
       Supports extensions for advanced use cases, such as logs and metrics.
       
      repeated .google.protobuf.Any extensions = 8;
      Specified by:
      getExtensionsList in interface AttributeContextOrBuilder
    • getExtensionsOrBuilderList

      public List<? extends com.google.protobuf.AnyOrBuilder> getExtensionsOrBuilderList()
       Supports extensions for advanced use cases, such as logs and metrics.
       
      repeated .google.protobuf.Any extensions = 8;
      Specified by:
      getExtensionsOrBuilderList in interface AttributeContextOrBuilder
    • getExtensionsCount

      public int getExtensionsCount()
       Supports extensions for advanced use cases, such as logs and metrics.
       
      repeated .google.protobuf.Any extensions = 8;
      Specified by:
      getExtensionsCount in interface AttributeContextOrBuilder
    • getExtensions

      public com.google.protobuf.Any getExtensions(int index)
       Supports extensions for advanced use cases, such as logs and metrics.
       
      repeated .google.protobuf.Any extensions = 8;
      Specified by:
      getExtensions in interface AttributeContextOrBuilder
    • getExtensionsOrBuilder

      public com.google.protobuf.AnyOrBuilder getExtensionsOrBuilder(int index)
       Supports extensions for advanced use cases, such as logs and metrics.
       
      repeated .google.protobuf.Any extensions = 8;
      Specified by:
      getExtensionsOrBuilder in interface AttributeContextOrBuilder
    • 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 IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      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(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 parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static AttributeContext 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 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

      public static AttributeContext parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static AttributeContext parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static AttributeContext.Builder newBuilder()
    • newBuilder

      public static AttributeContext.Builder newBuilder(AttributeContext prototype)
    • toBuilder

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

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

      public static AttributeContext getDefaultInstance()
    • parser

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

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