feat: A new field `deployment_overrides` is added to message `.google.cloud.gkehub.configmanagement.v1beta.ConfigSync`
feat: A new message `DeploymentOverride` is added
feat: A new message `ContainerOverride` is added
feat: The `management` field is deprecated.
docs: clarify field behavior for GKE Hub "configmanagement" Feature
Clients can now override resource requests and limits for Config Sync components. See https://docs.cloud.google.com/kubernetes-engine/config-sync/docs/how-to/installing-config-sync#override.
PiperOrigin-RevId: 879849424
docs: A comment for message `Feature` is changed
docs: A comment for field `labels` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for field `spec` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for field `membership_specs` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for field `state` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for field `membership_states` in message `.google.cloud.gkehub.v1.Feature` is changed
docs: A comment for message `FeatureResourceState` is changed
docs: A comment for enum value `ENABLING` in enum `State` is changed
docs: A comment for enum value `ACTIVE` in enum `State` is changed
docs: A comment for enum value `DISABLING` in enum `State` is changed
docs: A comment for message `CommonFeatureState` is changed
docs: A comment for field `state` in message `.google.cloud.gkehub.v1.CommonFeatureState` is changed
docs: A comment for field `request_id` in message `.google.cloud.gkehub.v1.CreateFeatureRequest` is changed
docs: A comment for field `request_id` in message `.google.cloud.gkehub.v1.UpdateFeatureRequest` is changed
docs: A comment for field `cancel_requested` in message `.google.cloud.gkehub.v1.OperationMetadata` is changed
PiperOrigin-RevId: 865111649
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: 808289479
docs: correct comment for `k8s_version` field
The new field `k8s_git_version` captures the full Kubernetes version string for a membership.
PiperOrigin-RevId: 805935629
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: 759724486
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: 754988866
feat: add a new field `cluster` under `MembershipSpec` to support Config Sync cluster name selector
feat: add a new field `management` under `MembershipSpec` to support auto upgrade
feat: add a new field `enabled` under `ConfigSync` to support Config Sync installation
feat: add a new field `gcp_service_account_email` under `ConfigSync` to exporting metrics
feat: add a new field `prevent_drift` under `ConfigSync` to support Config Sync admission webhook drift prevention
feat: add a new field `oci` to support OCI repo configuration
docs: update comment for field `secret_type`
docs: update comment for field `gcp_service_account_email`
docs: update comment for field `cluster_name`
docs: update comment for field `sync_state`
docs: update comment for field `secret_type`
PiperOrigin-RevId: 642785216
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566