Uses of Class
com.google.rpc.context.AttributeContext.Builder
Packages that use AttributeContext.Builder
-
Uses of AttributeContext.Builder in com.google.rpc.context
Methods in com.google.rpc.context that return AttributeContext.BuilderModifier and TypeMethodDescriptionAttributeContext.Builder.addAllExtensions
(Iterable<? extends com.google.protobuf.Any> values) Supports extensions for advanced use cases, such as logs and metrics.AttributeContext.Builder.addExtensions
(int index, com.google.protobuf.Any value) Supports extensions for advanced use cases, such as logs and metrics.AttributeContext.Builder.addExtensions
(int index, com.google.protobuf.Any.Builder builderForValue) Supports extensions for advanced use cases, such as logs and metrics.AttributeContext.Builder.addExtensions
(com.google.protobuf.Any value) Supports extensions for advanced use cases, such as logs and metrics.AttributeContext.Builder.addExtensions
(com.google.protobuf.Any.Builder builderForValue) Supports extensions for advanced use cases, such as logs and metrics.AttributeContext.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Builder.clear()
AttributeContext.Builder.clearApi()
Represents an API operation that is involved to a network activity.AttributeContext.Builder.clearDestination()
The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.clearExtensions()
Supports extensions for advanced use cases, such as logs and metrics.AttributeContext.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeContext.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeContext.Builder.clearOrigin()
The origin of a network activity.AttributeContext.Builder.clearRequest()
Represents a network request, such as an HTTP request.AttributeContext.Builder.clearResource()
Represents a target resource that is involved with a network activity.AttributeContext.Builder.clearResponse()
Represents a network response, such as an HTTP response.AttributeContext.Builder.clearSource()
The source of a network activity, such as starting a TCP connection.AttributeContext.Builder.clone()
AttributeContext.Builder.mergeApi
(AttributeContext.Api value) Represents an API operation that is involved to a network activity.AttributeContext.Builder.mergeDestination
(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.Builder.mergeFrom
(com.google.protobuf.Message other) AttributeContext.Builder.mergeFrom
(AttributeContext other) AttributeContext.Builder.mergeOrigin
(AttributeContext.Peer value) The origin of a network activity.AttributeContext.Builder.mergeRequest
(AttributeContext.Request value) Represents a network request, such as an HTTP request.AttributeContext.Builder.mergeResource
(AttributeContext.Resource value) Represents a target resource that is involved with a network activity.AttributeContext.Builder.mergeResponse
(AttributeContext.Response value) Represents a network response, such as an HTTP response.AttributeContext.Builder.mergeSource
(AttributeContext.Peer value) The source of a network activity, such as starting a TCP connection.final AttributeContext.Builder
AttributeContext.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static AttributeContext.Builder
AttributeContext.newBuilder()
static AttributeContext.Builder
AttributeContext.newBuilder
(AttributeContext prototype) AttributeContext.newBuilderForType()
protected AttributeContext.Builder
AttributeContext.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeContext.Builder.removeExtensions
(int index) Supports extensions for advanced use cases, such as logs and metrics.AttributeContext.Builder.setApi
(AttributeContext.Api value) Represents an API operation that is involved to a network activity.AttributeContext.Builder.setApi
(AttributeContext.Api.Builder builderForValue) Represents an API operation that is involved to a network activity.AttributeContext.Builder.setDestination
(AttributeContext.Peer value) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.setDestination
(AttributeContext.Peer.Builder builderForValue) The destination of a network activity, such as accepting a TCP connection.AttributeContext.Builder.setExtensions
(int index, com.google.protobuf.Any value) Supports extensions for advanced use cases, such as logs and metrics.AttributeContext.Builder.setExtensions
(int index, com.google.protobuf.Any.Builder builderForValue) Supports extensions for advanced use cases, such as logs and metrics.AttributeContext.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.Builder.setOrigin
(AttributeContext.Peer value) The origin of a network activity.AttributeContext.Builder.setOrigin
(AttributeContext.Peer.Builder builderForValue) The origin of a network activity.AttributeContext.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AttributeContext.Builder.setRequest
(AttributeContext.Request value) Represents a network request, such as an HTTP request.AttributeContext.Builder.setRequest
(AttributeContext.Request.Builder builderForValue) Represents a network request, such as an HTTP request.AttributeContext.Builder.setResource
(AttributeContext.Resource value) Represents a target resource that is involved with a network activity.AttributeContext.Builder.setResource
(AttributeContext.Resource.Builder builderForValue) Represents a target resource that is involved with a network activity.AttributeContext.Builder.setResponse
(AttributeContext.Response value) Represents a network response, such as an HTTP response.AttributeContext.Builder.setResponse
(AttributeContext.Response.Builder builderForValue) Represents a network response, such as an HTTP response.AttributeContext.Builder.setSource
(AttributeContext.Peer value) The source of a network activity, such as starting a TCP connection.AttributeContext.Builder.setSource
(AttributeContext.Peer.Builder builderForValue) The source of a network activity, such as starting a TCP connection.final AttributeContext.Builder
AttributeContext.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.toBuilder()