Uses of Class
com.google.cloud.audit.RequestMetadata
-
Packages that use RequestMetadata Package Description com.google.cloud.audit -
-
Uses of RequestMetadata in com.google.cloud.audit
Methods in com.google.cloud.audit that return RequestMetadata Modifier and Type Method Description RequestMetadata
RequestMetadata.Builder. build()
RequestMetadata
RequestMetadata.Builder. buildPartial()
static RequestMetadata
RequestMetadata. getDefaultInstance()
RequestMetadata
RequestMetadata.Builder. getDefaultInstanceForType()
RequestMetadata
RequestMetadata. getDefaultInstanceForType()
RequestMetadata
AuditLog.Builder. getRequestMetadata()
Metadata about the operation.RequestMetadata
AuditLog. getRequestMetadata()
Metadata about the operation.RequestMetadata
AuditLogOrBuilder. getRequestMetadata()
Metadata about the operation.static RequestMetadata
RequestMetadata. parseDelimitedFrom(java.io.InputStream input)
static RequestMetadata
RequestMetadata. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(byte[] data)
static RequestMetadata
RequestMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(com.google.protobuf.ByteString data)
static RequestMetadata
RequestMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static RequestMetadata
RequestMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(java.io.InputStream input)
static RequestMetadata
RequestMetadata. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(java.nio.ByteBuffer data)
static RequestMetadata
RequestMetadata. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.audit that return types with arguments of type RequestMetadata Modifier and Type Method Description com.google.protobuf.Parser<RequestMetadata>
RequestMetadata. getParserForType()
static com.google.protobuf.Parser<RequestMetadata>
RequestMetadata. parser()
Methods in com.google.cloud.audit with parameters of type RequestMetadata Modifier and Type Method Description RequestMetadata.Builder
RequestMetadata.Builder. mergeFrom(RequestMetadata other)
AuditLog.Builder
AuditLog.Builder. mergeRequestMetadata(RequestMetadata value)
Metadata about the operation.static RequestMetadata.Builder
RequestMetadata. newBuilder(RequestMetadata prototype)
AuditLog.Builder
AuditLog.Builder. setRequestMetadata(RequestMetadata value)
Metadata about the operation.
-