17
17
package com .google .api .services .beyondcorp .v1 .model ;
18
18
19
19
/**
20
- * A Beyondcorp Application resource information .
20
+ * The information about an application resource .
21
21
*
22
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23
23
* transmitted over HTTP when working with the BeyondCorp API. For a detailed explanation see:
@@ -37,7 +37,7 @@ public final class GoogleCloudBeyondcorpSecuritygatewaysV1Application extends co
37
37
private String createTime ;
38
38
39
39
/**
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
41
41
* characters.
42
42
* The value may be {@code null}.
43
43
*/
@@ -46,11 +46,11 @@ public final class GoogleCloudBeyondcorpSecuritygatewaysV1Application extends co
46
46
47
47
/**
48
48
* 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
50
50
* 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
54
54
* The value may be {@code null}.
55
55
*/
56
56
@ com .google .api .client .util .Key
@@ -95,7 +95,7 @@ public GoogleCloudBeyondcorpSecuritygatewaysV1Application setCreateTime(String c
95
95
}
96
96
97
97
/**
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
99
99
* characters.
100
100
* @return value or {@code null} for none
101
101
*/
@@ -104,7 +104,7 @@ public java.lang.String getDisplayName() {
104
104
}
105
105
106
106
/**
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
108
108
* characters.
109
109
* @param displayName displayName or {@code null} for none
110
110
*/
@@ -115,11 +115,11 @@ public GoogleCloudBeyondcorpSecuritygatewaysV1Application setDisplayName(java.la
115
115
116
116
/**
117
117
* 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
119
119
* 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
123
123
* @return value or {@code null} for none
124
124
*/
125
125
public java .util .List <GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher > getEndpointMatchers () {
@@ -128,11 +128,11 @@ public java.util.List<GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher> ge
128
128
129
129
/**
130
130
* 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
132
132
* 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
136
136
* @param endpointMatchers endpointMatchers or {@code null} for none
137
137
*/
138
138
public GoogleCloudBeyondcorpSecuritygatewaysV1Application setEndpointMatchers (java .util .List <GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher > endpointMatchers ) {
0 commit comments