Send feedback
Class InterconnectApplicationAwareInterconnect (1.86.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class InterconnectApplicationAwareInterconnect extends GeneratedMessageV3 implements InterconnectApplicationAwareInterconnectOrBuilder
Configuration information for application awareness on this Cloud Interconnect.
Protobuf type google.cloud.compute.v1.InterconnectApplicationAwareInterconnect
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BANDWIDTH_PERCENTAGE_POLICY_FIELD_NUMBER
public static final int BANDWIDTH_PERCENTAGE_POLICY_FIELD_NUMBER
Field Value
Type
Description
int
PROFILE_DESCRIPTION_FIELD_NUMBER
public static final int PROFILE_DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
SHAPE_AVERAGE_PERCENTAGES_FIELD_NUMBER
public static final int SHAPE_AVERAGE_PERCENTAGES_FIELD_NUMBER
Field Value
Type
Description
int
STRICT_PRIORITY_POLICY_FIELD_NUMBER
public static final int STRICT_PRIORITY_POLICY_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static InterconnectApplicationAwareInterconnect getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InterconnectApplicationAwareInterconnect . Builder newBuilder ()
newBuilder(InterconnectApplicationAwareInterconnect prototype)
public static InterconnectApplicationAwareInterconnect . Builder newBuilder ( InterconnectApplicationAwareInterconnect prototype )
public static InterconnectApplicationAwareInterconnect parseDelimitedFrom ( InputStream input )
public static InterconnectApplicationAwareInterconnect parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InterconnectApplicationAwareInterconnect parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InterconnectApplicationAwareInterconnect parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InterconnectApplicationAwareInterconnect parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InterconnectApplicationAwareInterconnect parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InterconnectApplicationAwareInterconnect parseFrom ( CodedInputStream input )
public static InterconnectApplicationAwareInterconnect parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InterconnectApplicationAwareInterconnect parseFrom ( InputStream input )
public static InterconnectApplicationAwareInterconnect parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InterconnectApplicationAwareInterconnect parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InterconnectApplicationAwareInterconnect parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InterconnectApplicationAwareInterconnect> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getBandwidthPercentagePolicy()
public InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy getBandwidthPercentagePolicy ()
optional .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy bandwidth_percentage_policy = 187018857;
getBandwidthPercentagePolicyOrBuilder()
public InterconnectApplicationAwareInterconnectBandwidthPercentagePolicyOrBuilder getBandwidthPercentagePolicyOrBuilder ()
optional .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy bandwidth_percentage_policy = 187018857;
getDefaultInstanceForType()
public InterconnectApplicationAwareInterconnect getDefaultInstanceForType ()
getParserForType()
public Parser<InterconnectApplicationAwareInterconnect> getParserForType ()
Overrides
getProfileDescription()
public String getProfileDescription ()
Description for the application awareness profile on this Cloud Interconnect.
optional string profile_description = 262813286;
Returns
Type
Description
String
The profileDescription.
getProfileDescriptionBytes()
public ByteString getProfileDescriptionBytes ()
Description for the application awareness profile on this Cloud Interconnect.
optional string profile_description = 262813286;
Returns
Type
Description
ByteString
The bytes for profileDescription.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getShapeAveragePercentages(int index)
public InterconnectApplicationAwareInterconnectBandwidthPercentage getShapeAveragePercentages ( int index )
Optional field to specify a list of shape average percentages to be applied in conjunction with StrictPriorityPolicy or BandwidthPercentagePolicy.
repeated .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentage shape_average_percentages = 259857497;
Parameter
Name
Description
index
int
getShapeAveragePercentagesCount()
public int getShapeAveragePercentagesCount ()
Optional field to specify a list of shape average percentages to be applied in conjunction with StrictPriorityPolicy or BandwidthPercentagePolicy.
repeated .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentage shape_average_percentages = 259857497;
Returns
Type
Description
int
getShapeAveragePercentagesList()
public List<InterconnectApplicationAwareInterconnectBandwidthPercentage> getShapeAveragePercentagesList ()
Optional field to specify a list of shape average percentages to be applied in conjunction with StrictPriorityPolicy or BandwidthPercentagePolicy.
repeated .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentage shape_average_percentages = 259857497;
getShapeAveragePercentagesOrBuilder(int index)
public InterconnectApplicationAwareInterconnectBandwidthPercentageOrBuilder getShapeAveragePercentagesOrBuilder ( int index )
Optional field to specify a list of shape average percentages to be applied in conjunction with StrictPriorityPolicy or BandwidthPercentagePolicy.
repeated .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentage shape_average_percentages = 259857497;
Parameter
Name
Description
index
int
getShapeAveragePercentagesOrBuilderList()
public List <? extends InterconnectApplicationAwareInterconnectBandwidthPercentageOrBuilder > getShapeAveragePercentagesOrBuilderList ()
Optional field to specify a list of shape average percentages to be applied in conjunction with StrictPriorityPolicy or BandwidthPercentagePolicy.
repeated .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentage shape_average_percentages = 259857497;
Returns
Type
Description
List <? extends com.google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentageOrBuilder >
getStrictPriorityPolicy()
public InterconnectApplicationAwareInterconnectStrictPriorityPolicy getStrictPriorityPolicy ()
optional .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectStrictPriorityPolicy strict_priority_policy = 145083063;
getStrictPriorityPolicyOrBuilder()
public InterconnectApplicationAwareInterconnectStrictPriorityPolicyOrBuilder getStrictPriorityPolicyOrBuilder ()
optional .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectStrictPriorityPolicy strict_priority_policy = 145083063;
hasBandwidthPercentagePolicy()
public boolean hasBandwidthPercentagePolicy ()
optional .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy bandwidth_percentage_policy = 187018857;
Returns
Type
Description
boolean
Whether the bandwidthPercentagePolicy field is set.
hasProfileDescription()
public boolean hasProfileDescription ()
Description for the application awareness profile on this Cloud Interconnect.
optional string profile_description = 262813286;
Returns
Type
Description
boolean
Whether the profileDescription field is set.
hasStrictPriorityPolicy()
public boolean hasStrictPriorityPolicy ()
optional .google.cloud.compute.v1.InterconnectApplicationAwareInterconnectStrictPriorityPolicy strict_priority_policy = 145083063;
Returns
Type
Description
boolean
Whether the strictPriorityPolicy field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InterconnectApplicationAwareInterconnect . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InterconnectApplicationAwareInterconnect . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public InterconnectApplicationAwareInterconnect . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]