Class AttributeContext.Builder (2.8.4)

public static final class AttributeContext.Builder extends GeneratedMessageV3.Builder<AttributeContext.Builder> 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

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllExtensions(Iterable<? extends Any> values)

public AttributeContext.Builder addAllExtensions(Iterable<? extends Any> values)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameter
NameDescription
valuesIterable<? extends com.google.protobuf.Any>
Returns

addExtensions(Any value)

public AttributeContext.Builder addExtensions(Any value)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameter
NameDescription
valueAny
Returns

addExtensions(Any.Builder builderForValue)

public AttributeContext.Builder addExtensions(Any.Builder builderForValue)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameter
NameDescription
builderForValueBuilder
Returns

addExtensions(int index, Any value)

public AttributeContext.Builder addExtensions(int index, Any value)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameters
NameDescription
indexint
valueAny
Returns

addExtensions(int index, Any.Builder builderForValue)

public AttributeContext.Builder addExtensions(int index, Any.Builder builderForValue)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameters
NameDescription
indexint
builderForValueBuilder
Returns

addExtensionsBuilder()

public Any.Builder addExtensionsBuilder()

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Returns
TypeDescription
Builder

addExtensionsBuilder(int index)

public Any.Builder addExtensionsBuilder(int index)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AttributeContext.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public AttributeContext build()
Returns
TypeDescription
AttributeContext

buildPartial()

public AttributeContext buildPartial()
Returns
TypeDescription
AttributeContext

clear()

public AttributeContext.Builder clear()
Returns Overrides

clearApi()

public AttributeContext.Builder clearApi()

Represents an API operation that is involved to a network activity.

.google.rpc.context.AttributeContext.Api api = 6;

Returns

clearDestination()

public AttributeContext.Builder clearDestination()

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;

Returns

clearExtensions()

public AttributeContext.Builder clearExtensions()

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Returns

clearField(Descriptors.FieldDescriptor field)

public AttributeContext.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AttributeContext.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearOrigin()

public AttributeContext.Builder clearOrigin()

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;

Returns

clearRequest()

public AttributeContext.Builder clearRequest()

Represents a network request, such as an HTTP request.

.google.rpc.context.AttributeContext.Request request = 3;

Returns

clearResource()

public AttributeContext.Builder clearResource()

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;

Returns

clearResponse()

public AttributeContext.Builder clearResponse()

Represents a network response, such as an HTTP response.

.google.rpc.context.AttributeContext.Response response = 4;

Returns

clearSource()

public AttributeContext.Builder clearSource()

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;

Returns

clone()

public AttributeContext.Builder clone()
Returns Overrides

getApi()

public AttributeContext.Api getApi()

Represents an API operation that is involved to a network activity.

.google.rpc.context.AttributeContext.Api api = 6;

Returns
TypeDescription
AttributeContext.Api

The api.

getApiBuilder()

public AttributeContext.Api.Builder getApiBuilder()

Represents an API operation that is involved to a network activity.

.google.rpc.context.AttributeContext.Api api = 6;

Returns

getApiOrBuilder()

public AttributeContext.ApiOrBuilder getApiOrBuilder()

Represents an API operation that is involved to a network activity.

.google.rpc.context.AttributeContext.Api api = 6;

Returns

getDefaultInstanceForType()

public AttributeContext getDefaultInstanceForType()
Returns
TypeDescription
AttributeContext

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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;

Returns
TypeDescription
AttributeContext.Peer

The destination.

getDestinationBuilder()

public AttributeContext.Peer.Builder getDestinationBuilder()

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;

Returns

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;

Returns

getExtensions(int index)

public Any getExtensions(int index)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Any

getExtensionsBuilder(int index)

public Any.Builder getExtensionsBuilder(int index)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Builder

getExtensionsBuilderList()

public List<Any.Builder> getExtensionsBuilderList()

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Returns
TypeDescription
List<Builder>

getExtensionsCount()

public int getExtensionsCount()

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Returns
TypeDescription
int

getExtensionsList()

public List<Any> getExtensionsList()

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Returns
TypeDescription
List<Any>

getExtensionsOrBuilder(int index)

public AnyOrBuilder getExtensionsOrBuilder(int index)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnyOrBuilder

getExtensionsOrBuilderList()

public List<? extends AnyOrBuilder> getExtensionsOrBuilderList()

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Returns
TypeDescription
List<? extends com.google.protobuf.AnyOrBuilder>

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;

