Interface ManagedFolder.RapidCacheConfig.RapidCachePolicyOrBuilder (2.71.0)

public static interface ManagedFolder.RapidCacheConfig.RapidCachePolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIngestOnWrite()

public abstract ManagedFolder.RapidCacheConfig.RapidCachePolicy.IngestOnWrite getIngestOnWrite()

Required. If enabled, objects in the Managed Folder will be ingested into the cache when they are written.

.google.storage.control.v2.ManagedFolder.RapidCacheConfig.RapidCachePolicy.IngestOnWrite ingest_on_write = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ManagedFolder.RapidCacheConfig.RapidCachePolicy.IngestOnWrite

The ingestOnWrite.

getIngestOnWriteValue()

public abstract int getIngestOnWriteValue()

Required. If enabled, objects in the Managed Folder will be ingested into the cache when they are written.

.google.storage.control.v2.ManagedFolder.RapidCacheConfig.RapidCachePolicy.IngestOnWrite ingest_on_write = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for ingestOnWrite.

getRapidCacheId()

public abstract String getRapidCacheId()

Required. The identifier for the rapid cache.

string rapid_cache_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The rapidCacheId.

getRapidCacheIdBytes()

public abstract ByteString getRapidCacheIdBytes()

Required. The identifier for the rapid cache.

string rapid_cache_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for rapidCacheId.