public static final class RequestMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder> implements RequestMetadataOrBuilder
Metadata about the request.Protobuf type
google.cloud.audit.RequestMetadata| Modifier and Type | Method and Description |
|---|---|
RequestMetadata.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RequestMetadata |
build() |
RequestMetadata |
buildPartial() |
RequestMetadata.Builder |
clear() |
RequestMetadata.Builder |
clearCallerIp()
The IP address of the caller.
|
RequestMetadata.Builder |
clearCallerNetwork()
The network of the caller.
|
RequestMetadata.Builder |
clearCallerSuppliedUserAgent()
The user agent of the caller.
|
RequestMetadata.Builder |
clearDestinationAttributes()
The destination of a network activity, such as accepting a TCP connection.
|
RequestMetadata.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RequestMetadata.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RequestMetadata.Builder |
clearRequestAttributes()
Request attributes used in IAM condition evaluation.
|
RequestMetadata.Builder |
clone() |
String |
getCallerIp()
The IP address of the caller.
|
com.google.protobuf.ByteString |
getCallerIpBytes()
The IP address of the caller.
|
String |
getCallerNetwork()
The network of the caller.
|
com.google.protobuf.ByteString |
getCallerNetworkBytes()
The network of the caller.
|
String |
getCallerSuppliedUserAgent()
The user agent of the caller.
|
com.google.protobuf.ByteString |
getCallerSuppliedUserAgentBytes()
The user agent of the caller.
|
RequestMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
AttributeContext.Peer |
getDestinationAttributes()
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Peer.Builder |
getDestinationAttributesBuilder()
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.PeerOrBuilder |
getDestinationAttributesOrBuilder()
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext.Request |
getRequestAttributes()
Request attributes used in IAM condition evaluation.
|
AttributeContext.Request.Builder |
getRequestAttributesBuilder()
Request attributes used in IAM condition evaluation.
|
AttributeContext.RequestOrBuilder |
getRequestAttributesOrBuilder()
Request attributes used in IAM condition evaluation.
|
boolean |
hasDestinationAttributes()
The destination of a network activity, such as accepting a TCP connection.
|
boolean |
hasRequestAttributes()
Request attributes used in IAM condition evaluation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RequestMetadata.Builder |
mergeDestinationAttributes(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection.
|
RequestMetadata.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RequestMetadata.Builder |
mergeFrom(com.google.protobuf.Message other) |
RequestMetadata.Builder |
mergeFrom(RequestMetadata other) |
RequestMetadata.Builder |
mergeRequestAttributes(AttributeContext.Request value)
Request attributes used in IAM condition evaluation.
|
RequestMetadata.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RequestMetadata.Builder |
setCallerIp(String value)
The IP address of the caller.
|
RequestMetadata.Builder |
setCallerIpBytes(com.google.protobuf.ByteString value)
The IP address of the caller.
|
RequestMetadata.Builder |
setCallerNetwork(String value)
The network of the caller.
|
RequestMetadata.Builder |
setCallerNetworkBytes(com.google.protobuf.ByteString value)
The network of the caller.
|
RequestMetadata.Builder |
setCallerSuppliedUserAgent(String value)
The user agent of the caller.
|
RequestMetadata.Builder |
setCallerSuppliedUserAgentBytes(com.google.protobuf.ByteString value)
The user agent of the caller.
|
RequestMetadata.Builder |
setDestinationAttributes(AttributeContext.Peer.Builder builderForValue)
The destination of a network activity, such as accepting a TCP connection.
|
RequestMetadata.Builder |
setDestinationAttributes(AttributeContext.Peer value)
The destination of a network activity, such as accepting a TCP connection.
|
RequestMetadata.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RequestMetadata.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RequestMetadata.Builder |
setRequestAttributes(AttributeContext.Request.Builder builderForValue)
Request attributes used in IAM condition evaluation.
|
RequestMetadata.Builder |
setRequestAttributes(AttributeContext.Request value)
Request attributes used in IAM condition evaluation.
|
RequestMetadata.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public RequestMetadata.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public RequestMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RequestMetadata build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RequestMetadata buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RequestMetadata.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public RequestMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public RequestMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public RequestMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public RequestMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public RequestMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public RequestMetadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RequestMetadata.Builder>public RequestMetadata.Builder mergeFrom(RequestMetadata other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public RequestMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RequestMetadata.Builder>IOExceptionpublic String getCallerIp()
The IP address of the caller. For caller from internet, this will be public IPv4 or IPv6 address. For caller from a Compute Engine VM with external IP address, this will be the VM's external IP address. For caller from a Compute Engine VM without external IP address, if the VM is in the same organization (or project) as the accessed resource, `caller_ip` will be the VM's internal IPv4 address, otherwise the `caller_ip` will be redacted to "gce-internal-ip". See https://cloud.google.com/compute/docs/vpc/ for more information.
string caller_ip = 1;getCallerIp in interface RequestMetadataOrBuilderpublic com.google.protobuf.ByteString getCallerIpBytes()
The IP address of the caller. For caller from internet, this will be public IPv4 or IPv6 address. For caller from a Compute Engine VM with external IP address, this will be the VM's external IP address. For caller from a Compute Engine VM without external IP address, if the VM is in the same organization (or project) as the accessed resource, `caller_ip` will be the VM's internal IPv4 address, otherwise the `caller_ip` will be redacted to "gce-internal-ip". See https://cloud.google.com/compute/docs/vpc/ for more information.
string caller_ip = 1;getCallerIpBytes in interface RequestMetadataOrBuilderpublic RequestMetadata.Builder setCallerIp(String value)
The IP address of the caller. For caller from internet, this will be public IPv4 or IPv6 address. For caller from a Compute Engine VM with external IP address, this will be the VM's external IP address. For caller from a Compute Engine VM without external IP address, if the VM is in the same organization (or project) as the accessed resource, `caller_ip` will be the VM's internal IPv4 address, otherwise the `caller_ip` will be redacted to "gce-internal-ip". See https://cloud.google.com/compute/docs/vpc/ for more information.
string caller_ip = 1;value - The callerIp to set.public RequestMetadata.Builder clearCallerIp()
The IP address of the caller. For caller from internet, this will be public IPv4 or IPv6 address. For caller from a Compute Engine VM with external IP address, this will be the VM's external IP address. For caller from a Compute Engine VM without external IP address, if the VM is in the same organization (or project) as the accessed resource, `caller_ip` will be the VM's internal IPv4 address, otherwise the `caller_ip` will be redacted to "gce-internal-ip". See https://cloud.google.com/compute/docs/vpc/ for more information.
string caller_ip = 1;public RequestMetadata.Builder setCallerIpBytes(com.google.protobuf.ByteString value)
The IP address of the caller. For caller from internet, this will be public IPv4 or IPv6 address. For caller from a Compute Engine VM with external IP address, this will be the VM's external IP address. For caller from a Compute Engine VM without external IP address, if the VM is in the same organization (or project) as the accessed resource, `caller_ip` will be the VM's internal IPv4 address, otherwise the `caller_ip` will be redacted to "gce-internal-ip". See https://cloud.google.com/compute/docs/vpc/ for more information.
string caller_ip = 1;value - The bytes for callerIp to set.public String getCallerSuppliedUserAgent()
The user agent of the caller.
This information is not authenticated and should be treated accordingly.
For example:
+ `google-api-python-client/1.4.0`:
The request was made by the Google API client for Python.
+ `Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62`:
The request was made by the Google Cloud SDK CLI (gcloud).
+ `AppEngine-Google; (+http://code.google.com/appengine; appid:
s~my-project`:
The request was made from the `my-project` App Engine app.
string caller_supplied_user_agent = 2;getCallerSuppliedUserAgent in interface RequestMetadataOrBuilderpublic com.google.protobuf.ByteString getCallerSuppliedUserAgentBytes()
The user agent of the caller.
This information is not authenticated and should be treated accordingly.
For example:
+ `google-api-python-client/1.4.0`:
The request was made by the Google API client for Python.
+ `Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62`:
The request was made by the Google Cloud SDK CLI (gcloud).
+ `AppEngine-Google; (+http://code.google.com/appengine; appid:
s~my-project`:
The request was made from the `my-project` App Engine app.
string caller_supplied_user_agent = 2;getCallerSuppliedUserAgentBytes in interface RequestMetadataOrBuilderpublic RequestMetadata.Builder setCallerSuppliedUserAgent(String value)
The user agent of the caller.
This information is not authenticated and should be treated accordingly.
For example:
+ `google-api-python-client/1.4.0`:
The request was made by the Google API client for Python.
+ `Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62`:
The request was made by the Google Cloud SDK CLI (gcloud).
+ `AppEngine-Google; (+http://code.google.com/appengine; appid:
s~my-project`:
The request was made from the `my-project` App Engine app.
string caller_supplied_user_agent = 2;value - The callerSuppliedUserAgent to set.public RequestMetadata.Builder clearCallerSuppliedUserAgent()
The user agent of the caller.
This information is not authenticated and should be treated accordingly.
For example:
+ `google-api-python-client/1.4.0`:
The request was made by the Google API client for Python.
+ `Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62`:
The request was made by the Google Cloud SDK CLI (gcloud).
+ `AppEngine-Google; (+http://code.google.com/appengine; appid:
s~my-project`:
The request was made from the `my-project` App Engine app.
string caller_supplied_user_agent = 2;public RequestMetadata.Builder setCallerSuppliedUserAgentBytes(com.google.protobuf.ByteString value)
The user agent of the caller.
This information is not authenticated and should be treated accordingly.
For example:
+ `google-api-python-client/1.4.0`:
The request was made by the Google API client for Python.
+ `Cloud SDK Command Line Tool apitools-client/1.0 gcloud/0.9.62`:
The request was made by the Google Cloud SDK CLI (gcloud).
+ `AppEngine-Google; (+http://code.google.com/appengine; appid:
s~my-project`:
The request was made from the `my-project` App Engine app.
string caller_supplied_user_agent = 2;value - The bytes for callerSuppliedUserAgent to set.public String getCallerNetwork()
The network of the caller.
Set only if the network host project is part of the same GCP organization
(or project) as the accessed resource.
See https://cloud.google.com/compute/docs/vpc/ for more information.
This is a scheme-less URI full resource name. For example:
"//compute.googleapis.com/projects/PROJECT_ID/global/networks/NETWORK_ID"
string caller_network = 3;getCallerNetwork in interface RequestMetadataOrBuilderpublic com.google.protobuf.ByteString getCallerNetworkBytes()
The network of the caller.
Set only if the network host project is part of the same GCP organization
(or project) as the accessed resource.
See https://cloud.google.com/compute/docs/vpc/ for more information.
This is a scheme-less URI full resource name. For example:
"//compute.googleapis.com/projects/PROJECT_ID/global/networks/NETWORK_ID"
string caller_network = 3;getCallerNetworkBytes in interface RequestMetadataOrBuilderpublic RequestMetadata.Builder setCallerNetwork(String value)
The network of the caller.
Set only if the network host project is part of the same GCP organization
(or project) as the accessed resource.
See https://cloud.google.com/compute/docs/vpc/ for more information.
This is a scheme-less URI full resource name. For example:
"//compute.googleapis.com/projects/PROJECT_ID/global/networks/NETWORK_ID"
string caller_network = 3;value - The callerNetwork to set.public RequestMetadata.Builder clearCallerNetwork()
The network of the caller.
Set only if the network host project is part of the same GCP organization
(or project) as the accessed resource.
See https://cloud.google.com/compute/docs/vpc/ for more information.
This is a scheme-less URI full resource name. For example:
"//compute.googleapis.com/projects/PROJECT_ID/global/networks/NETWORK_ID"
string caller_network = 3;public RequestMetadata.Builder setCallerNetworkBytes(com.google.protobuf.ByteString value)
The network of the caller.
Set only if the network host project is part of the same GCP organization
(or project) as the accessed resource.
See https://cloud.google.com/compute/docs/vpc/ for more information.
This is a scheme-less URI full resource name. For example:
"//compute.googleapis.com/projects/PROJECT_ID/global/networks/NETWORK_ID"
string caller_network = 3;value - The bytes for callerNetwork to set.public boolean hasRequestAttributes()
Request attributes used in IAM condition evaluation. This field contains request attributes like request time and access levels associated with the request. To get the whole view of the attributes used in IAM condition evaluation, the user must also look into `AuditLog.authentication_info.resource_attributes`.
.google.rpc.context.AttributeContext.Request request_attributes = 7;hasRequestAttributes in interface RequestMetadataOrBuilderpublic AttributeContext.Request getRequestAttributes()
Request attributes used in IAM condition evaluation. This field contains request attributes like request time and access levels associated with the request. To get the whole view of the attributes used in IAM condition evaluation, the user must also look into `AuditLog.authentication_info.resource_attributes`.
.google.rpc.context.AttributeContext.Request request_attributes = 7;getRequestAttributes in interface RequestMetadataOrBuilderpublic RequestMetadata.Builder setRequestAttributes(AttributeContext.Request value)
Request attributes used in IAM condition evaluation. This field contains request attributes like request time and access levels associated with the request. To get the whole view of the attributes used in IAM condition evaluation, the user must also look into `AuditLog.authentication_info.resource_attributes`.
.google.rpc.context.AttributeContext.Request request_attributes = 7;public RequestMetadata.Builder setRequestAttributes(AttributeContext.Request.Builder builderForValue)
Request attributes used in IAM condition evaluation. This field contains request attributes like request time and access levels associated with the request. To get the whole view of the attributes used in IAM condition evaluation, the user must also look into `AuditLog.authentication_info.resource_attributes`.
.google.rpc.context.AttributeContext.Request request_attributes = 7;public RequestMetadata.Builder mergeRequestAttributes(AttributeContext.Request value)
Request attributes used in IAM condition evaluation. This field contains request attributes like request time and access levels associated with the request. To get the whole view of the attributes used in IAM condition evaluation, the user must also look into `AuditLog.authentication_info.resource_attributes`.
.google.rpc.context.AttributeContext.Request request_attributes = 7;public RequestMetadata.Builder clearRequestAttributes()
Request attributes used in IAM condition evaluation. This field contains request attributes like request time and access levels associated with the request. To get the whole view of the attributes used in IAM condition evaluation, the user must also look into `AuditLog.authentication_info.resource_attributes`.
.google.rpc.context.AttributeContext.Request request_attributes = 7;public AttributeContext.Request.Builder getRequestAttributesBuilder()
Request attributes used in IAM condition evaluation. This field contains request attributes like request time and access levels associated with the request. To get the whole view of the attributes used in IAM condition evaluation, the user must also look into `AuditLog.authentication_info.resource_attributes`.
.google.rpc.context.AttributeContext.Request request_attributes = 7;public AttributeContext.RequestOrBuilder getRequestAttributesOrBuilder()
Request attributes used in IAM condition evaluation. This field contains request attributes like request time and access levels associated with the request. To get the whole view of the attributes used in IAM condition evaluation, the user must also look into `AuditLog.authentication_info.resource_attributes`.
.google.rpc.context.AttributeContext.Request request_attributes = 7;getRequestAttributesOrBuilder in interface RequestMetadataOrBuilderpublic boolean hasDestinationAttributes()
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. Only two fields are used in this message, Peer.port and Peer.ip. These fields are optionally populated by those services utilizing the IAM condition feature.
.google.rpc.context.AttributeContext.Peer destination_attributes = 8;hasDestinationAttributes in interface RequestMetadataOrBuilderpublic AttributeContext.Peer getDestinationAttributes()
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. Only two fields are used in this message, Peer.port and Peer.ip. These fields are optionally populated by those services utilizing the IAM condition feature.
.google.rpc.context.AttributeContext.Peer destination_attributes = 8;getDestinationAttributes in interface RequestMetadataOrBuilderpublic RequestMetadata.Builder setDestinationAttributes(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. Only two fields are used in this message, Peer.port and Peer.ip. These fields are optionally populated by those services utilizing the IAM condition feature.
.google.rpc.context.AttributeContext.Peer destination_attributes = 8;public RequestMetadata.Builder setDestinationAttributes(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. Only two fields are used in this message, Peer.port and Peer.ip. These fields are optionally populated by those services utilizing the IAM condition feature.
.google.rpc.context.AttributeContext.Peer destination_attributes = 8;public RequestMetadata.Builder mergeDestinationAttributes(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. Only two fields are used in this message, Peer.port and Peer.ip. These fields are optionally populated by those services utilizing the IAM condition feature.
.google.rpc.context.AttributeContext.Peer destination_attributes = 8;public RequestMetadata.Builder clearDestinationAttributes()
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. Only two fields are used in this message, Peer.port and Peer.ip. These fields are optionally populated by those services utilizing the IAM condition feature.
.google.rpc.context.AttributeContext.Peer destination_attributes = 8;public AttributeContext.Peer.Builder getDestinationAttributesBuilder()
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. Only two fields are used in this message, Peer.port and Peer.ip. These fields are optionally populated by those services utilizing the IAM condition feature.
.google.rpc.context.AttributeContext.Peer destination_attributes = 8;public AttributeContext.PeerOrBuilder getDestinationAttributesOrBuilder()
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. Only two fields are used in this message, Peer.port and Peer.ip. These fields are optionally populated by those services utilizing the IAM condition feature.
.google.rpc.context.AttributeContext.Peer destination_attributes = 8;getDestinationAttributesOrBuilder in interface RequestMetadataOrBuilderpublic final RequestMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>public final RequestMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>Copyright © 2022 Google LLC. All rights reserved.