Enum BucketDestination.Format (0.7.0)

public enum BucketDestination.Format extends Enum<BucketDestination.Format> implements ProtocolMessageEnum

The set of options for the framework audit format.

Protobuf enum google.cloud.cloudsecuritycompliance.v1.BucketDestination.Format

Implements

ProtocolMessageEnum

Static Fields

Name Description
FORMAT_UNSPECIFIED

Default value. This value is unused.

FORMAT_UNSPECIFIED = 0;

FORMAT_UNSPECIFIED_VALUE

Default value. This value is unused.

FORMAT_UNSPECIFIED = 0;

ODF

The format for the framework audit report is Open Document.

ODF = 1;

ODF_VALUE

The format for the framework audit report is Open Document.

ODF = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()