lib/google/apis/run_v2/service.rb in google-apis-run_v2-0.18.0 vs lib/google/apis/run_v2/service.rb in google-apis-run_v2-0.19.0
- old
+ new
@@ -708,10 +708,12 @@
end
# Creates a new Service in a given project and location.
# @param [String] parent
# Required. The location and project in which this service should be created.
- # Format: projects/`projectnumber`/locations/`location`
+ # Format: projects/`projectnumber`/locations/`location` Only lowercase, digits,
+ # and hyphens; must begin with letter, and may not end with hyphen; must contain
+ # fewer than 50 characters.
# @param [Google::Apis::RunV2::GoogleCloudRunV2Service] google_cloud_run_v2_service_object
# @param [String] service_id
# Required. The unique identifier for the Service. The name of the service
# becomes `parent`/services/`service_id`.
# @param [Boolean] validate_only