public static interface IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.ContributionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTopPrefixes(int index)
public abstract IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContribution getTopPrefixes(int index)Output only. A list of the top object prefixes driving the increase in cross-region egress.
repeated .google.storage.control.v2.IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContribution top_prefixes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContribution |
|
getTopPrefixesCount()
public abstract int getTopPrefixesCount()Output only. A list of the top object prefixes driving the increase in cross-region egress.
repeated .google.storage.control.v2.IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContribution top_prefixes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getTopPrefixesList()
public abstract List<IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContribution> getTopPrefixesList()Output only. A list of the top object prefixes driving the increase in cross-region egress.
repeated .google.storage.control.v2.IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContribution top_prefixes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<PrefixContribution> |
|
getTopPrefixesOrBuilder(int index)
public abstract IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContributionOrBuilder getTopPrefixesOrBuilder(int index)Output only. A list of the top object prefixes driving the increase in cross-region egress.
repeated .google.storage.control.v2.IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContribution top_prefixes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContributionOrBuilder |
|
getTopPrefixesOrBuilderList()
public abstract List<? extends IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContributionOrBuilder> getTopPrefixesOrBuilderList()Output only. A list of the top object prefixes driving the increase in cross-region egress.
repeated .google.storage.control.v2.IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContribution top_prefixes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.storage.control.v2.IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContributionOrBuilder> |
|