proto_docs/google/cloud/alloydb/v1alpha/resources.rb in google-cloud-alloy_db-v1alpha-0.6.0 vs proto_docs/google/cloud/alloydb/v1alpha/resources.rb in google-cloud-alloy_db-v1alpha-0.7.0

- old
+ new

@@ -669,10 +669,15 @@ # This is required if the value of instanceType is READ_POOL. # @!attribute [r] ip_address # @return [::String] # Output only. The IP address for the Instance. # This is the connection endpoint for an end-user application. + # @!attribute [r] public_ip_address + # @return [::String] + # Output only. The public IP addresses for the Instance. This is available + # ONLY when enable_public_ip is set. This is the connection endpoint for an + # end-user application. # @!attribute [r] reconciling # @return [::Boolean] # Output only. Reconciling (https://google.aip.dev/128#reconciliation). # Set to true if the current state of Instance does not match the user's # intended state, and the service is actively updating the resource to @@ -1014,9 +1019,12 @@ # Output only. The pem-encoded chain that may be used to verify the X.509 # certificate. Expected to be in issuer-to-root order according to RFC 5246. # @!attribute [r] instance_uid # @return [::String] # Output only. The unique ID of the Instance. + # @!attribute [r] psc_dns_name + # @return [::String] + # Output only. The DNS name to use with PSC for the Instance. class ConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end