Returns
TypeDescription
AttributeContext.Peer

The origin.

getOriginBuilder()

public AttributeContext.Peer.Builder getOriginBuilder()

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;

Returns

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;

Returns

getRequest()

public AttributeContext.Request getRequest()

Represents a network request, such as an HTTP request.

.google.rpc.context.AttributeContext.Request request = 3;

Returns
TypeDescription
AttributeContext.Request

The request.

getRequestBuilder()

public AttributeContext.Request.Builder getRequestBuilder()

Represents a network request, such as an HTTP request.

.google.rpc.context.AttributeContext.Request request = 3;

Returns

getRequestOrBuilder()

public AttributeContext.RequestOrBuilder getRequestOrBuilder()

Represents a network request, such as an HTTP request.

.google.rpc.context.AttributeContext.Request request = 3;

Returns

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;

Returns
TypeDescription
AttributeContext.Resource

The resource.

getResourceBuilder()

public AttributeContext.Resource.Builder getResourceBuilder()

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;

Returns

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;

Returns

getResponse()

public AttributeContext.Response getResponse()

Represents a network response, such as an HTTP response.

.google.rpc.context.AttributeContext.Response response = 4;

Returns
TypeDescription
AttributeContext.Response

The response.

getResponseBuilder()

public AttributeContext.Response.Builder getResponseBuilder()

Represents a network response, such as an HTTP response.

.google.rpc.context.AttributeContext.Response response = 4;

Returns

getResponseOrBuilder()

public AttributeContext.ResponseOrBuilder getResponseOrBuilder()

Represents a network response, such as an HTTP response.

.google.rpc.context.AttributeContext.Response response = 4;

Returns

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;

Returns
TypeDescription
AttributeContext.Peer

The source.

getSourceBuilder()

public AttributeContext.Peer.Builder getSourceBuilder()

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;

Returns

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;

Returns

hasApi()

public boolean hasApi()

Represents an API operation that is involved to a network activity.

.google.rpc.context.AttributeContext.Api api = 6;

Returns
TypeDescription
boolean

Whether the api field is set.

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;

Returns
TypeDescription
boolean

Whether the destination field is set.

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;

Returns
TypeDescription
boolean

Whether the origin field is set.

hasRequest()

public boolean hasRequest()

Represents a network request, such as an HTTP request.

.google.rpc.context.AttributeContext.Request request = 3;

Returns
TypeDescription
boolean

Whether the request field is set.

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;

Returns
TypeDescription
boolean

Whether the resource field is set.

hasResponse()

public boolean hasResponse()

Represents a network response, such as an HTTP response.

.google.rpc.context.AttributeContext.Response response = 4;

Returns
TypeDescription
boolean

Whether the response field is set.

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;

Returns
TypeDescription
boolean

Whether the source field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeApi(AttributeContext.Api value)

public AttributeContext.Builder mergeApi(AttributeContext.Api value)

Represents an API operation that is involved to a network activity.

.google.rpc.context.AttributeContext.Api api = 6;

Parameter
NameDescription
valueAttributeContext.Api
Returns

mergeDestination(AttributeContext.Peer value)

public AttributeContext.Builder mergeDestination(AttributeContext.Peer value)

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;

Parameter
NameDescription
valueAttributeContext.Peer
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AttributeContext.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AttributeContext.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeFrom(AttributeContext other)

public AttributeContext.Builder mergeFrom(AttributeContext other)
Parameter
NameDescription
otherAttributeContext
Returns

mergeOrigin(AttributeContext.Peer value)

public AttributeContext.Builder mergeOrigin(AttributeContext.Peer value)

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;

Parameter
NameDescription
valueAttributeContext.Peer
Returns

mergeRequest(AttributeContext.Request value)

public AttributeContext.Builder mergeRequest(AttributeContext.Request value)

Represents a network request, such as an HTTP request.

.google.rpc.context.AttributeContext.Request request = 3;

Parameter
NameDescription
valueAttributeContext.Request
Returns

mergeResource(AttributeContext.Resource value)

public AttributeContext.Builder mergeResource(AttributeContext.Resource value)

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;

Parameter
NameDescription
valueAttributeContext.Resource
Returns

mergeResponse(AttributeContext.Response value)

public AttributeContext.Builder mergeResponse(AttributeContext.Response value)

Represents a network response, such as an HTTP response.

.google.rpc.context.AttributeContext.Response response = 4;

