partial void Modify_MutateRowsRequest(ref MutateRowsRequest request, ref CallSettings settings)
        {
            GaxPreconditions.CheckState(
                request.IsIdempotent(),
                "Non-idempotent MutateRows requests are not allowed. Specify a version with all SetCell mutations.");

            TryApplyAppProfileId(request, r => r.AppProfileId, (r, a) => r.AppProfileId = a);
        }
 partial void Modify_MutateRowsRequest(ref MutateRowsRequest request, ref CallSettings settings)
 {
     GaxPreconditions.CheckState(request.IsIdempotent(), "Non-idempotent MutateRows requests are not allowed. Specify a version with all SetCell mutations.");
     ApplyResourcePrefixHeader(ref settings, request.TableName);
 }
 partial void Modify_MutateRowsRequest(ref MutateRowsRequest request, ref CallSettings settings) =>
 GaxPreconditions.CheckState(
     request.IsIdempotent(),
     "Non-idempotent MutateRows requests are not allowed. Specify a version with all SetCell mutations.");