public static interface Sku.SkuPrice.AiPlatformManagedModelUsageFee.AiPlatformManagedModelUsageMetric.CacheWriteInputTokensMetricOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |