Uses of Class
com.google.iam.v1.AuditConfigDelta.Builder
Packages that use AuditConfigDelta.Builder
-
Uses of AuditConfigDelta.Builder in com.google.iam.v1
Methods in com.google.iam.v1 that return AuditConfigDelta.BuilderModifier and TypeMethodDescriptionPolicyDelta.Builder.addAuditConfigDeltasBuilder()The delta for AuditConfigs between two policies.PolicyDelta.Builder.addAuditConfigDeltasBuilder(int index) The delta for AuditConfigs between two policies.AuditConfigDelta.Builder.clear()AuditConfigDelta.Builder.clearAction()The action that was performed on an audit configuration in a policy.AuditConfigDelta.Builder.clearExemptedMember()A single identity that is exempted from "data access" audit logging for the `service` specified above.AuditConfigDelta.Builder.clearLogType()Specifies the log_type that was be enabled.AuditConfigDelta.Builder.clearService()Specifies a service that was configured for Cloud Audit Logging.PolicyDelta.Builder.getAuditConfigDeltasBuilder(int index) The delta for AuditConfigs between two policies.AuditConfigDelta.Builder.mergeFrom(AuditConfigDelta other) AuditConfigDelta.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AuditConfigDelta.Builder.mergeFrom(com.google.protobuf.Message other) static AuditConfigDelta.BuilderAuditConfigDelta.newBuilder()static AuditConfigDelta.BuilderAuditConfigDelta.newBuilder(AuditConfigDelta prototype) AuditConfigDelta.newBuilderForType()protected AuditConfigDelta.BuilderAuditConfigDelta.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) AuditConfigDelta.Builder.setAction(AuditConfigDelta.Action value) The action that was performed on an audit configuration in a policy.AuditConfigDelta.Builder.setActionValue(int value) The action that was performed on an audit configuration in a policy.AuditConfigDelta.Builder.setExemptedMember(String value) A single identity that is exempted from "data access" audit logging for the `service` specified above.AuditConfigDelta.Builder.setExemptedMemberBytes(com.google.protobuf.ByteString value) A single identity that is exempted from "data access" audit logging for the `service` specified above.AuditConfigDelta.Builder.setLogType(String value) Specifies the log_type that was be enabled.AuditConfigDelta.Builder.setLogTypeBytes(com.google.protobuf.ByteString value) Specifies the log_type that was be enabled.AuditConfigDelta.Builder.setService(String value) Specifies a service that was configured for Cloud Audit Logging.AuditConfigDelta.Builder.setServiceBytes(com.google.protobuf.ByteString value) Specifies a service that was configured for Cloud Audit Logging.AuditConfigDelta.toBuilder()Methods in com.google.iam.v1 that return types with arguments of type AuditConfigDelta.BuilderModifier and TypeMethodDescriptionPolicyDelta.Builder.getAuditConfigDeltasBuilderList()The delta for AuditConfigs between two policies.Methods in com.google.iam.v1 with parameters of type AuditConfigDelta.BuilderModifier and TypeMethodDescriptionPolicyDelta.Builder.addAuditConfigDeltas(int index, AuditConfigDelta.Builder builderForValue) The delta for AuditConfigs between two policies.PolicyDelta.Builder.addAuditConfigDeltas(AuditConfigDelta.Builder builderForValue) The delta for AuditConfigs between two policies.PolicyDelta.Builder.setAuditConfigDeltas(int index, AuditConfigDelta.Builder builderForValue) The delta for AuditConfigs between two policies.