Class AppProfile.StandardIsolationPolicy (2.67.1)
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
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]