Uses of Class
com.google.cloud.compute.v1.AuditLogConfig
-
Packages that use AuditLogConfig Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of AuditLogConfig in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AuditLogConfig Modifier and Type Method Description AuditLogConfig
AuditLogConfig.Builder. build()
AuditLogConfig
AuditLogConfig.Builder. buildPartial()
AuditLogConfig
AuditConfig.Builder. getAuditLogConfigs(int index)
The configuration for logging of each type of permission.AuditLogConfig
AuditConfig. getAuditLogConfigs(int index)
The configuration for logging of each type of permission.AuditLogConfig
AuditConfigOrBuilder. getAuditLogConfigs(int index)
The configuration for logging of each type of permission.static AuditLogConfig
AuditLogConfig. getDefaultInstance()
AuditLogConfig
AuditLogConfig.Builder. getDefaultInstanceForType()
AuditLogConfig
AuditLogConfig. getDefaultInstanceForType()
static AuditLogConfig
AuditLogConfig. parseDelimitedFrom(InputStream input)
static AuditLogConfig
AuditLogConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuditLogConfig
AuditLogConfig. parseFrom(byte[] data)
static AuditLogConfig
AuditLogConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuditLogConfig
AuditLogConfig. parseFrom(com.google.protobuf.ByteString data)
static AuditLogConfig
AuditLogConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuditLogConfig
AuditLogConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static AuditLogConfig
AuditLogConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuditLogConfig
AuditLogConfig. parseFrom(InputStream input)
static AuditLogConfig
AuditLogConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuditLogConfig
AuditLogConfig. parseFrom(ByteBuffer data)
static AuditLogConfig
AuditLogConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.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.cloud.compute.v1 with parameters of type AuditLogConfig Modifier and Type Method Description AuditConfig.Builder
AuditConfig.Builder. addAuditLogConfigs(int index, AuditLogConfig value)
The configuration for logging of each type of permission.AuditConfig.Builder
AuditConfig.Builder. addAuditLogConfigs(AuditLogConfig value)
The configuration for logging of each type of permission.AuditLogConfig.Builder
AuditLogConfig.Builder. mergeFrom(AuditLogConfig other)
static AuditLogConfig.Builder
AuditLogConfig. newBuilder(AuditLogConfig prototype)
AuditConfig.Builder
AuditConfig.Builder. setAuditLogConfigs(int index, AuditLogConfig value)
The configuration for logging of each type of permission.Method parameters in com.google.cloud.compute.v1 with type arguments of type AuditLogConfig Modifier and Type Method Description AuditConfig.Builder
AuditConfig.Builder. addAllAuditLogConfigs(Iterable<? extends AuditLogConfig> values)
The configuration for logging of each type of permission.
-