Enum ManagedFolder.RapidCacheConfig.RapidCachePolicy.IngestOnWrite (2.71.0)

public enum ManagedFolder.RapidCacheConfig.RapidCachePolicy.IngestOnWrite extends Enum<ManagedFolder.RapidCacheConfig.RapidCachePolicy.IngestOnWrite> implements ProtocolMessageEnum

The behavior of the rapid cache when an object is written.

Protobuf enum google.storage.control.v2.ManagedFolder.RapidCacheConfig.RapidCachePolicy.IngestOnWrite

Implements

ProtocolMessageEnum

Static Fields

Name Description
INGEST_ON_WRITE_ENABLED

Ingestion on write is explicitly enabled for this resource.

INGEST_ON_WRITE_ENABLED = 1;

INGEST_ON_WRITE_ENABLED_VALUE

Ingestion on write is explicitly enabled for this resource.

INGEST_ON_WRITE_ENABLED = 1;

INGEST_ON_WRITE_UNSPECIFIED

The behavior is not specified at this resource level. It should be inherited from the parent resource's configuration. This is the default value.

INGEST_ON_WRITE_UNSPECIFIED = 0;

INGEST_ON_WRITE_UNSPECIFIED_VALUE

The behavior is not specified at this resource level. It should be inherited from the parent resource's configuration. This is the default value.

INGEST_ON_WRITE_UNSPECIFIED = 0;

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()