An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 807444457
docs: A comment for field `name` in message `.google.cloud.config.v1.Deployment` is changed
docs: A comment for field `labels` in message `.google.cloud.config.v1.Deployment` is changed
docs: A comment for field `input_values` in message `.google.cloud.config.v1.TerraformBlueprint` is changed
docs: A comment for field `input_value` in message `.google.cloud.config.v1.TerraformVariable` is changed
docs: A comment for field `error` in message `.google.cloud.config.v1.TerraformError` is changed
docs: A comment for field `annotations` in message `.google.cloud.config.v1.Preview` is changed
docs: A comment for field `page_size` in message `.google.cloud.config.v1.ListTerraformVersionsRequest` is changed
docs: A comment for field `page_token` in message `.google.cloud.config.v1.ListTerraformVersionsRequest` is changed
PiperOrigin-RevId: 780715974
docs: Service Account is a required field
fix: Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Deployment`
fix: Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Preview`
PiperOrigin-RevId: 705212738
feat: Infrastructure Manager can validate and enforce quota limits, preventing infrastructure that exceeds quota limits from being deployed
feat: Infrastructure manager supports the following versions of Terraform when creating a deployment: Terraform version 1.2.3, 1.3.10, 1.4.7, 1.5.7
docs: A comment for field `page_size` in message `.google.cloud.config.v1.ListDeploymentsRequest` is changed
docs: A comment for field `page_size` in message `.google.cloud.config.v1.ListRevisionsRequest` is changed
docs: A comment for field `page_size` in message `.google.cloud.config.v1.ListResourcesRequest` is changed
docs: A comment for field `service_account` in message `.google.cloud.config.v1.Preview` is changed
docs: A comment for field `page_size` in message `.google.cloud.config.v1.ListPreviewsRequest` is changed
PiperOrigin-RevId: 616858321