1717package com .google .api .services .beyondcorp .v1 .model ;
1818
1919/**
20- * A Beyondcorp Application resource information .
20+ * The information about an application resource .
2121 *
2222 * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323 * transmitted over HTTP when working with the BeyondCorp API. For a detailed explanation see:
@@ -37,7 +37,7 @@ public final class GoogleCloudBeyondcorpSecuritygatewaysV1Application extends co
3737 private String createTime ;
3838
3939 /**
40- * Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64
40+ * Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64
4141 * characters.
4242 * The value may be {@code null}.
4343 */
@@ -46,11 +46,11 @@ public final class GoogleCloudBeyondcorpSecuritygatewaysV1Application extends co
4646
4747 /**
4848 * Required. Endpoint matchers associated with an application. A combination of hostname and ports
49- * as endpoint matcher is used to match the application. Match conditions for OR logic. An array
49+ * as endpoint matchers is used to match the application. Match conditions for OR logic. An array
5050 * of match conditions to allow for multiple matching criteria. The rule is considered a match if
51- * one the conditions are met. The conditions can be one of the following combination (Hostname),
52- * (Hostname & Ports) EXAMPLES: Hostname - ("*.abc .com"), ("xyz.abc .com") Hostname and Ports -
53- * ("abc .com" and "22"), ("abc .com" and "22,33") etc
51+ * one of the conditions is met. The conditions can be one of the following combinations
52+ * (Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.example .com"), ("xyz.example .com")
53+ * Hostname and Ports - ("example .com" and "22"), ("example .com" and "22,33") etc
5454 * The value may be {@code null}.
5555 */
5656 @ com .google .api .client .util .Key
@@ -95,7 +95,7 @@ public GoogleCloudBeyondcorpSecuritygatewaysV1Application setCreateTime(String c
9595 }
9696
9797 /**
98- * Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64
98+ * Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64
9999 * characters.
100100 * @return value or {@code null} for none
101101 */
@@ -104,7 +104,7 @@ public java.lang.String getDisplayName() {
104104 }
105105
106106 /**
107- * Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64
107+ * Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64
108108 * characters.
109109 * @param displayName displayName or {@code null} for none
110110 */
@@ -115,11 +115,11 @@ public GoogleCloudBeyondcorpSecuritygatewaysV1Application setDisplayName(java.la
115115
116116 /**
117117 * Required. Endpoint matchers associated with an application. A combination of hostname and ports
118- * as endpoint matcher is used to match the application. Match conditions for OR logic. An array
118+ * as endpoint matchers is used to match the application. Match conditions for OR logic. An array
119119 * of match conditions to allow for multiple matching criteria. The rule is considered a match if
120- * one the conditions are met. The conditions can be one of the following combination (Hostname),
121- * (Hostname & Ports) EXAMPLES: Hostname - ("*.abc .com"), ("xyz.abc .com") Hostname and Ports -
122- * ("abc .com" and "22"), ("abc .com" and "22,33") etc
120+ * one of the conditions is met. The conditions can be one of the following combinations
121+ * (Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.example .com"), ("xyz.example .com")
122+ * Hostname and Ports - ("example .com" and "22"), ("example .com" and "22,33") etc
123123 * @return value or {@code null} for none
124124 */
125125 public java .util .List <GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher > getEndpointMatchers () {
@@ -128,11 +128,11 @@ public java.util.List<GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher> ge
128128
129129 /**
130130 * Required. Endpoint matchers associated with an application. A combination of hostname and ports
131- * as endpoint matcher is used to match the application. Match conditions for OR logic. An array
131+ * as endpoint matchers is used to match the application. Match conditions for OR logic. An array
132132 * of match conditions to allow for multiple matching criteria. The rule is considered a match if
133- * one the conditions are met. The conditions can be one of the following combination (Hostname),
134- * (Hostname & Ports) EXAMPLES: Hostname - ("*.abc .com"), ("xyz.abc .com") Hostname and Ports -
135- * ("abc .com" and "22"), ("abc .com" and "22,33") etc
133+ * one of the conditions is met. The conditions can be one of the following combinations
134+ * (Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.example .com"), ("xyz.example .com")
135+ * Hostname and Ports - ("example .com" and "22"), ("example .com" and "22,33") etc
136136 * @param endpointMatchers endpointMatchers or {@code null} for none
137137 */
138138 public GoogleCloudBeyondcorpSecuritygatewaysV1Application setEndpointMatchers (java .util .List <GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher > endpointMatchers ) {
0 commit comments