- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.6
- 3.3.6
- 3.2.10
public class AlertPolicyConditionName implements ResourceName
AUTO-GENERATED DOCUMENTATION AND CLASS
Implements
com.google.api.resourcenames.ResourceNameStatic Methods
format(String project, String alertPolicy, String condition)
public static String format(String project, String alertPolicy, String condition)
Name | Description |
project | String |
alertPolicy | String |
condition | String |
Type | Description |
String |
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Name | Description |
formattedString | String |
Type | Description |
boolean |
newBuilder()
public static AlertPolicyConditionName.Builder newBuilder()
Type | Description |
AlertPolicyConditionName.Builder |
of(String project, String alertPolicy, String condition)
public static AlertPolicyConditionName of(String project, String alertPolicy, String condition)
Name | Description |
project | String |
alertPolicy | String |
condition | String |
Type | Description |
AlertPolicyConditionName |
parse(String formattedString)
public static AlertPolicyConditionName parse(String formattedString)
Name | Description |
formattedString | String |
Type | Description |
AlertPolicyConditionName |
parseList(List<String> formattedStrings)
public static List<AlertPolicyConditionName> parseList(List<String> formattedStrings)
Name | Description |
formattedStrings | List<String> |
Type | Description |
List<AlertPolicyConditionName> |
toStringList(List<AlertPolicyConditionName> values)
public static List<String> toStringList(List<AlertPolicyConditionName> values)
Name | Description |
values | List<AlertPolicyConditionName> |
Type | Description |
List<String> |
Methods
equals(Object o)
public boolean equals(Object o)
Name | Description |
o | Object |
Type | Description |
boolean |
getAlertPolicy()
public String getAlertPolicy()
Type | Description |
String |
getCondition()
public String getCondition()
Type | Description |
String |
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)
Name | Description |
fieldName | String |
Type | Description |
String |
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()
Type | Description |
Map<String,String> |
getProject()
public String getProject()
Type | Description |
String |
hashCode()
public int hashCode()
Type | Description |
int |
toBuilder()
public AlertPolicyConditionName.Builder toBuilder()
Type | Description |
AlertPolicyConditionName.Builder |
toString()
public String toString()
Type | Description |
String |