Skip to content

Commit cd67d75

Browse files
chore: Update discovery artifacts (#2408)
## Deleted keys were detected in the following stable discovery artifacts: gmail v1 https://togithub.com/googleapis/google-api-python-client/commit/dd4ac5ece675c3fe972bc0f26e28e85569c5b35e redis v1 https://togithub.com/googleapis/google-api-python-client/commit/eae37c179f5d461dd60fc265519a80f75c2bf1ab ## Deleted keys were detected in the following pre-stable discovery artifacts: redis v1beta1 https://togithub.com/googleapis/google-api-python-client/commit/eae37c179f5d461dd60fc265519a80f75c2bf1ab ## Discovery Artifact Change Summary: feat(alloydb): update the api https://togithub.com/googleapis/google-api-python-client/commit/985f437c5e7cd10e5106ce4b598d923395077cbf feat(artifactregistry): update the api https://togithub.com/googleapis/google-api-python-client/commit/9e423cc4f43da4f35fe8821c948a28be795907d5 feat(batch): update the api https://togithub.com/googleapis/google-api-python-client/commit/ba0431766e462b2adc9b862b54ffbc4ef85a4979 feat(beyondcorp): update the api https://togithub.com/googleapis/google-api-python-client/commit/be1c3bacacd1e2ec91970b9e1a92cc4dbc97b68d feat(composer): update the api https://togithub.com/googleapis/google-api-python-client/commit/d2c3bcc559795030c10d0d07d17a886f19583144 feat(compute): update the api https://togithub.com/googleapis/google-api-python-client/commit/0c10b3e004975b51a21aec75e314fca591192fbe feat(contactcenteraiplatform): update the api https://togithub.com/googleapis/google-api-python-client/commit/49125cd59c00dbcab6cc0d110d7e4b1f9d7ac91b fix(drive): update the api https://togithub.com/googleapis/google-api-python-client/commit/a81d8815173fde0656a9ee9740462ab78da72219 feat(file): update the api https://togithub.com/googleapis/google-api-python-client/commit/0c890d872f0f5d9c02ba490d9015f8645bfd2085 feat(firebaseml): update the api https://togithub.com/googleapis/google-api-python-client/commit/95a3704ef52fe15964d129642b37d24ed80b5f03 feat(gkebackup): update the api https://togithub.com/googleapis/google-api-python-client/commit/aebb7edfd1f2327abb019cd560928d16420a61a9 feat(gmail): update the api https://togithub.com/googleapis/google-api-python-client/commit/dd4ac5ece675c3fe972bc0f26e28e85569c5b35e feat(ids): update the api https://togithub.com/googleapis/google-api-python-client/commit/fde8627c6e409895b5ad7798163af6db56c0e6cb feat(networkmanagement): update the api https://togithub.com/googleapis/google-api-python-client/commit/3d45dcd5ba9049935e3242afd31e1ff1a3fb45b8 feat(networkservices): update the api https://togithub.com/googleapis/google-api-python-client/commit/2e90d399a335e349a7ce7903d80060ac63a9bd0b fix(prod_tt_sasportal): update the api https://togithub.com/googleapis/google-api-python-client/commit/6d15113329738f1c5c7e63605e5d5d3a11a40c93 feat(recaptchaenterprise): update the api https://togithub.com/googleapis/google-api-python-client/commit/1f3de83e57ae5bee7e4db9aa22de04975a2de3c0 feat(redis): update the api https://togithub.com/googleapis/google-api-python-client/commit/eae37c179f5d461dd60fc265519a80f75c2bf1ab fix(sasportal): update the api https://togithub.com/googleapis/google-api-python-client/commit/ef4e2be27ace27d262c2f957d8d063f5c6d11fd7 fix(secretmanager): update the api https://togithub.com/googleapis/google-api-python-client/commit/e14d8f617d8fe090482b513752656c55835844e2 feat(sqladmin): update the api https://togithub.com/googleapis/google-api-python-client/commit/513380fcf78f58a4b14474487a26536f7071b903 feat(storage): update the api https://togithub.com/googleapis/google-api-python-client/commit/24eff0dac6c1b2766f7459ed8a2db0a76cc1a677 feat(tasks): update the api https://togithub.com/googleapis/google-api-python-client/commit/8d023a2567d07196d38b0cac0efd0e2e0df7d623 feat(workstations): update the api https://togithub.com/googleapis/google-api-python-client/commit/2997a4a46808e57bf96a994681d0d5801c95e808
1 parent c4023cb commit cd67d75

File tree

482 files changed

+8359
-2036
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+8359
-2036
lines changed

docs/dyn/alloydb_v1alpha.projects.locations.clusters.instances.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ <h3>Method Details</h3>
163163
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
164164
},
165165
],
166+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
166167
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
167168
},
168169
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -183,6 +184,9 @@ <h3>Method Details</h3>
183184
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
184185
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
185186
},
187+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
188+
&quot;A String&quot;,
189+
],
186190
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
187191
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
188192
&quot;A String&quot;,
@@ -296,6 +300,7 @@ <h3>Method Details</h3>
296300
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
297301
},
298302
],
303+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
299304
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
300305
},
301306
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -316,6 +321,9 @@ <h3>Method Details</h3>
316321
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
317322
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
318323
},
324+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
325+
&quot;A String&quot;,
326+
],
319327
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
320328
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
321329
&quot;A String&quot;,
@@ -520,6 +528,7 @@ <h3>Method Details</h3>
520528
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
521529
},
522530
],
531+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
523532
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
524533
},
525534
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -540,6 +549,9 @@ <h3>Method Details</h3>
540549
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
541550
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
542551
},
552+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
553+
&quot;A String&quot;,
554+
],
543555
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
544556
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
545557
&quot;A String&quot;,
@@ -704,6 +716,7 @@ <h3>Method Details</h3>
704716
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
705717
},
706718
],
719+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
707720
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
708721
},
709722
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -724,6 +737,9 @@ <h3>Method Details</h3>
724737
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
725738
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
726739
},
740+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
741+
&quot;A String&quot;,
742+
],
727743
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
728744
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
729745
&quot;A String&quot;,
@@ -826,6 +842,7 @@ <h3>Method Details</h3>
826842
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
827843
},
828844
],
845+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
829846
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
830847
},
831848
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -846,6 +863,9 @@ <h3>Method Details</h3>
846863
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
847864
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
848865
},
866+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
867+
&quot;A String&quot;,
868+
],
849869
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
850870
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
851871
&quot;A String&quot;,

