Uses of Class
com.google.iam.v1.AuditLogConfig
Packages that use AuditLogConfig
-
Uses of AuditLogConfig in com.google.iam.v1
Methods in com.google.iam.v1 that return AuditLogConfigModifier and TypeMethodDescriptionAuditLogConfig.Builder.build()AuditLogConfig.Builder.buildPartial()AuditConfig.Builder.getAuditLogConfigs(int index) The configuration for logging of each type of permission.AuditConfig.getAuditLogConfigs(int index) The configuration for logging of each type of permission.AuditConfigOrBuilder.getAuditLogConfigs(int index) The configuration for logging of each type of permission.static AuditLogConfigAuditLogConfig.getDefaultInstance()AuditLogConfig.Builder.getDefaultInstanceForType()AuditLogConfig.getDefaultInstanceForType()static AuditLogConfigAuditLogConfig.parseDelimitedFrom(InputStream input) static AuditLogConfigAuditLogConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogConfigAuditLogConfig.parseFrom(byte[] data) static AuditLogConfigAuditLogConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogConfigAuditLogConfig.parseFrom(com.google.protobuf.ByteString data) static AuditLogConfigAuditLogConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogConfigAuditLogConfig.parseFrom(com.google.protobuf.CodedInputStream input) static AuditLogConfigAuditLogConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogConfigAuditLogConfig.parseFrom(InputStream input) static AuditLogConfigAuditLogConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AuditLogConfigAuditLogConfig.parseFrom(ByteBuffer data) static AuditLogConfigAuditLogConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.iam.v1 that return types with arguments of type AuditLogConfigModifier and TypeMethodDescriptionAuditConfig.Builder.getAuditLogConfigsList()The configuration for logging of each type of permission.AuditConfig.getAuditLogConfigsList()The configuration for logging of each type of permission.AuditConfigOrBuilder.getAuditLogConfigsList()The configuration for logging of each type of permission.com.google.protobuf.Parser<AuditLogConfig>AuditLogConfig.getParserForType()static com.google.protobuf.Parser<AuditLogConfig>AuditLogConfig.parser()Methods in com.google.iam.v1 with parameters of type AuditLogConfigModifier and TypeMethodDescriptionAuditConfig.Builder.addAuditLogConfigs(int index, AuditLogConfig value) The configuration for logging of each type of permission.AuditConfig.Builder.addAuditLogConfigs(AuditLogConfig value) The configuration for logging of each type of permission.AuditLogConfig.Builder.mergeFrom(AuditLogConfig other) static AuditLogConfig.BuilderAuditLogConfig.newBuilder(AuditLogConfig prototype) AuditConfig.Builder.setAuditLogConfigs(int index, AuditLogConfig value) The configuration for logging of each type of permission.Method parameters in com.google.iam.v1 with type arguments of type AuditLogConfigModifier and TypeMethodDescriptionAuditConfig.Builder.addAllAuditLogConfigs(Iterable<? extends AuditLogConfig> values) The configuration for logging of each type of permission.