Interface Sku.SkuPrice.AiPlatformManagedModelUsageFee.AiPlatformManagedModelUsageMetric.CacheWriteInputTokensMetricOrBuilder (0.1.0)

public static interface Sku.SkuPrice.AiPlatformManagedModelUsageFee.AiPlatformManagedModelUsageMetric.CacheWriteInputTokensMetricOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTtl()

public abstract Duration getTtl()

Output only. The duration the write is retained in the cache.

.google.protobuf.Duration ttl = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Duration

The ttl.

getTtlOrBuilder()

public abstract DurationOrBuilder getTtlOrBuilder()

Output only. The duration the write is retained in the cache.

.google.protobuf.Duration ttl = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DurationOrBuilder

hasTtl()

public abstract boolean hasTtl()

Output only. The duration the write is retained in the cache.

.google.protobuf.Duration ttl = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the ttl field is set.