Uses of Class
com.google.cloud.audit.AuditLog.Builder
Packages that use AuditLog.Builder
-
Uses of AuditLog.Builder in com.google.cloud.audit
Methods in com.google.cloud.audit that return AuditLog.BuilderModifier and TypeMethodDescriptionAuditLog.Builder.addAllAuthorizationInfo(Iterable<? extends AuthorizationInfo> values) Authorization information.AuditLog.Builder.addAuthorizationInfo(int index, AuthorizationInfo value) Authorization information.AuditLog.Builder.addAuthorizationInfo(int index, AuthorizationInfo.Builder builderForValue) Authorization information.AuditLog.Builder.addAuthorizationInfo(AuthorizationInfo value) Authorization information.AuditLog.Builder.addAuthorizationInfo(AuthorizationInfo.Builder builderForValue) Authorization information.AuditLog.Builder.clear()AuditLog.Builder.clearAuthenticationInfo()Authentication information.AuditLog.Builder.clearAuthorizationInfo()Authorization information.AuditLog.Builder.clearMetadata()Other service-specific data about the request, response, and other information associated with the current audited event.AuditLog.Builder.clearMethodName()The name of the service method or operation.AuditLog.Builder.clearNumResponseItems()The number of items returned from a List or Query API method, if applicable.AuditLog.Builder.clearPolicyViolationInfo()Indicates the policy violations for this request.AuditLog.Builder.clearRequest()The operation request.AuditLog.Builder.clearRequestMetadata()Metadata about the operation.AuditLog.Builder.clearResourceLocation()The resource location information.AuditLog.Builder.clearResourceName()The resource or collection that is the target of the operation.AuditLog.Builder.clearResourceOriginalState()The resource's original state before mutation.AuditLog.Builder.clearResponse()The operation response.AuditLog.Builder.clearServiceData()Deprecated.AuditLog.Builder.clearServiceName()The name of the API service performing the operation.AuditLog.Builder.clearStatus()The status of the overall operation.AuditLog.Builder.mergeAuthenticationInfo(AuthenticationInfo value) Authentication information.AuditLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuditLog.Builder.mergeFrom(com.google.protobuf.Message other) 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.mergePolicyViolationInfo(PolicyViolationInfo value) Indicates the policy violations for this request.AuditLog.Builder.mergeRequest(com.google.protobuf.Struct value) The operation request.AuditLog.Builder.mergeRequestMetadata(RequestMetadata value) Metadata about the operation.AuditLog.Builder.mergeResourceLocation(ResourceLocation value) The resource location information.AuditLog.Builder.mergeResourceOriginalState(com.google.protobuf.Struct value) The resource's original state before mutation.AuditLog.Builder.mergeResponse(com.google.protobuf.Struct value) The operation response.AuditLog.Builder.mergeServiceData(com.google.protobuf.Any value) Deprecated.AuditLog.Builder.mergeStatus(Status value) The status of the overall operation.static AuditLog.BuilderAuditLog.newBuilder()static AuditLog.BuilderAuditLog.newBuilder(AuditLog prototype) AuditLog.newBuilderForType()protected AuditLog.BuilderAuditLog.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AuditLog.Builder.removeAuthorizationInfo(int index) Authorization information.AuditLog.Builder.setAuthenticationInfo(AuthenticationInfo value) Authentication information.AuditLog.Builder.setAuthenticationInfo(AuthenticationInfo.Builder builderForValue) Authentication information.AuditLog.Builder.setAuthorizationInfo(int index, AuthorizationInfo value) Authorization information.AuditLog.Builder.setAuthorizationInfo(int index, AuthorizationInfo.Builder builderForValue) Authorization information.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.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.setMethodName(String value) The name of the service method or operation.AuditLog.Builder.setMethodNameBytes(com.google.protobuf.ByteString value) The name of the service method or operation.AuditLog.Builder.setNumResponseItems(long value) The number of items returned from a List or Query API method, if applicable.AuditLog.Builder.setPolicyViolationInfo(PolicyViolationInfo value) Indicates the policy violations for this request.AuditLog.Builder.setPolicyViolationInfo(PolicyViolationInfo.Builder builderForValue) Indicates the policy violations for this request.AuditLog.Builder.setRequest(com.google.protobuf.Struct value) The operation request.AuditLog.Builder.setRequest(com.google.protobuf.Struct.Builder builderForValue) The operation request.AuditLog.Builder.setRequestMetadata(RequestMetadata value) Metadata about the operation.AuditLog.Builder.setRequestMetadata(RequestMetadata.Builder builderForValue) Metadata about the operation.AuditLog.Builder.setResourceLocation(ResourceLocation value) The resource location information.AuditLog.Builder.setResourceLocation(ResourceLocation.Builder builderForValue) The resource location information.AuditLog.Builder.setResourceName(String value) The resource or collection that is the target of the operation.AuditLog.Builder.setResourceNameBytes(com.google.protobuf.ByteString value) The resource or collection that is the target of the operation.AuditLog.Builder.setResourceOriginalState(com.google.protobuf.Struct value) The resource's original state before mutation.AuditLog.Builder.setResourceOriginalState(com.google.protobuf.Struct.Builder builderForValue) The resource's original state before mutation.AuditLog.Builder.setResponse(com.google.protobuf.Struct value) The operation response.AuditLog.Builder.setResponse(com.google.protobuf.Struct.Builder builderForValue) The operation response.AuditLog.Builder.setServiceData(com.google.protobuf.Any value) Deprecated.AuditLog.Builder.setServiceData(com.google.protobuf.Any.Builder builderForValue) Deprecated.AuditLog.Builder.setServiceName(String value) The name of the API service performing the operation.AuditLog.Builder.setServiceNameBytes(com.google.protobuf.ByteString value) The name of the API service performing the operation.The status of the overall operation.AuditLog.Builder.setStatus(Status.Builder builderForValue) The status of the overall operation.AuditLog.toBuilder()