public static interface IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.Contribution.PrefixContributionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPercentageIncrease()
public abstract double getPercentageIncrease()Output only. The percentage increase in operations for the object prefix.
double percentage_increase = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
double |
The percentageIncrease. |
getPrefix()
public abstract String getPrefix() Output only. The object prefix.
Format: a/b/c, 'a/b/d', etc.
string prefix = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The prefix. |
getPrefixBytes()
public abstract ByteString getPrefixBytes() Output only. The object prefix.
Format: a/b/c, 'a/b/d', etc.
string prefix = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for prefix. |
getTotalOperationsCount()
public abstract long getTotalOperationsCount()Output only. The total count of operations for the object prefix.
int64 total_operations_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The totalOperationsCount. |