lib/google/apis/bigqueryreservation_v1beta1/service.rb in google-apis-bigqueryreservation_v1beta1-0.16.0 vs lib/google/apis/bigqueryreservation_v1beta1/service.rb in google-apis-bigqueryreservation_v1beta1-0.17.0

- old
+ new

@@ -365,12 +365,12 @@ # can be updated. Plan can only be changed to a plan of a longer commitment # period. Attempting to change to a plan with shorter commitment period will # fail with the error code `google.rpc.Code.FAILED_PRECONDITION`. # @param [String] name # Output only. The resource name of the capacity commitment, e.g., `projects/ - # myproject/locations/US/capacityCommitments/123` For the commitment id, it must - # only contain lower case alphanumeric characters or dashes.It must start with a + # myproject/locations/US/capacityCommitments/123` The commitment_id must only + # contain lower case alphanumeric characters or dashes. It must start with a # letter and must not end with a dash. Its maximum length is 64 characters. # @param [Google::Apis::BigqueryreservationV1beta1::CapacityCommitment] capacity_commitment_object # @param [String] update_mask # Standard field mask for the set of fields to be updated. # @param [String] fields @@ -404,12 +404,12 @@ end # Splits capacity commitment to two commitments of the same plan and ` # commitment_end_time`. A common use case is to enable downgrading commitments. # For example, in order to downgrade from 10000 slots to 8000, you might split a - # 10000 capacity commitment into commitments of 2000 and 8000. Then, you would - # change the plan of the first one to `FLEX` and then delete it. + # 10000 capacity commitment into commitments of 2000 and 8000. Then, you delete + # the first one after the commitment end time passes. # @param [String] name # Required. The resource name e.g.,: `projects/myproject/locations/US/ # capacityCommitments/123` # @param [Google::Apis::BigqueryreservationV1beta1::SplitCapacityCommitmentRequest] split_capacity_commitment_request_object # @param [String] fields @@ -445,11 +445,11 @@ # @param [String] parent # Required. Project, location. E.g., `projects/myproject/locations/US` # @param [Google::Apis::BigqueryreservationV1beta1::Reservation] reservation_object # @param [String] reservation_id # The reservation ID. It must only contain lower case alphanumeric characters or - # dashes.It must start with a letter and must not end with a dash. Its maximum + # dashes. It must start with a letter and must not end with a dash. Its maximum # length is 64 characters. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -586,13 +586,13 @@ end # Updates an existing reservation resource. # @param [String] name # The resource name of the reservation, e.g., `projects/*/locations/*/ - # reservations/team1-prod`. For the reservation id, it must only contain lower - # case alphanumeric characters or dashes.It must start with a letter and must - # not end with a dash. Its maximum length is 64 characters. + # reservations/team1-prod`. The reservation_id must only contain lower case + # alphanumeric characters or dashes. It must start with a letter and must not + # end with a dash. Its maximum length is 64 characters. # @param [Google::Apis::BigqueryreservationV1beta1::Reservation] reservation_object # @param [String] update_mask # Standard field mask for the set of fields to be updated. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -803,11 +803,11 @@ end # Updates an existing assignment. Only the `priority` field can be updated. # @param [String] name # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/ - # reservations/team1-prod/assignments/123`. For the assignment id, it must only - # contain lower case alphanumeric characters or dashes and the max length is 64 + # reservations/team1-prod/assignments/123`. The assignment_id must only contain + # lower case alphanumeric characters or dashes and the max length is 64 # characters. # @param [Google::Apis::BigqueryreservationV1beta1::Assignment] assignment_object # @param [String] update_mask # Standard field mask for the set of fields to be updated. # @param [String] fields