Class AuditLogConfig (1.47.0)

public final class AuditLogConfig extends GeneratedMessageV3 implements AuditLogConfigOrBuilder

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

Protobuf type google.cloud.compute.v1.AuditLogConfig

Static Fields

EXEMPTED_MEMBERS_FIELD_NUMBER

public static final int EXEMPTED_MEMBERS_FIELD_NUMBER
Field Value
TypeDescription
int

IGNORE_CHILD_EXEMPTIONS_FIELD_NUMBER

public static final int IGNORE_CHILD_EXEMPTIONS_FIELD_NUMBER
Field Value
TypeDescription
int

LOG_TYPE_FIELD_NUMBER

public static final int LOG_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AuditLogConfig getDefaultInstance()
Returns
TypeDescription
AuditLogConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AuditLogConfig.Builder newBuilder()
Returns
TypeDescription
AuditLogConfig.Builder

newBuilder(AuditLogConfig prototype)

public static AuditLogConfig.Builder newBuilder(AuditLogConfig prototype)
Parameter
NameDescription
prototypeAuditLogConfig
Returns
TypeDescription
AuditLogConfig.Builder

parseDelimitedFrom(InputStream input)

public static AuditLogConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AuditLogConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AuditLogConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AuditLogConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AuditLogConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AuditLogConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AuditLogConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AuditLogConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AuditLogConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AuditLogConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AuditLogConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AuditLogConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AuditLogConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AuditLogConfig> parser()
Returns
TypeDescription
Parser<AuditLogConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public AuditLogConfig getDefaultInstanceForType()
Returns
TypeDescription
AuditLogConfig

getExemptedMembers(int index)

public String getExemptedMembers(int index)

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

repeated string exempted_members = 232615576;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The exemptedMembers at the given index.

getExemptedMembersBytes(int index)

public ByteString getExemptedMembersBytes(int index)

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

repeated string exempted_members = 232615576;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the exemptedMembers at the given index.

getExemptedMembersCount()

public int getExemptedMembersCount()

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

repeated string exempted_members = 232615576;

Returns
TypeDescription
int

The count of exemptedMembers.

getExemptedMembersList()

public ProtocolStringList getExemptedMembersList()

Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.

repeated string exempted_members = 232615576;

Returns
TypeDescription
ProtocolStringList

A list containing the exemptedMembers.

getIgnoreChildExemptions()

public boolean getIgnoreChildExemptions()

This is deprecated and has no effect. Do not use.

optional bool ignore_child_exemptions = 70141850;

Returns
TypeDescription
boolean

The ignoreChildExemptions.

getLogType()

public String getLogType()

The log type that this config enables. Check the LogType enum for the list of possible values.

optional string log_type = 403115861;

Returns
TypeDescription
String

The logType.

getLogTypeBytes()

public ByteString getLogTypeBytes()

The log type that this config enables. Check the LogType enum for the list of possible values.

optional string log_type = 403115861;

Returns
TypeDescription
ByteString

The bytes for logType.

getParserForType()

public Parser<AuditLogConfig> getParserForType()
Returns
TypeDescription
Parser<AuditLogConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasIgnoreChildExemptions()

public boolean hasIgnoreChildExemptions()

This is deprecated and has no effect. Do not use.

optional bool ignore_child_exemptions = 70141850;

Returns
TypeDescription
boolean

Whether the ignoreChildExemptions field is set.

hasLogType()

public boolean hasLogType()

The log type that this config enables. Check the LogType enum for the list of possible values.

optional string log_type = 403115861;

Returns
TypeDescription
boolean

Whether the logType field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AuditLogConfig.Builder newBuilderForType()
Returns
TypeDescription
AuditLogConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AuditLogConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AuditLogConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AuditLogConfig.Builder toBuilder()
Returns
TypeDescription
AuditLogConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException