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: 823187922
feat: A new value `DO_NOT_CANCEL` is added to enum `ScalingDecisionType`
feat: A new value `SECONDARY_SCALEDOWN_SINGLE_REQUEST_LIMIT_REACHED` is added to enum `ConstrainingFactor`
feat: A new enum `MetricType` is added
feat: A new field `decision_metric` is added to message `.google.cloud.dataproc.logging.AutoscalerRecommendation`
feat: A new message `ReconciliationLog` is added
feat: A new message `ReconciliationClusterHealLog` is added
feat: A new enum `ReconciliationDecisionType` is added
docs: A comment for message `ClusterSize` is changed
docs: A comment for message `AutoscalerRecommendation` is changed
PiperOrigin-RevId: 620350169