You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ public final class GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication exten
37
37
privateStringcreateTime;
38
38
39
39
/**
40
-
* Optional. An arbitrary user-provided name for the Route resource. Cannot exceed 64 characters.
40
+
* Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64
41
+
* characters.
41
42
* The value may be {@code null}.
42
43
*/
43
44
@com.google.api.client.util.Key
@@ -87,15 +88,17 @@ public GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication setCreateTime(Str
87
88
}
88
89
89
90
/**
90
-
* Optional. An arbitrary user-provided name for the Route resource. Cannot exceed 64 characters.
91
+
* Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64
92
+
* characters.
91
93
* @return value or {@code null} for none
92
94
*/
93
95
publicjava.lang.StringgetDisplayName() {
94
96
returndisplayName;
95
97
}
96
98
97
99
/**
98
-
* Optional. An arbitrary user-provided name for the Route resource. Cannot exceed 64 characters.
100
+
* Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64
101
+
* characters.
99
102
* @param displayName displayName or {@code null} for none
0 commit comments