Uses of Class
com.google.iam.v1.AuditLogConfig
-
Packages that use AuditLogConfig Package Description com.google.iam.v1 -
-
Uses of AuditLogConfig in com.google.iam.v1
Methods in com.google.iam.v1 that return AuditLogConfig Modifier and Type Method Description AuditLogConfigAuditLogConfig.Builder. build()AuditLogConfigAuditLogConfig.Builder. buildPartial()AuditLogConfigAuditConfig.Builder. getAuditLogConfigs(int index)The configuration for logging of each type of permission.AuditLogConfigAuditConfig. getAuditLogConfigs(int index)The configuration for logging of each type of permission.AuditLogConfigAuditConfigOrBuilder. getAuditLogConfigs(int index)The configuration for logging of each type of permission.static AuditLogConfigAuditLogConfig. getDefaultInstance()AuditLogConfigAuditLogConfig.Builder. getDefaultInstanceForType()AuditLogConfigAuditLogConfig. 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 AuditLogConfig Modifier and Type Method Description List<AuditLogConfig>AuditConfig.Builder. getAuditLogConfigsList()The configuration for logging of each type of permission.List<AuditLogConfig>AuditConfig. getAuditLogConfigsList()The configuration for logging of each type of permission.List<AuditLogConfig>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 AuditLogConfig Modifier and Type Method Description AuditConfig.BuilderAuditConfig.Builder. addAuditLogConfigs(int index, AuditLogConfig value)The configuration for logging of each type of permission.AuditConfig.BuilderAuditConfig.Builder. addAuditLogConfigs(AuditLogConfig value)The configuration for logging of each type of permission.AuditLogConfig.BuilderAuditLogConfig.Builder. mergeFrom(AuditLogConfig other)static AuditLogConfig.BuilderAuditLogConfig. newBuilder(AuditLogConfig prototype)AuditConfig.BuilderAuditConfig.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 AuditLogConfig Modifier and Type Method Description AuditConfig.BuilderAuditConfig.Builder. addAllAuditLogConfigs(Iterable<? extends AuditLogConfig> values)The configuration for logging of each type of permission.
-