docs/dyn/alloydb_v1beta.projects.locations.clusters.instances.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ <h3>Method Details</h3>
163163
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
164164
},
165165
],
166+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
166167
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
167168
},
168169
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -183,6 +184,9 @@ <h3>Method Details</h3>
183184
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
184185
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
185186
},
187+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
188+
&quot;A String&quot;,
189+
],
186190
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
187191
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
188192
&quot;A String&quot;,
@@ -295,6 +299,7 @@ <h3>Method Details</h3>
295299
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
296300
},
297301
],
302+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
298303
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
299304
},
300305
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -315,6 +320,9 @@ <h3>Method Details</h3>
315320
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
316321
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
317322
},
323+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
324+
&quot;A String&quot;,
325+
],
318326
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
319327
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
320328
&quot;A String&quot;,
@@ -518,6 +526,7 @@ <h3>Method Details</h3>
518526
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
519527
},
520528
],
529+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
521530
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
522531
},
523532
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -538,6 +547,9 @@ <h3>Method Details</h3>
538547
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
539548
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
540549
},
550+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
551+
&quot;A String&quot;,
552+
],
541553
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
542554
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
543555
&quot;A String&quot;,
@@ -701,6 +713,7 @@ <h3>Method Details</h3>
701713
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
702714
},
703715
],
716+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
704717
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
705718
},
706719
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -721,6 +734,9 @@ <h3>Method Details</h3>
721734
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
722735
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
723736
},
737+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
738+
&quot;A String&quot;,
739+
],
724740
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
725741
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
726742
&quot;A String&quot;,
@@ -822,6 +838,7 @@ <h3>Method Details</h3>
822838
&quot;cidrRange&quot;: &quot;A String&quot;, # CIDR range for one authorzied network of the instance.
823839
},
824840
],
841+
&quot;enableOutboundPublicIp&quot;: True or False, # Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
825842
&quot;enablePublicIp&quot;: True or False, # Optional. Enabling public ip for the instance.
826843
},
827844
&quot;nodes&quot;: [ # Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
@@ -842,6 +859,9 @@ <h3>Method Details</h3>
842859
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
843860
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
844861
},
862+
&quot;outboundPublicIpAddresses&quot;: [ # Output only. All outbound public IP addresses configured for the instance.
863+
&quot;A String&quot;,
864+
],
845865
&quot;pscInstanceConfig&quot;: { # PscInstanceConfig contains PSC related configuration at an instance level. # Optional. The configuration for Private Service Connect (PSC) for the instance.
846866
&quot;allowedConsumerProjects&quot;: [ # Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
847867
&quot;A String&quot;,

0 commit comments

Comments
 (0)