Send feedback
Class AppProfile.StandardIsolationPolicy (2.30.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.30.0 keyboard_arrow_down
public static class AppProfile.StandardIsolationPolicy implements AppProfile.IsolationPolicy
A standard IsolationPolicy for isolating this app profile's traffic from other use
cases. This accomplished by assigning different priorities to app profiles. A request that uses
an app profile with a StandardIsolationPolicy with a HIGH priority will likely run before a
request with a LOW priority.
Inheritance
Object >
AppProfile.StandardIsolationPolicy
Static Methods
of()
public static AppProfile.StandardIsolationPolicy of()
Creates a new instance of StandardIsolationPolicy .
of(AppProfile.Priority priority)
public static AppProfile.StandardIsolationPolicy of(AppProfile.Priority priority)
Creates a new instance of StandardIsolationPolicy with the specified priority.
Methods
equals(Object o)
public boolean equals(Object o)
Parameter Name Description o
Object
Overrides
getPriority()
public AppProfile.Priority getPriority()
hashCode()
Returns Type Description int
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 2024-09-05 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{
"lastModified": "Last updated 2024-09-05 UTC.",
"confidential": False
}