Skip to content

Commit 985f437

Browse files
feat(alloydb): update the api
#### alloydb:v1 The following keys were added: - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.properties.observabilityMetricData.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.machineConfiguration.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainMachineConfiguration (Total Keys: 6) - schemas.StorageDatabasecenterPartnerapiV1mainObservabilityMetricData (Total Keys: 8) #### alloydb:v1alpha The following keys were added: - schemas.Instance.properties.outboundPublicIpAddresses (Total Keys: 3) - schemas.InstanceNetworkConfig.properties.enableOutboundPublicIp.type (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.properties.observabilityMetricData.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.machineConfiguration.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainMachineConfiguration (Total Keys: 6) - schemas.StorageDatabasecenterPartnerapiV1mainObservabilityMetricData (Total Keys: 8) #### alloydb:v1beta The following keys were added: - schemas.Instance.properties.outboundPublicIpAddresses (Total Keys: 3) - schemas.InstanceNetworkConfig.properties.enableOutboundPublicIp.type (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.properties.observabilityMetricData.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.machineConfiguration.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainMachineConfiguration (Total Keys: 6) - schemas.StorageDatabasecenterPartnerapiV1mainObservabilityMetricData (Total Keys: 8)
1 parent 7a947e8 commit 985f437

File tree

5 files changed

+325
-21
lines changed

5 files changed

+325
-21
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)