Skip to content

Commit a73bc61

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - resources.organizations.resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - schemas.GoogleCloudApigeeV1Instance.properties.isVersionLocked (Total Keys: 2) - schemas.GoogleCloudApigeeV1Instance.properties.maintenanceUpdatePolicy.$ref (Total Keys: 1) - schemas.GoogleCloudApigeeV1Instance.properties.scheduledMaintenance (Total Keys: 2) - schemas.GoogleCloudApigeeV1MaintenanceUpdatePolicy (Total Keys: 9) - schemas.GoogleCloudApigeeV1ScheduledMaintenance (Total Keys: 5) - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable (Total Keys: 2) - schemas.GoogleTypeTimeOfDay (Total Keys: 10)
1 parent f7bda79 commit a73bc61

File tree

3 files changed

+212
-5
lines changed

3 files changed

+212
-5
lines changed

docs/dyn/apigee_v1.organizations.instances.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,30 @@ <h3>Method Details</h3>
142142
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name for the instance.
143143
&quot;host&quot;: &quot;A String&quot;, # Output only. Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
144144
&quot;ipRange&quot;: &quot;A String&quot;, # Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats: `a.b.c.d/22` or `e.f.g.h/28` or `a.b.c.d/22,e.f.g.h/28`
145+
&quot;isVersionLocked&quot;: True or False, # Output only. Indicates whether the instance is version locked. If true, the instance will not be updated by automated runtime rollouts. This is only supported for Apigee X instances.
145146
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time the instance was last modified in milliseconds since epoch.
146147
&quot;location&quot;: &quot;A String&quot;, # Required. Compute Engine location where the instance resides.
148+
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy specifies the preferred window to perform maintenance on the instance (day of the week and time of day). # Optional. Apigee customers can set the preferred window to perform maintenance on the instance (day of the week and time of day).
149+
&quot;maintenanceChannel&quot;: &quot;A String&quot;, # Optional. Maintenance channel to specify relative scheduling for maintenance.
150+
&quot;maintenanceWindows&quot;: [ # Optional. Preferred windows to perform maintenance. Currently limited to 1.
151+
{ # MaintenanceWindow specifies the preferred day of the week and time of day to perform maintenance.
152+
&quot;day&quot;: &quot;A String&quot;, # Required. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
153+
&quot;startTime&quot;: { # Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`. # Required. The start time (UTC) of the maintenance window.
154+
&quot;hours&quot;: 42, # Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value &quot;24:00:00&quot; for scenarios like business closing time.
155+
&quot;minutes&quot;: 42, # Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
156+
&quot;nanos&quot;: 42, # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
157+
&quot;seconds&quot;: 42, # Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
158+
},
159+
},
160+
],
161+
},
147162
&quot;name&quot;: &quot;A String&quot;, # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
148163
&quot;peeringCidrRange&quot;: &quot;A String&quot;, # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
149164
&quot;port&quot;: &quot;A String&quot;, # Output only. Port number of the exposed Apigee endpoint.
150165
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
166+
&quot;scheduledMaintenance&quot;: { # Scheduled maintenance information for an instance. # Output only. Time and date of the scheduled maintenance for this instance. This field is only populated for instances that have opted into Maintenance Window and if there is an upcoming maintenance. Cleared once the maintenance is complete.
167+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time (UTC) of the scheduled maintenance.
168+
},
151169
&quot;serviceAttachment&quot;: &quot;A String&quot;, # Output only. Resource name of the service attachment created for the instance in the format: `projects/*/regions/*/serviceAttachments/*` Apigee customers can privately forward traffic to this service attachment using the PSC endpoints.
152170
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
153171
}
@@ -244,12 +262,30 @@ <h3>Method Details</h3>
244262
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name for the instance.
245263
&quot;host&quot;: &quot;A String&quot;, # Output only. Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
246264
&quot;ipRange&quot;: &quot;A String&quot;, # Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats: `a.b.c.d/22` or `e.f.g.h/28` or `a.b.c.d/22,e.f.g.h/28`
265+
&quot;isVersionLocked&quot;: True or False, # Output only. Indicates whether the instance is version locked. If true, the instance will not be updated by automated runtime rollouts. This is only supported for Apigee X instances.
247266
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time the instance was last modified in milliseconds since epoch.
248267
&quot;location&quot;: &quot;A String&quot;, # Required. Compute Engine location where the instance resides.
268+
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy specifies the preferred window to perform maintenance on the instance (day of the week and time of day). # Optional. Apigee customers can set the preferred window to perform maintenance on the instance (day of the week and time of day).
269+
&quot;maintenanceChannel&quot;: &quot;A String&quot;, # Optional. Maintenance channel to specify relative scheduling for maintenance.
270+
&quot;maintenanceWindows&quot;: [ # Optional. Preferred windows to perform maintenance. Currently limited to 1.
271+
{ # MaintenanceWindow specifies the preferred day of the week and time of day to perform maintenance.
272+
&quot;day&quot;: &quot;A String&quot;, # Required. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
273+
&quot;startTime&quot;: { # Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`. # Required. The start time (UTC) of the maintenance window.
274+
&quot;hours&quot;: 42, # Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value &quot;24:00:00&quot; for scenarios like business closing time.
275+
&quot;minutes&quot;: 42, # Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
276+
&quot;nanos&quot;: 42, # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
277+
&quot;seconds&quot;: 42, # Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
278+
},
279+
},
280+
],
281+
},
249282
&quot;name&quot;: &quot;A String&quot;, # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
250283
&quot;peeringCidrRange&quot;: &quot;A String&quot;, # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
251284
&quot;port&quot;: &quot;A String&quot;, # Output only. Port number of the exposed Apigee endpoint.
252285
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
286+
&quot;scheduledMaintenance&quot;: { # Scheduled maintenance information for an instance. # Output only. Time and date of the scheduled maintenance for this instance. This field is only populated for instances that have opted into Maintenance Window and if there is an upcoming maintenance. Cleared once the maintenance is complete.
287+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time (UTC) of the scheduled maintenance.
288+
},
253289
&quot;serviceAttachment&quot;: &quot;A String&quot;, # Output only. Resource name of the service attachment created for the instance in the format: `projects/*/regions/*/serviceAttachments/*` Apigee customers can privately forward traffic to this service attachment using the PSC endpoints.
254290
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
255291
}</pre>
@@ -287,12 +323,30 @@ <h3>Method Details</h3>
287323
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name for the instance.
288324
&quot;host&quot;: &quot;A String&quot;, # Output only. Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
289325
&quot;ipRange&quot;: &quot;A String&quot;, # Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats: `a.b.c.d/22` or `e.f.g.h/28` or `a.b.c.d/22,e.f.g.h/28`
326+
&quot;isVersionLocked&quot;: True or False, # Output only. Indicates whether the instance is version locked. If true, the instance will not be updated by automated runtime rollouts. This is only supported for Apigee X instances.
290327
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time the instance was last modified in milliseconds since epoch.
291328
&quot;location&quot;: &quot;A String&quot;, # Required. Compute Engine location where the instance resides.
329+
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy specifies the preferred window to perform maintenance on the instance (day of the week and time of day). # Optional. Apigee customers can set the preferred window to perform maintenance on the instance (day of the week and time of day).
330+
&quot;maintenanceChannel&quot;: &quot;A String&quot;, # Optional. Maintenance channel to specify relative scheduling for maintenance.
331+
&quot;maintenanceWindows&quot;: [ # Optional. Preferred windows to perform maintenance. Currently limited to 1.
332+
{ # MaintenanceWindow specifies the preferred day of the week and time of day to perform maintenance.
333+
&quot;day&quot;: &quot;A String&quot;, # Required. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
334+
&quot;startTime&quot;: { # Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`. # Required. The start time (UTC) of the maintenance window.
335+
&quot;hours&quot;: 42, # Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value &quot;24:00:00&quot; for scenarios like business closing time.
336+
&quot;minutes&quot;: 42, # Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
337+
&quot;nanos&quot;: 42, # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
338+
&quot;seconds&quot;: 42, # Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
339+
},
340+
},
341+
],
342+
},
292343
&quot;name&quot;: &quot;A String&quot;, # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
293344
&quot;peeringCidrRange&quot;: &quot;A String&quot;, # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
294345
&quot;port&quot;: &quot;A String&quot;, # Output only. Port number of the exposed Apigee endpoint.
295346
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
347+
&quot;scheduledMaintenance&quot;: { # Scheduled maintenance information for an instance. # Output only. Time and date of the scheduled maintenance for this instance. This field is only populated for instances that have opted into Maintenance Window and if there is an upcoming maintenance. Cleared once the maintenance is complete.
348+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time (UTC) of the scheduled maintenance.
349+
},
296350
&quot;serviceAttachment&quot;: &quot;A String&quot;, # Output only. Resource name of the service attachment created for the instance in the format: `projects/*/regions/*/serviceAttachments/*` Apigee customers can privately forward traffic to this service attachment using the PSC endpoints.
297351
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
298352
},
@@ -338,12 +392,30 @@ <h3>Method Details</h3>
338392
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name for the instance.
339393
&quot;host&quot;: &quot;A String&quot;, # Output only. Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
340394
&quot;ipRange&quot;: &quot;A String&quot;, # Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats: `a.b.c.d/22` or `e.f.g.h/28` or `a.b.c.d/22,e.f.g.h/28`
395+
&quot;isVersionLocked&quot;: True or False, # Output only. Indicates whether the instance is version locked. If true, the instance will not be updated by automated runtime rollouts. This is only supported for Apigee X instances.
341396
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Time the instance was last modified in milliseconds since epoch.
342397
&quot;location&quot;: &quot;A String&quot;, # Required. Compute Engine location where the instance resides.
398+
&quot;maintenanceUpdatePolicy&quot;: { # MaintenanceUpdatePolicy specifies the preferred window to perform maintenance on the instance (day of the week and time of day). # Optional. Apigee customers can set the preferred window to perform maintenance on the instance (day of the week and time of day).
399+
&quot;maintenanceChannel&quot;: &quot;A String&quot;, # Optional. Maintenance channel to specify relative scheduling for maintenance.
400+
&quot;maintenanceWindows&quot;: [ # Optional. Preferred windows to perform maintenance. Currently limited to 1.
401+
{ # MaintenanceWindow specifies the preferred day of the week and time of day to perform maintenance.
402+
&quot;day&quot;: &quot;A String&quot;, # Required. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
403+
&quot;startTime&quot;: { # Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`. # Required. The start time (UTC) of the maintenance window.
404+
&quot;hours&quot;: 42, # Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value &quot;24:00:00&quot; for scenarios like business closing time.
405+
&quot;minutes&quot;: 42, # Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
406+
&quot;nanos&quot;: 42, # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
407+
&quot;seconds&quot;: 42, # Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
408+
},
409+
},
410+
],
411+
},
343412
&quot;name&quot;: &quot;A String&quot;, # Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.
344413
&quot;peeringCidrRange&quot;: &quot;A String&quot;, # Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.
345414
&quot;port&quot;: &quot;A String&quot;, # Output only. Port number of the exposed Apigee endpoint.
346415
&quot;runtimeVersion&quot;: &quot;A String&quot;, # Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
416+
&quot;scheduledMaintenance&quot;: { # Scheduled maintenance information for an instance. # Output only. Time and date of the scheduled maintenance for this instance. This field is only populated for instances that have opted into Maintenance Window and if there is an upcoming maintenance. Cleared once the maintenance is complete.
417+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The start time (UTC) of the scheduled maintenance.
418+
},
347419
&quot;serviceAttachment&quot;: &quot;A String&quot;, # Output only. Resource name of the service attachment created for the instance in the format: `projects/*/regions/*/serviceAttachments/*` Apigee customers can privately forward traffic to this service attachment using the PSC endpoints.
348420
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.
349421
}

0 commit comments

Comments
 (0)