Parameter
NameDescription
valueAttributeContext.Response
Returns

mergeSource(AttributeContext.Peer value)

public AttributeContext.Builder mergeSource(AttributeContext.Peer value)

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;

Parameter
NameDescription
valueAttributeContext.Peer
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AttributeContext.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

removeExtensions(int index)

public AttributeContext.Builder removeExtensions(int index)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameter
NameDescription
indexint
Returns

setApi(AttributeContext.Api value)

public AttributeContext.Builder setApi(AttributeContext.Api value)

Represents an API operation that is involved to a network activity.

.google.rpc.context.AttributeContext.Api api = 6;

Parameter
NameDescription
valueAttributeContext.Api
Returns

setApi(AttributeContext.Api.Builder builderForValue)

public AttributeContext.Builder setApi(AttributeContext.Api.Builder builderForValue)

Represents an API operation that is involved to a network activity.

.google.rpc.context.AttributeContext.Api api = 6;

Parameter
NameDescription
builderForValueAttributeContext.Api.Builder
Returns

setDestination(AttributeContext.Peer value)

public AttributeContext.Builder setDestination(AttributeContext.Peer value)

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;

Parameter
NameDescription
valueAttributeContext.Peer
Returns

setDestination(AttributeContext.Peer.Builder builderForValue)

public AttributeContext.Builder setDestination(AttributeContext.Peer.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueAttributeContext.Peer.Builder
Returns

setExtensions(int index, Any value)

public AttributeContext.Builder setExtensions(int index, Any value)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameters
NameDescription
indexint
valueAny
Returns

setExtensions(int index, Any.Builder builderForValue)

public AttributeContext.Builder setExtensions(int index, Any.Builder builderForValue)

Supports extensions for advanced use cases, such as logs and metrics.

repeated .google.protobuf.Any extensions = 8;

Parameters
NameDescription
indexint
builderForValueBuilder
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public AttributeContext.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setOrigin(AttributeContext.Peer value)

public AttributeContext.Builder setOrigin(AttributeContext.Peer value)

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;

Parameter
NameDescription
valueAttributeContext.Peer
Returns

setOrigin(AttributeContext.Peer.Builder builderForValue)

public AttributeContext.Builder setOrigin(AttributeContext.Peer.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueAttributeContext.Peer.Builder
Returns

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AttributeContext.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setRequest(AttributeContext.Request value)

public AttributeContext.Builder setRequest(AttributeContext.Request value)

Represents a network request, such as an HTTP request.

.google.rpc.context.AttributeContext.Request request = 3;

Parameter
NameDescription
valueAttributeContext.Request
Returns

setRequest(AttributeContext.Request.Builder builderForValue)

public AttributeContext.Builder setRequest(AttributeContext.Request.Builder builderForValue)

Represents a network request, such as an HTTP request.

.google.rpc.context.AttributeContext.Request request = 3;

Parameter
NameDescription
builderForValueAttributeContext.Request.Builder
Returns

setResource(AttributeContext.Resource value)

public AttributeContext.Builder setResource(AttributeContext.Resource value)

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;

Parameter
NameDescription
valueAttributeContext.Resource
Returns

setResource(AttributeContext.Resource.Builder builderForValue)

public AttributeContext.Builder setResource(AttributeContext.Resource.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueAttributeContext.Resource.Builder
Returns

setResponse(AttributeContext.Response value)

public AttributeContext.Builder setResponse(AttributeContext.Response value)

Represents a network response, such as an HTTP response.

.google.rpc.context.AttributeContext.Response response = 4;

Parameter
NameDescription
valueAttributeContext.Response
Returns

setResponse(AttributeContext.Response.Builder builderForValue)

public AttributeContext.Builder setResponse(AttributeContext.Response.Builder builderForValue)

Represents a network response, such as an HTTP response.

.google.rpc.context.AttributeContext.Response response = 4;

Parameter
NameDescription
builderForValueAttributeContext.Response.Builder
Returns

setSource(AttributeContext.Peer value)

public AttributeContext.Builder setSource(AttributeContext.Peer value)

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;

Parameter
NameDescription
valueAttributeContext.Peer
Returns

setSource(AttributeContext.Peer.Builder builderForValue)

public AttributeContext.Builder setSource(AttributeContext.Peer.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueAttributeContext.Peer.Builder
Returns

setUnknownFields(UnknownFieldSet unknownFields)

public final AttributeContext.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides