| Package | Description |
|---|---|
| com.google.cloud.audit |
| Modifier and Type | Method and Description |
|---|---|
AuditLog.Builder |
AuditLog.Builder.addAllAuthorizationInfo(Iterable<? extends AuthorizationInfo> values)
Authorization information.
|
AuditLog.Builder |
AuditLog.Builder.addAuthorizationInfo(AuthorizationInfo.Builder builderForValue)
Authorization information.
|
AuditLog.Builder |
AuditLog.Builder.addAuthorizationInfo(AuthorizationInfo value)
Authorization information.
|
AuditLog.Builder |
AuditLog.Builder.addAuthorizationInfo(int index,
AuthorizationInfo.Builder builderForValue)
Authorization information.
|
AuditLog.Builder |
AuditLog.Builder.addAuthorizationInfo(int index,
AuthorizationInfo value)
Authorization information.
|
AuditLog.Builder |
AuditLog.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuditLog.Builder |
AuditLog.Builder.clear() |
AuditLog.Builder |
AuditLog.Builder.clearAuthenticationInfo()
Authentication information.
|
AuditLog.Builder |
AuditLog.Builder.clearAuthorizationInfo()
Authorization information.
|
AuditLog.Builder |
AuditLog.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AuditLog.Builder |
AuditLog.Builder.clearMetadata()
Other service-specific data about the request, response, and other
information associated with the current audited event.
|
AuditLog.Builder |
AuditLog.Builder.clearMethodName()
The name of the service method or operation.
|
AuditLog.Builder |
AuditLog.Builder.clearNumResponseItems()
The number of items returned from a List or Query API method,
if applicable.
|
AuditLog.Builder |
AuditLog.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AuditLog.Builder |
AuditLog.Builder.clearRequest()
The operation request.
|
AuditLog.Builder |
AuditLog.Builder.clearRequestMetadata()
Metadata about the operation.
|
AuditLog.Builder |
AuditLog.Builder.clearResourceLocation()
The resource location information.
|
AuditLog.Builder |
AuditLog.Builder.clearResourceName()
The resource or collection that is the target of the operation.
|
AuditLog.Builder |
AuditLog.Builder.clearResourceOriginalState()
The resource's original state before mutation.
|
AuditLog.Builder |
AuditLog.Builder.clearResponse()
The operation response.
|
AuditLog.Builder |
AuditLog.Builder.clearServiceData()
Deprecated, use `metadata` field instead.
|
AuditLog.Builder |
AuditLog.Builder.clearServiceName()
The name of the API service performing the operation.
|
AuditLog.Builder |
AuditLog.Builder.clearStatus()
The status of the overall operation.
|
AuditLog.Builder |
AuditLog.Builder.clone() |
AuditLog.Builder |
AuditLog.Builder.mergeAuthenticationInfo(AuthenticationInfo value)
Authentication information.
|
AuditLog.Builder |
AuditLog.Builder.mergeFrom(AuditLog other) |
AuditLog.Builder |
AuditLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuditLog.Builder |
AuditLog.Builder.mergeFrom(com.google.protobuf.Message other) |
AuditLog.Builder |
AuditLog.Builder.mergeMetadata(com.google.protobuf.Struct value)
Other service-specific data about the request, response, and other
information associated with the current audited event.
|
AuditLog.Builder |
AuditLog.Builder.mergeRequest(com.google.protobuf.Struct value)
The operation request.
|
AuditLog.Builder |
AuditLog.Builder.mergeRequestMetadata(RequestMetadata value)
Metadata about the operation.
|
AuditLog.Builder |
AuditLog.Builder.mergeResourceLocation(ResourceLocation value)
The resource location information.
|
AuditLog.Builder |
AuditLog.Builder.mergeResourceOriginalState(com.google.protobuf.Struct value)
The resource's original state before mutation.
|
AuditLog.Builder |
AuditLog.Builder.mergeResponse(com.google.protobuf.Struct value)
The operation response.
|
AuditLog.Builder |
AuditLog.Builder.mergeServiceData(com.google.protobuf.Any value)
Deprecated, use `metadata` field instead.
|
AuditLog.Builder |
AuditLog.Builder.mergeStatus(Status value)
The status of the overall operation.
|
AuditLog.Builder |
AuditLog.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AuditLog.Builder |
AuditLog.newBuilder() |
static AuditLog.Builder |
AuditLog.newBuilder(AuditLog prototype) |
AuditLog.Builder |
AuditLog.newBuilderForType() |
protected AuditLog.Builder |
AuditLog.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AuditLog.Builder |
AuditLog.Builder.removeAuthorizationInfo(int index)
Authorization information.
|
AuditLog.Builder |
AuditLog.Builder.setAuthenticationInfo(AuthenticationInfo.Builder builderForValue)
Authentication information.
|
AuditLog.Builder |
AuditLog.Builder.setAuthenticationInfo(AuthenticationInfo value)
Authentication information.
|
AuditLog.Builder |
AuditLog.Builder.setAuthorizationInfo(int index,
AuthorizationInfo.Builder builderForValue)
Authorization information.
|
AuditLog.Builder |
AuditLog.Builder.setAuthorizationInfo(int index,
AuthorizationInfo value)
Authorization information.
|
AuditLog.Builder |
AuditLog.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AuditLog.Builder |
AuditLog.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue)
Other service-specific data about the request, response, and other
information associated with the current audited event.
|
AuditLog.Builder |
AuditLog.Builder.setMetadata(com.google.protobuf.Struct value)
Other service-specific data about the request, response, and other
information associated with the current audited event.
|
AuditLog.Builder |
AuditLog.Builder.setMethodName(String value)
The name of the service method or operation.
|
AuditLog.Builder |
AuditLog.Builder.setMethodNameBytes(com.google.protobuf.ByteString value)
The name of the service method or operation.
|
AuditLog.Builder |
AuditLog.Builder.setNumResponseItems(long value)
The number of items returned from a List or Query API method,
if applicable.
|
AuditLog.Builder |
AuditLog.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AuditLog.Builder |
AuditLog.Builder.setRequest(com.google.protobuf.Struct.Builder builderForValue)
The operation request.
|
AuditLog.Builder |
AuditLog.Builder.setRequest(com.google.protobuf.Struct value)
The operation request.
|
AuditLog.Builder |
AuditLog.Builder.setRequestMetadata(RequestMetadata.Builder builderForValue)
Metadata about the operation.
|
AuditLog.Builder |
AuditLog.Builder.setRequestMetadata(RequestMetadata value)
Metadata about the operation.
|
AuditLog.Builder |
AuditLog.Builder.setResourceLocation(ResourceLocation.Builder builderForValue)
The resource location information.
|
AuditLog.Builder |
AuditLog.Builder.setResourceLocation(ResourceLocation value)
The resource location information.
|
AuditLog.Builder |
AuditLog.Builder.setResourceName(String value)
The resource or collection that is the target of the operation.
|
AuditLog.Builder |
AuditLog.Builder.setResourceNameBytes(com.google.protobuf.ByteString value)
The resource or collection that is the target of the operation.
|
AuditLog.Builder |
AuditLog.Builder.setResourceOriginalState(com.google.protobuf.Struct.Builder builderForValue)
The resource's original state before mutation.
|
AuditLog.Builder |
AuditLog.Builder.setResourceOriginalState(com.google.protobuf.Struct value)
The resource's original state before mutation.
|
AuditLog.Builder |
AuditLog.Builder.setResponse(com.google.protobuf.Struct.Builder builderForValue)
The operation response.
|
AuditLog.Builder |
AuditLog.Builder.setResponse(com.google.protobuf.Struct value)
The operation response.
|
AuditLog.Builder |
AuditLog.Builder.setServiceData(com.google.protobuf.Any.Builder builderForValue)
Deprecated, use `metadata` field instead.
|
AuditLog.Builder |
AuditLog.Builder.setServiceData(com.google.protobuf.Any value)
Deprecated, use `metadata` field instead.
|
AuditLog.Builder |
AuditLog.Builder.setServiceName(String value)
The name of the API service performing the operation.
|
AuditLog.Builder |
AuditLog.Builder.setServiceNameBytes(com.google.protobuf.ByteString value)
The name of the API service performing the operation.
|
AuditLog.Builder |
AuditLog.Builder.setStatus(Status.Builder builderForValue)
The status of the overall operation.
|
AuditLog.Builder |
AuditLog.Builder.setStatus(Status value)
The status of the overall operation.
|
AuditLog.Builder |
AuditLog.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AuditLog.Builder |
AuditLog.toBuilder() |
Copyright © 2020 Google LLC. All rights reserved.