public static final class RequestMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder> implements RequestMetadataOrBuilder
auditlog.v2.RequestMetadata
Modifier and Type | Method and Description |
---|---|
RequestMetadata.Builder |
addAllClientAddress(Iterable<? extends RequestMetadata.Address> values)
Network address of the remote client.
|
RequestMetadata.Builder |
addAllRequestId(Iterable<String> values)
Uniquely identifies a client request.
|
RequestMetadata.Builder |
addClientAddress(int index,
RequestMetadata.Address.Builder builderForValue)
Network address of the remote client.
|
RequestMetadata.Builder |
addClientAddress(int index,
RequestMetadata.Address value)
Network address of the remote client.
|
RequestMetadata.Builder |
addClientAddress(RequestMetadata.Address.Builder builderForValue)
Network address of the remote client.
|
RequestMetadata.Builder |
addClientAddress(RequestMetadata.Address value)
Network address of the remote client.
|
RequestMetadata.Address.Builder |
addClientAddressBuilder()
Network address of the remote client.
|
RequestMetadata.Address.Builder |
addClientAddressBuilder(int index)
Network address of the remote client.
|
RequestMetadata.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RequestMetadata.Builder |
addRequestId(String value)
Uniquely identifies a client request.
|
RequestMetadata.Builder |
addRequestIdBytes(com.google.protobuf.ByteString value)
Uniquely identifies a client request.
|
RequestMetadata |
build() |
RequestMetadata |
buildPartial() |
RequestMetadata.Builder |
clear() |
RequestMetadata.Builder |
clearClientAddress()
Network address of the remote client.
|
RequestMetadata.Builder |
clearClientId()
A client-provided identifier, logged for correlation, as a courtesy to
the client.
|
RequestMetadata.Builder |
clearClientTraceId()
A client-provided identifier, logged for correlation, as a courtesy to
the client.
|
RequestMetadata.Builder |
clearConnectionId()
Uniquely identifies an authenticated connection.
|
RequestMetadata.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RequestMetadata.Builder |
clearLocalAddress()
The local address that received the request on the service.
|
RequestMetadata.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RequestMetadata.Builder |
clearRequestId()
Uniquely identifies a client request.
|
RequestMetadata.Builder |
clearRequestPath()
Service path for the request
This would help in identifying the endpoint version (e.g.
|
RequestMetadata.Builder |
clearRequestType()
Request Type for the request
|
RequestMetadata.Builder |
clearServiceSpanId()
The distributed span ID of the request, if the service generated one.
|
RequestMetadata.Builder |
clearServiceTraceId()
The distributed trace ID of the request, if the service has or provides
one.
|
RequestMetadata.Builder |
clone() |
RequestMetadata.Address |
getClientAddress(int index)
Network address of the remote client.
|
RequestMetadata.Address.Builder |
getClientAddressBuilder(int index)
Network address of the remote client.
|
List<RequestMetadata.Address.Builder> |
getClientAddressBuilderList()
Network address of the remote client.
|
int |
getClientAddressCount()
Network address of the remote client.
|
List<RequestMetadata.Address> |
getClientAddressList()
Network address of the remote client.
|
RequestMetadata.AddressOrBuilder |
getClientAddressOrBuilder(int index)
Network address of the remote client.
|
List<? extends RequestMetadata.AddressOrBuilder> |
getClientAddressOrBuilderList()
Network address of the remote client.
|
String |
getClientId()
A client-provided identifier, logged for correlation, as a courtesy to
the client.
|
com.google.protobuf.ByteString |
getClientIdBytes()
A client-provided identifier, logged for correlation, as a courtesy to
the client.
|
com.google.protobuf.ByteString |
getClientTraceId()
A client-provided identifier, logged for correlation, as a courtesy to
the client.
|
String |
getConnectionId()
Uniquely identifies an authenticated connection.
|
com.google.protobuf.ByteString |
getConnectionIdBytes()
Uniquely identifies an authenticated connection.
|
RequestMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RequestMetadata.Address |
getLocalAddress()
The local address that received the request on the service.
|
RequestMetadata.Address.Builder |
getLocalAddressBuilder()
The local address that received the request on the service.
|
RequestMetadata.AddressOrBuilder |
getLocalAddressOrBuilder()
The local address that received the request on the service.
|
String |
getRequestId(int index)
Uniquely identifies a client request.
|
com.google.protobuf.ByteString |
getRequestIdBytes(int index)
Uniquely identifies a client request.
|
int |
getRequestIdCount()
Uniquely identifies a client request.
|
com.google.protobuf.ProtocolStringList |
getRequestIdList()
Uniquely identifies a client request.
|
String |
getRequestPath()
Service path for the request
This would help in identifying the endpoint version (e.g.
|
com.google.protobuf.ByteString |
getRequestPathBytes()
Service path for the request
This would help in identifying the endpoint version (e.g.
|
RequestMetadata.RequestType |
getRequestType()
Request Type for the request
|
int |
getRequestTypeValue()
Request Type for the request
|
com.google.protobuf.ByteString |
getServiceSpanId()
The distributed span ID of the request, if the service generated one.
|
com.google.protobuf.ByteString |
getServiceTraceId()
The distributed trace ID of the request, if the service has or provides
one.
|
boolean |
hasLocalAddress()
The local address that received the request on the service.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
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 |
mergeLocalAddress(RequestMetadata.Address value)
The local address that received the request on the service.
|
RequestMetadata.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RequestMetadata.Builder |
removeClientAddress(int index)
Network address of the remote client.
|
RequestMetadata.Builder |
setClientAddress(int index,
RequestMetadata.Address.Builder builderForValue)
Network address of the remote client.
|
RequestMetadata.Builder |
setClientAddress(int index,
RequestMetadata.Address value)
Network address of the remote client.
|
RequestMetadata.Builder |
setClientId(String value)
A client-provided identifier, logged for correlation, as a courtesy to
the client.
|
RequestMetadata.Builder |
setClientIdBytes(com.google.protobuf.ByteString value)
A client-provided identifier, logged for correlation, as a courtesy to
the client.
|
RequestMetadata.Builder |
setClientTraceId(com.google.protobuf.ByteString value)
A client-provided identifier, logged for correlation, as a courtesy to
the client.
|
RequestMetadata.Builder |
setConnectionId(String value)
Uniquely identifies an authenticated connection.
|
RequestMetadata.Builder |
setConnectionIdBytes(com.google.protobuf.ByteString value)
Uniquely identifies an authenticated connection.
|
RequestMetadata.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RequestMetadata.Builder |
setLocalAddress(RequestMetadata.Address.Builder builderForValue)
The local address that received the request on the service.
|
RequestMetadata.Builder |
setLocalAddress(RequestMetadata.Address value)
The local address that received the request on the service.
|
RequestMetadata.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RequestMetadata.Builder |
setRequestId(int index,
String value)
Uniquely identifies a client request.
|
RequestMetadata.Builder |
setRequestPath(String value)
Service path for the request
This would help in identifying the endpoint version (e.g.
|
RequestMetadata.Builder |
setRequestPathBytes(com.google.protobuf.ByteString value)
Service path for the request
This would help in identifying the endpoint version (e.g.
|
RequestMetadata.Builder |
setRequestType(RequestMetadata.RequestType value)
Request Type for the request
|
RequestMetadata.Builder |
setRequestTypeValue(int value)
Request Type for the request
|
RequestMetadata.Builder |
setServiceSpanId(com.google.protobuf.ByteString value)
The distributed span ID of the request, if the service generated one.
|
RequestMetadata.Builder |
setServiceTraceId(com.google.protobuf.ByteString value)
The distributed trace ID of the request, if the service has or provides
one.
|
RequestMetadata.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>
public RequestMetadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public RequestMetadata build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public RequestMetadata buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public RequestMetadata.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RequestMetadata.Builder>
IOException
public String getConnectionId()
Uniquely identifies an authenticated connection. Only present for successfully authenticated connections. May be used during analysis to correlate events back to credentials.
string connection_id = 1 [(.confluent.protobuf.field_meta) = { ... }
getConnectionId
in interface RequestMetadataOrBuilder
public com.google.protobuf.ByteString getConnectionIdBytes()
Uniquely identifies an authenticated connection. Only present for successfully authenticated connections. May be used during analysis to correlate events back to credentials.
string connection_id = 1 [(.confluent.protobuf.field_meta) = { ... }
getConnectionIdBytes
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setConnectionId(String value)
Uniquely identifies an authenticated connection. Only present for successfully authenticated connections. May be used during analysis to correlate events back to credentials.
string connection_id = 1 [(.confluent.protobuf.field_meta) = { ... }
value
- The connectionId to set.public RequestMetadata.Builder clearConnectionId()
Uniquely identifies an authenticated connection. Only present for successfully authenticated connections. May be used during analysis to correlate events back to credentials.
string connection_id = 1 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder setConnectionIdBytes(com.google.protobuf.ByteString value)
Uniquely identifies an authenticated connection. Only present for successfully authenticated connections. May be used during analysis to correlate events back to credentials.
string connection_id = 1 [(.confluent.protobuf.field_meta) = { ... }
value
- The bytes for connectionId to set.public com.google.protobuf.ProtocolStringList getRequestIdList()
Uniquely identifies a client request. May be used during analysis to correlate authorization check and response audit events back to the original client's request.
repeated string request_id = 2 [(.confluent.protobuf.field_meta) = { ... }
getRequestIdList
in interface RequestMetadataOrBuilder
public int getRequestIdCount()
Uniquely identifies a client request. May be used during analysis to correlate authorization check and response audit events back to the original client's request.
repeated string request_id = 2 [(.confluent.protobuf.field_meta) = { ... }
getRequestIdCount
in interface RequestMetadataOrBuilder
public String getRequestId(int index)
Uniquely identifies a client request. May be used during analysis to correlate authorization check and response audit events back to the original client's request.
repeated string request_id = 2 [(.confluent.protobuf.field_meta) = { ... }
getRequestId
in interface RequestMetadataOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getRequestIdBytes(int index)
Uniquely identifies a client request. May be used during analysis to correlate authorization check and response audit events back to the original client's request.
repeated string request_id = 2 [(.confluent.protobuf.field_meta) = { ... }
getRequestIdBytes
in interface RequestMetadataOrBuilder
index
- The index of the value to return.public RequestMetadata.Builder setRequestId(int index, String value)
Uniquely identifies a client request. May be used during analysis to correlate authorization check and response audit events back to the original client's request.
repeated string request_id = 2 [(.confluent.protobuf.field_meta) = { ... }
index
- The index to set the value at.value
- The requestId to set.public RequestMetadata.Builder addRequestId(String value)
Uniquely identifies a client request. May be used during analysis to correlate authorization check and response audit events back to the original client's request.
repeated string request_id = 2 [(.confluent.protobuf.field_meta) = { ... }
value
- The requestId to add.public RequestMetadata.Builder addAllRequestId(Iterable<String> values)
Uniquely identifies a client request. May be used during analysis to correlate authorization check and response audit events back to the original client's request.
repeated string request_id = 2 [(.confluent.protobuf.field_meta) = { ... }
values
- The requestId to add.public RequestMetadata.Builder clearRequestId()
Uniquely identifies a client request. May be used during analysis to correlate authorization check and response audit events back to the original client's request.
repeated string request_id = 2 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder addRequestIdBytes(com.google.protobuf.ByteString value)
Uniquely identifies a client request. May be used during analysis to correlate authorization check and response audit events back to the original client's request.
repeated string request_id = 2 [(.confluent.protobuf.field_meta) = { ... }
value
- The bytes of the requestId to add.public List<RequestMetadata.Address> getClientAddressList()
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
getClientAddressList
in interface RequestMetadataOrBuilder
public int getClientAddressCount()
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
getClientAddressCount
in interface RequestMetadataOrBuilder
public RequestMetadata.Address getClientAddress(int index)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
getClientAddress
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setClientAddress(int index, RequestMetadata.Address value)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder setClientAddress(int index, RequestMetadata.Address.Builder builderForValue)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder addClientAddress(RequestMetadata.Address value)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder addClientAddress(int index, RequestMetadata.Address value)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder addClientAddress(RequestMetadata.Address.Builder builderForValue)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder addClientAddress(int index, RequestMetadata.Address.Builder builderForValue)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder addAllClientAddress(Iterable<? extends RequestMetadata.Address> values)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder clearClientAddress()
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder removeClientAddress(int index)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Address.Builder getClientAddressBuilder(int index)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.AddressOrBuilder getClientAddressOrBuilder(int index)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
getClientAddressOrBuilder
in interface RequestMetadataOrBuilder
public List<? extends RequestMetadata.AddressOrBuilder> getClientAddressOrBuilderList()
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
getClientAddressOrBuilderList
in interface RequestMetadataOrBuilder
public RequestMetadata.Address.Builder addClientAddressBuilder()
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Address.Builder addClientAddressBuilder(int index)
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public List<RequestMetadata.Address.Builder> getClientAddressBuilderList()
Network address of the remote client. Source service must take care to ensure that this is not the address of a load balancer.
repeated .auditlog.v2.RequestMetadata.Address client_address = 3 [(.confluent.protobuf.field_meta) = { ... }
public String getClientId()
A client-provided identifier, logged for correlation, as a courtesy to the client. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
string client_id = 4 [(.confluent.protobuf.field_meta) = { ... }
getClientId
in interface RequestMetadataOrBuilder
public com.google.protobuf.ByteString getClientIdBytes()
A client-provided identifier, logged for correlation, as a courtesy to the client. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
string client_id = 4 [(.confluent.protobuf.field_meta) = { ... }
getClientIdBytes
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setClientId(String value)
A client-provided identifier, logged for correlation, as a courtesy to the client. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
string client_id = 4 [(.confluent.protobuf.field_meta) = { ... }
value
- The clientId to set.public RequestMetadata.Builder clearClientId()
A client-provided identifier, logged for correlation, as a courtesy to the client. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
string client_id = 4 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder setClientIdBytes(com.google.protobuf.ByteString value)
A client-provided identifier, logged for correlation, as a courtesy to the client. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
string client_id = 4 [(.confluent.protobuf.field_meta) = { ... }
value
- The bytes for clientId to set.public com.google.protobuf.ByteString getClientTraceId()
A client-provided identifier, logged for correlation, as a courtesy to the client. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
bytes client_trace_id = 5 [(.confluent.protobuf.field_meta) = { ... }
getClientTraceId
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setClientTraceId(com.google.protobuf.ByteString value)
A client-provided identifier, logged for correlation, as a courtesy to the client. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
bytes client_trace_id = 5 [(.confluent.protobuf.field_meta) = { ... }
value
- The clientTraceId to set.public RequestMetadata.Builder clearClientTraceId()
A client-provided identifier, logged for correlation, as a courtesy to the client. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
bytes client_trace_id = 5 [(.confluent.protobuf.field_meta) = { ... }
public boolean hasLocalAddress()
The local address that received the request on the service.
.auditlog.v2.RequestMetadata.Address local_address = 6 [(.confluent.protobuf.field_meta) = { ... }
hasLocalAddress
in interface RequestMetadataOrBuilder
public RequestMetadata.Address getLocalAddress()
The local address that received the request on the service.
.auditlog.v2.RequestMetadata.Address local_address = 6 [(.confluent.protobuf.field_meta) = { ... }
getLocalAddress
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setLocalAddress(RequestMetadata.Address value)
The local address that received the request on the service.
.auditlog.v2.RequestMetadata.Address local_address = 6 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder setLocalAddress(RequestMetadata.Address.Builder builderForValue)
The local address that received the request on the service.
.auditlog.v2.RequestMetadata.Address local_address = 6 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder mergeLocalAddress(RequestMetadata.Address value)
The local address that received the request on the service.
.auditlog.v2.RequestMetadata.Address local_address = 6 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder clearLocalAddress()
The local address that received the request on the service.
.auditlog.v2.RequestMetadata.Address local_address = 6 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Address.Builder getLocalAddressBuilder()
The local address that received the request on the service.
.auditlog.v2.RequestMetadata.Address local_address = 6 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.AddressOrBuilder getLocalAddressOrBuilder()
The local address that received the request on the service.
.auditlog.v2.RequestMetadata.Address local_address = 6 [(.confluent.protobuf.field_meta) = { ... }
getLocalAddressOrBuilder
in interface RequestMetadataOrBuilder
public com.google.protobuf.ByteString getServiceTraceId()
The distributed trace ID of the request, if the service has or provides one. Intended for correlation with OpenTelemetry tracing or its cousins. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
bytes service_trace_id = 7 [(.confluent.protobuf.field_meta) = { ... }
getServiceTraceId
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setServiceTraceId(com.google.protobuf.ByteString value)
The distributed trace ID of the request, if the service has or provides one. Intended for correlation with OpenTelemetry tracing or its cousins. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
bytes service_trace_id = 7 [(.confluent.protobuf.field_meta) = { ... }
value
- The serviceTraceId to set.public RequestMetadata.Builder clearServiceTraceId()
The distributed trace ID of the request, if the service has or provides one. Intended for correlation with OpenTelemetry tracing or its cousins. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
bytes service_trace_id = 7 [(.confluent.protobuf.field_meta) = { ... }
public com.google.protobuf.ByteString getServiceSpanId()
The distributed span ID of the request, if the service generated one. Intended for correlation with OpenTelemetry tracing or its cousins. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
bytes service_span_id = 8 [(.confluent.protobuf.field_meta) = { ... }
getServiceSpanId
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setServiceSpanId(com.google.protobuf.ByteString value)
The distributed span ID of the request, if the service generated one. Intended for correlation with OpenTelemetry tracing or its cousins. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
bytes service_span_id = 8 [(.confluent.protobuf.field_meta) = { ... }
value
- The serviceSpanId to set.public RequestMetadata.Builder clearServiceSpanId()
The distributed span ID of the request, if the service generated one. Intended for correlation with OpenTelemetry tracing or its cousins. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
bytes service_span_id = 8 [(.confluent.protobuf.field_meta) = { ... }
public int getRequestTypeValue()
Request Type for the request
.auditlog.v2.RequestMetadata.RequestType request_type = 9 [(.confluent.protobuf.field_meta) = { ... }
getRequestTypeValue
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setRequestTypeValue(int value)
Request Type for the request
.auditlog.v2.RequestMetadata.RequestType request_type = 9 [(.confluent.protobuf.field_meta) = { ... }
value
- The enum numeric value on the wire for requestType to set.public RequestMetadata.RequestType getRequestType()
Request Type for the request
.auditlog.v2.RequestMetadata.RequestType request_type = 9 [(.confluent.protobuf.field_meta) = { ... }
getRequestType
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setRequestType(RequestMetadata.RequestType value)
Request Type for the request
.auditlog.v2.RequestMetadata.RequestType request_type = 9 [(.confluent.protobuf.field_meta) = { ... }
value
- The requestType to set.public RequestMetadata.Builder clearRequestType()
Request Type for the request
.auditlog.v2.RequestMetadata.RequestType request_type = 9 [(.confluent.protobuf.field_meta) = { ... }
public String getRequestPath()
Service path for the request This would help in identifying the endpoint version (e.g. http v1/v2)
string request_path = 10 [(.confluent.protobuf.field_meta) = { ... }
getRequestPath
in interface RequestMetadataOrBuilder
public com.google.protobuf.ByteString getRequestPathBytes()
Service path for the request This would help in identifying the endpoint version (e.g. http v1/v2)
string request_path = 10 [(.confluent.protobuf.field_meta) = { ... }
getRequestPathBytes
in interface RequestMetadataOrBuilder
public RequestMetadata.Builder setRequestPath(String value)
Service path for the request This would help in identifying the endpoint version (e.g. http v1/v2)
string request_path = 10 [(.confluent.protobuf.field_meta) = { ... }
value
- The requestPath to set.public RequestMetadata.Builder clearRequestPath()
Service path for the request This would help in identifying the endpoint version (e.g. http v1/v2)
string request_path = 10 [(.confluent.protobuf.field_meta) = { ... }
public RequestMetadata.Builder setRequestPathBytes(com.google.protobuf.ByteString value)
Service path for the request This would help in identifying the endpoint version (e.g. http v1/v2)
string request_path = 10 [(.confluent.protobuf.field_meta) = { ... }
value
- The bytes for requestPath to set.public final RequestMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<RequestMetadata.Builder>