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-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1ApiSecurityConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public final class GoogleCloudApigeeV1ApiSecurityConfig extends com.google.api.c
37
37
privatejava.lang.Booleanenabled;
38
38
39
39
/**
40
-
* Output only. Time at which the API Security add-on expires in in milliseconds since epoch. If
40
+
* Output only. Time at which the API Security add-on expires in milliseconds since epoch. If
41
41
* unspecified, the add-on will never expire.
42
42
* The value may be {@code null}.
43
43
*/
@@ -62,7 +62,7 @@ public GoogleCloudApigeeV1ApiSecurityConfig setEnabled(java.lang.Boolean enabled
62
62
}
63
63
64
64
/**
65
-
* Output only. Time at which the API Security add-on expires in in milliseconds since epoch. If
65
+
* Output only. Time at which the API Security add-on expires in milliseconds since epoch. If
66
66
* unspecified, the add-on will never expire.
67
67
* @return value or {@code null} for none
68
68
*/
@@ -71,7 +71,7 @@ public java.lang.Long getExpiresAt() {
71
71
}
72
72
73
73
/**
74
-
* Output only. Time at which the API Security add-on expires in in milliseconds since epoch. If
74
+
* Output only. Time at which the API Security add-on expires in milliseconds since epoch. If
75
75
* unspecified, the add-on will never expire.
76
76
* @param expiresAt expiresAt or {@code null} for none
0 commit comments