public static interface IntelligenceFinding.CrossRegionEgressSpike.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.CrossRegionEgressSpike.BucketContribution.Contribution getContribution()Output only. The details about the contribution of the bucket.
.google.storage.control.v2.IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution contribution = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution |
The contribution. |
getContributionOrBuilder()
public abstract IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.ContributionOrBuilder getContributionOrBuilder()Output only. The details about the contribution of the bucket.
.google.storage.control.v2.IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution contribution = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.ContributionOrBuilder |
|
getDetailsCase()
public abstract IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.DetailsCase getDetailsCase()| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.CrossRegionEgressSpike.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 cross-region egress for the bucket.
double percentage_increase = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
double |
The percentageIncrease. |
getTotalEgressBytes()
public abstract long getTotalEgressBytes()Output only. The total cross-region egress volume in bytes for the bucket.
int64 total_egress_bytes = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The totalEgressBytes. |
hasContribution()
public abstract boolean hasContribution()Output only. The details about the contribution of the bucket.
.google.storage.control.v2.IntelligenceFinding.CrossRegionEgressSpike.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. |