public static interface IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContributionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBucket()
public abstract String getBucket()Output only. The name of the bucket.
string bucket = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The bucket. |
getBucketBytes()
public abstract ByteString getBucketBytes()Output only. The name of the bucket.
string bucket = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bucket. |
getContribution()
public abstract IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.Contribution getContribution()Output only. The details about the contribution of the bucket.
.google.storage.control.v2.IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.Contribution contribution = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.Contribution |
The contribution. |
getContributionOrBuilder()
public abstract IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.ContributionOrBuilder getContributionOrBuilder()Output only. The details about the contribution of the bucket.
.google.storage.control.v2.IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.Contribution contribution = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.ContributionOrBuilder |
|
getDetailsCase()
public abstract IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.DetailsCase getDetailsCase()| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.DetailsCase |
|
getError()
public abstract Status getError()Output only. The error related to accessing the details about the contribution of the bucket.
.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The error. |
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()Output only. The error related to accessing the details about the contribution of the bucket.
.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getPercentageIncrease()
public abstract double getPercentageIncrease()Output only. The percentage increase in operations for the bucket.
double percentage_increase = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
double |
The percentageIncrease. |
getTotalOperationsCount()
public abstract long getTotalOperationsCount()Output only. The total count of operations for the bucket.
int64 total_operations_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The totalOperationsCount. |
hasContribution()
public abstract boolean hasContribution()Output only. The details about the contribution of the bucket.
.google.storage.control.v2.IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike.BucketContribution.Contribution contribution = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the contribution field is set. |
hasError()
public abstract boolean hasError()Output only. The error related to accessing the details about the contribution of the bucket.
.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |