From f3a93375b933410e9ba4584da3334fc735c44c69 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 15 Jun 2020 09:18:15 -0700 Subject: [PATCH] fix!:Provide C# namespace option for consistent capitalization. (#58) BREAKING CHANGE: The C# namespace option will break anyone currently generating C# libraries for this API. PiperOrigin-RevId: 316128048 Source-Author: Google APIs Source-Date: Fri Jun 12 10:23:45 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 6b2d14d2f6a2d0977d9aded9fd5f9e71517a7a4f Source-Link: https://github.com/googleapis/googleapis/commit/6b2d14d2f6a2d0977d9aded9fd5f9e71517a7a4f --- .../v1/ReservationServiceClient.java | 40 ++--- .../reservation/v1/CapacityCommitment.java | 48 +++--- .../v1/CapacityCommitmentOrBuilder.java | 12 +- .../v1/CreateAssignmentRequest.java | 6 +- .../v1/CreateCapacityCommitmentRequest.java | 20 ++- ...ateCapacityCommitmentRequestOrBuilder.java | 4 +- .../v1/CreateReservationRequest.java | 6 +- .../v1/DeleteAssignmentRequest.java | 6 +- .../v1/DeleteCapacityCommitmentRequest.java | 20 ++- ...eteCapacityCommitmentRequestOrBuilder.java | 4 +- .../v1/DeleteReservationRequest.java | 6 +- .../v1/GetCapacityCommitmentRequest.java | 20 ++- ...GetCapacityCommitmentRequestOrBuilder.java | 4 +- .../reservation/v1/GetReservationRequest.java | 6 +- .../v1/ListAssignmentsRequest.java | 6 +- .../v1/ListAssignmentsResponse.java | 6 +- .../v1/ListCapacityCommitmentsRequest.java | 20 ++- ...stCapacityCommitmentsRequestOrBuilder.java | 4 +- .../v1/ListCapacityCommitmentsResponse.java | 6 +- .../v1/ListReservationsRequest.java | 20 ++- .../v1/ListReservationsRequestOrBuilder.java | 4 +- .../v1/ListReservationsResponse.java | 6 +- .../v1/MergeCapacityCommitmentsRequest.java | 46 ++++-- ...geCapacityCommitmentsRequestOrBuilder.java | 12 +- .../reservation/v1/ReservationProto.java | 5 +- .../v1/SearchAssignmentsRequest.java | 42 +++--- .../v1/SearchAssignmentsRequestOrBuilder.java | 12 +- .../v1/SearchAssignmentsResponse.java | 6 +- .../v1/SplitCapacityCommitmentRequest.java | 20 ++- ...litCapacityCommitmentRequestOrBuilder.java | 4 +- .../v1/SplitCapacityCommitmentResponse.java | 6 +- .../v1/UpdateCapacityCommitmentRequest.java | 6 +- .../v1/UpdateReservationRequest.java | 6 +- .../bigquery/reservation/v1/reservation.proto | 140 +++++++----------- synth.metadata | 6 +- 35 files changed, 276 insertions(+), 309 deletions(-) diff --git a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClient.java b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClient.java index 632e6b2a..11b8d3bc 100644 --- a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClient.java +++ b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClient.java @@ -279,7 +279,7 @@ public final UnaryCallable deleteReservationCal * * * @param name Required. Resource name of the capacity commitment to delete. E.g., - * projects/myproject/locations/US/capacityCommitments/123 + * `projects/myproject/locations/US/capacityCommitments/123` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteCapacityCommitment(CapacityCommitmentName name) { @@ -305,7 +305,7 @@ public final void deleteCapacityCommitment(CapacityCommitmentName name) { * * * @param name Required. Resource name of the capacity commitment to delete. E.g., - * projects/myproject/locations/US/capacityCommitments/123 + * `projects/myproject/locations/US/capacityCommitments/123` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteCapacityCommitment(String name) { @@ -621,7 +621,7 @@ public final UnaryCallable createReservat * * * @param parent Required. The parent resource name containing project and location, e.g.: - * "projects/myproject/locations/US" + * `projects/myproject/locations/US` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListReservationsPagedResponse listReservations(LocationName parent) { @@ -648,7 +648,7 @@ public final ListReservationsPagedResponse listReservations(LocationName parent) * * * @param parent Required. The parent resource name containing project and location, e.g.: - * "projects/myproject/locations/US" + * `projects/myproject/locations/US` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListReservationsPagedResponse listReservations(String parent) { @@ -910,7 +910,7 @@ public final UnaryCallable updateReservat * * * @param parent Required. Resource name of the parent reservation. E.g., - * projects/myproject/locations/US + * `projects/myproject/locations/US` * @param capacityCommitment Content of the capacity commitment to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -939,7 +939,7 @@ public final CapacityCommitment createCapacityCommitment( * * * @param parent Required. Resource name of the parent reservation. E.g., - * projects/myproject/locations/US + * `projects/myproject/locations/US` * @param capacityCommitment Content of the capacity commitment to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1016,7 +1016,7 @@ public final CapacityCommitment createCapacityCommitment( * * * @param parent Required. Resource name of the parent reservation. E.g., - * projects/myproject/locations/US + * `projects/myproject/locations/US` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListCapacityCommitmentsPagedResponse listCapacityCommitments(LocationName parent) { @@ -1043,7 +1043,7 @@ public final ListCapacityCommitmentsPagedResponse listCapacityCommitments(Locati * * * @param parent Required. Resource name of the parent reservation. E.g., - * projects/myproject/locations/US + * `projects/myproject/locations/US` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListCapacityCommitmentsPagedResponse listCapacityCommitments(String parent) { @@ -1149,7 +1149,7 @@ public final ListCapacityCommitmentsPagedResponse listCapacityCommitments( * * * @param name Required. Resource name of the capacity commitment to retrieve. E.g., - * projects/myproject/locations/US/capacityCommitments/123 + * `projects/myproject/locations/US/capacityCommitments/123` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final CapacityCommitment getCapacityCommitment(CapacityCommitmentName name) { @@ -1174,7 +1174,7 @@ public final CapacityCommitment getCapacityCommitment(CapacityCommitmentName nam * * * @param name Required. Resource name of the capacity commitment to retrieve. E.g., - * projects/myproject/locations/US/capacityCommitments/123 + * `projects/myproject/locations/US/capacityCommitments/123` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final CapacityCommitment getCapacityCommitment(String name) { @@ -1337,7 +1337,7 @@ public final CapacityCommitment updateCapacityCommitment( * * * @param name Required. The resource name e.g.,: - * projects/myproject/locations/US/capacityCommitments/123 + * `projects/myproject/locations/US/capacityCommitments/123` * @param slotCount Number of slots in the capacity commitment after the split. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1372,7 +1372,7 @@ public final SplitCapacityCommitmentResponse splitCapacityCommitment( * * * @param name Required. The resource name e.g.,: - * projects/myproject/locations/US/capacityCommitments/123 + * `projects/myproject/locations/US/capacityCommitments/123` * @param slotCount Number of slots in the capacity commitment after the split. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1463,9 +1463,11 @@ public final SplitCapacityCommitmentResponse splitCapacityCommitment( * * * @param parent Parent resource that identifies admin project and location e.g., - * projects/myproject/locations/us + * `projects/myproject/locations/us` * @param capacityCommitmentIds Ids of capacity commitments to merge. These capacity commitments - * must exist under admin project and location specified in the parent. + * must exist under admin project and location specified in the parent. ID is the last portion + * of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final CapacityCommitment mergeCapacityCommitments( @@ -1499,9 +1501,11 @@ public final CapacityCommitment mergeCapacityCommitments( * * * @param parent Parent resource that identifies admin project and location e.g., - * projects/myproject/locations/us + * `projects/myproject/locations/us` * @param capacityCommitmentIds Ids of capacity commitments to merge. These capacity commitments - * must exist under admin project and location specified in the parent. + * must exist under admin project and location specified in the parent. ID is the last portion + * of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final CapacityCommitment mergeCapacityCommitments( @@ -2019,7 +2023,7 @@ public final ListAssignmentsPagedResponse listAssignments(ListAssignmentsRequest * * * @param parent Required. The resource name of the admin project(containing project and - * location), e.g.: "projects/myproject/locations/US". + * location), e.g.: `projects/myproject/locations/US`. * @param query Please specify resource name as assignee in the query. *

Examples: *

* `assignee=projects/myproject` * `assignee=folders/123` * @@ -2071,7 +2075,7 @@ public final SearchAssignmentsPagedResponse searchAssignments(LocationName paren * * * @param parent Required. The resource name of the admin project(containing project and - * location), e.g.: "projects/myproject/locations/US". + * location), e.g.: `projects/myproject/locations/US`. * @param query Please specify resource name as assignee in the query. *

Examples: *

* `assignee=projects/myproject` * `assignee=folders/123` * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitment.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitment.java index 52429d14..3510067b 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitment.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitment.java @@ -741,8 +741,8 @@ public com.google.cloud.bigquery.reservation.v1.CapacityCommitment.State getStat * * *

-   * Output only. The end of the current commitment period. It is applicable
-   * only for ACTIVE capacity commitments.
+   * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+   * capacity commitments.
    * 
* * @@ -759,8 +759,8 @@ public boolean hasCommitmentEndTime() { * * *
-   * Output only. The end of the current commitment period. It is applicable
-   * only for ACTIVE capacity commitments.
+   * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+   * capacity commitments.
    * 
* * @@ -779,8 +779,8 @@ public com.google.protobuf.Timestamp getCommitmentEndTime() { * * *
-   * Output only. The end of the current commitment period. It is applicable
-   * only for ACTIVE capacity commitments.
+   * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+   * capacity commitments.
    * 
* * @@ -1721,8 +1721,8 @@ public Builder clearState() { * * *
-     * Output only. The end of the current commitment period. It is applicable
-     * only for ACTIVE capacity commitments.
+     * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+     * capacity commitments.
      * 
* * @@ -1738,8 +1738,8 @@ public boolean hasCommitmentEndTime() { * * *
-     * Output only. The end of the current commitment period. It is applicable
-     * only for ACTIVE capacity commitments.
+     * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+     * capacity commitments.
      * 
* * @@ -1761,8 +1761,8 @@ public com.google.protobuf.Timestamp getCommitmentEndTime() { * * *
-     * Output only. The end of the current commitment period. It is applicable
-     * only for ACTIVE capacity commitments.
+     * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+     * capacity commitments.
      * 
* * @@ -1786,8 +1786,8 @@ public Builder setCommitmentEndTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The end of the current commitment period. It is applicable
-     * only for ACTIVE capacity commitments.
+     * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+     * capacity commitments.
      * 
* * @@ -1808,8 +1808,8 @@ public Builder setCommitmentEndTime(com.google.protobuf.Timestamp.Builder builde * * *
-     * Output only. The end of the current commitment period. It is applicable
-     * only for ACTIVE capacity commitments.
+     * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+     * capacity commitments.
      * 
* * @@ -1837,8 +1837,8 @@ public Builder mergeCommitmentEndTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The end of the current commitment period. It is applicable
-     * only for ACTIVE capacity commitments.
+     * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+     * capacity commitments.
      * 
* * @@ -1860,8 +1860,8 @@ public Builder clearCommitmentEndTime() { * * *
-     * Output only. The end of the current commitment period. It is applicable
-     * only for ACTIVE capacity commitments.
+     * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+     * capacity commitments.
      * 
* * @@ -1877,8 +1877,8 @@ public com.google.protobuf.Timestamp.Builder getCommitmentEndTimeBuilder() { * * *
-     * Output only. The end of the current commitment period. It is applicable
-     * only for ACTIVE capacity commitments.
+     * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+     * capacity commitments.
      * 
* * @@ -1898,8 +1898,8 @@ public com.google.protobuf.TimestampOrBuilder getCommitmentEndTimeOrBuilder() { * * *
-     * Output only. The end of the current commitment period. It is applicable
-     * only for ACTIVE capacity commitments.
+     * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+     * capacity commitments.
      * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentOrBuilder.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentOrBuilder.java index f4198f42..2fe8915d 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentOrBuilder.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentOrBuilder.java @@ -121,8 +121,8 @@ public interface CapacityCommitmentOrBuilder * * *
-   * Output only. The end of the current commitment period. It is applicable
-   * only for ACTIVE capacity commitments.
+   * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+   * capacity commitments.
    * 
* * @@ -136,8 +136,8 @@ public interface CapacityCommitmentOrBuilder * * *
-   * Output only. The end of the current commitment period. It is applicable
-   * only for ACTIVE capacity commitments.
+   * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+   * capacity commitments.
    * 
* * @@ -151,8 +151,8 @@ public interface CapacityCommitmentOrBuilder * * *
-   * Output only. The end of the current commitment period. It is applicable
-   * only for ACTIVE capacity commitments.
+   * Output only. The end of the current commitment period. It is applicable only for ACTIVE
+   * capacity commitments.
    * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequest.java index f4cda043..8bf3ac9f 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.CreateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.CreateAssignment].
+ * The request for [ReservationService.CreateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.CreateAssignment].
  * Note: "bigquery.reservationAssignments.create" permission is required on the
  * related assignee.
  * 
@@ -412,8 +411,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.CreateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.CreateAssignment].
+   * The request for [ReservationService.CreateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.CreateAssignment].
    * Note: "bigquery.reservationAssignments.create" permission is required on the
    * related assignee.
    * 
diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequest.java index 006c48ac..c1cdcc3f 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.CreateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.CreateCapacityCommitment].
+ * The request for [ReservationService.CreateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.CreateCapacityCommitment].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.CreateCapacityCommitmentRequest} @@ -142,7 +141,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Resource name of the parent reservation. E.g.,
-   *    projects/myproject/locations/US
+   *    `projects/myproject/locations/US`
    * 
* * @@ -168,7 +167,7 @@ public java.lang.String getParent() { * *
    * Required. Resource name of the parent reservation. E.g.,
-   *    projects/myproject/locations/US
+   *    `projects/myproject/locations/US`
    * 
* * @@ -452,8 +451,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.CreateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.CreateCapacityCommitment].
+   * The request for [ReservationService.CreateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.CreateCapacityCommitment].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.CreateCapacityCommitmentRequest} @@ -644,7 +642,7 @@ public Builder mergeFrom( * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * @@ -669,7 +667,7 @@ public java.lang.String getParent() { * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * @@ -694,7 +692,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * @@ -718,7 +716,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * @@ -738,7 +736,7 @@ public Builder clearParent() { * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequestOrBuilder.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequestOrBuilder.java index 718f6d5f..895a1d55 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequestOrBuilder.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateCapacityCommitmentRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface CreateCapacityCommitmentRequestOrBuilder * *
    * Required. Resource name of the parent reservation. E.g.,
-   *    projects/myproject/locations/US
+   *    `projects/myproject/locations/US`
    * 
* * @@ -43,7 +43,7 @@ public interface CreateCapacityCommitmentRequestOrBuilder * *
    * Required. Resource name of the parent reservation. E.g.,
-   *    projects/myproject/locations/US
+   *    `projects/myproject/locations/US`
    * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequest.java index f82b2686..64c0e7e1 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateReservationRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.CreateReservation][google.cloud.bigquery.reservation.v1.ReservationService.CreateReservation].
+ * The request for [ReservationService.CreateReservation][google.cloud.bigquery.reservation.v1.ReservationService.CreateReservation].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.CreateReservationRequest} @@ -479,8 +478,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.CreateReservation][google.cloud.bigquery.reservation.v1.ReservationService.CreateReservation].
+   * The request for [ReservationService.CreateReservation][google.cloud.bigquery.reservation.v1.ReservationService.CreateReservation].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.CreateReservationRequest} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequest.java index 16a7d04f..43e01538 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteAssignmentRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.DeleteAssignment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteAssignment].
+ * The request for [ReservationService.DeleteAssignment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteAssignment].
  * Note: "bigquery.reservationAssignments.delete" permission is required on the
  * related assignee.
  * 
@@ -333,8 +332,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.DeleteAssignment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteAssignment].
+   * The request for [ReservationService.DeleteAssignment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteAssignment].
    * Note: "bigquery.reservationAssignments.delete" permission is required on the
    * related assignee.
    * 
diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequest.java index 9c7a7525..2e76515d 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.DeleteCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteCapacityCommitment].
+ * The request for [ReservationService.DeleteCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteCapacityCommitment].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.DeleteCapacityCommitmentRequest} @@ -120,7 +119,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Resource name of the capacity commitment to delete. E.g.,
-   *    projects/myproject/locations/US/capacityCommitments/123
+   *    `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * @@ -146,7 +145,7 @@ public java.lang.String getName() { * *
    * Required. Resource name of the capacity commitment to delete. E.g.,
-   *    projects/myproject/locations/US/capacityCommitments/123
+   *    `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * @@ -334,8 +333,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.DeleteCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteCapacityCommitment].
+   * The request for [ReservationService.DeleteCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteCapacityCommitment].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.DeleteCapacityCommitmentRequest} @@ -506,7 +504,7 @@ public Builder mergeFrom( * *
      * Required. Resource name of the capacity commitment to delete. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -531,7 +529,7 @@ public java.lang.String getName() { * *
      * Required. Resource name of the capacity commitment to delete. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -556,7 +554,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. Resource name of the capacity commitment to delete. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -580,7 +578,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. Resource name of the capacity commitment to delete. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -600,7 +598,7 @@ public Builder clearName() { * *
      * Required. Resource name of the capacity commitment to delete. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequestOrBuilder.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequestOrBuilder.java index 96145b28..7be35e39 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequestOrBuilder.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteCapacityCommitmentRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteCapacityCommitmentRequestOrBuilder * *
    * Required. Resource name of the capacity commitment to delete. E.g.,
-   *    projects/myproject/locations/US/capacityCommitments/123
+   *    `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteCapacityCommitmentRequestOrBuilder * *
    * Required. Resource name of the capacity commitment to delete. E.g.,
-   *    projects/myproject/locations/US/capacityCommitments/123
+   *    `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequest.java index ea598cd3..e93ec5b5 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/DeleteReservationRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.DeleteReservation][google.cloud.bigquery.reservation.v1.ReservationService.DeleteReservation].
+ * The request for [ReservationService.DeleteReservation][google.cloud.bigquery.reservation.v1.ReservationService.DeleteReservation].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.DeleteReservationRequest} @@ -332,8 +331,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.DeleteReservation][google.cloud.bigquery.reservation.v1.ReservationService.DeleteReservation].
+   * The request for [ReservationService.DeleteReservation][google.cloud.bigquery.reservation.v1.ReservationService.DeleteReservation].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.DeleteReservationRequest} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequest.java index f1b9a9e0..3c6bea6a 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.GetCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.GetCapacityCommitment].
+ * The request for [ReservationService.GetCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.GetCapacityCommitment].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.GetCapacityCommitmentRequest} @@ -119,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Resource name of the capacity commitment to retrieve. E.g.,
-   *    projects/myproject/locations/US/capacityCommitments/123
+   *    `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * @@ -145,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. Resource name of the capacity commitment to retrieve. E.g.,
-   *    projects/myproject/locations/US/capacityCommitments/123
+   *    `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * @@ -332,8 +331,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.GetCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.GetCapacityCommitment].
+   * The request for [ReservationService.GetCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.GetCapacityCommitment].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.GetCapacityCommitmentRequest} @@ -501,7 +499,7 @@ public Builder mergeFrom( * *
      * Required. Resource name of the capacity commitment to retrieve. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -526,7 +524,7 @@ public java.lang.String getName() { * *
      * Required. Resource name of the capacity commitment to retrieve. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -551,7 +549,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. Resource name of the capacity commitment to retrieve. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -575,7 +573,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. Resource name of the capacity commitment to retrieve. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -595,7 +593,7 @@ public Builder clearName() { * *
      * Required. Resource name of the capacity commitment to retrieve. E.g.,
-     *    projects/myproject/locations/US/capacityCommitments/123
+     *    `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequestOrBuilder.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequestOrBuilder.java index 8c770e2f..1abbc199 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequestOrBuilder.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetCapacityCommitmentRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetCapacityCommitmentRequestOrBuilder * *
    * Required. Resource name of the capacity commitment to retrieve. E.g.,
-   *    projects/myproject/locations/US/capacityCommitments/123
+   *    `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * @@ -43,7 +43,7 @@ public interface GetCapacityCommitmentRequestOrBuilder * *
    * Required. Resource name of the capacity commitment to retrieve. E.g.,
-   *    projects/myproject/locations/US/capacityCommitments/123
+   *    `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequest.java index 354fc138..867ea08b 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/GetReservationRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.GetReservation][google.cloud.bigquery.reservation.v1.ReservationService.GetReservation].
+ * The request for [ReservationService.GetReservation][google.cloud.bigquery.reservation.v1.ReservationService.GetReservation].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.GetReservationRequest} @@ -331,8 +330,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.GetReservation][google.cloud.bigquery.reservation.v1.ReservationService.GetReservation].
+   * The request for [ReservationService.GetReservation][google.cloud.bigquery.reservation.v1.ReservationService.GetReservation].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.GetReservationRequest} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequest.java index c59488c0..69ec7f68 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
+ * The request for [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListAssignmentsRequest} @@ -433,8 +432,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
+   * The request for [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListAssignmentsRequest} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponse.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponse.java index c1611b3b..2e9c462b 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponse.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListAssignmentsResponse.java @@ -22,8 +22,7 @@ * * *
- * The response for
- * [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
+ * The response for [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListAssignmentsResponse} @@ -426,8 +425,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The response for
-   * [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
+   * The response for [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListAssignmentsResponse} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequest.java index 41240c5d..27ae6ac5 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
+ * The request for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsRequest} @@ -133,7 +132,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. Resource name of the parent reservation. E.g.,
-   *    projects/myproject/locations/US
+   *    `projects/myproject/locations/US`
    * 
* * @@ -159,7 +158,7 @@ public java.lang.String getParent() { * *
    * Required. Resource name of the parent reservation. E.g.,
-   *    projects/myproject/locations/US
+   *    `projects/myproject/locations/US`
    * 
* * @@ -431,8 +430,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
+   * The request for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsRequest} @@ -616,7 +614,7 @@ public Builder mergeFrom( * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * @@ -641,7 +639,7 @@ public java.lang.String getParent() { * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * @@ -666,7 +664,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * @@ -690,7 +688,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * @@ -710,7 +708,7 @@ public Builder clearParent() { * *
      * Required. Resource name of the parent reservation. E.g.,
-     *    projects/myproject/locations/US
+     *    `projects/myproject/locations/US`
      * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequestOrBuilder.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequestOrBuilder.java index 698f9d27..8eaa5cf5 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequestOrBuilder.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface ListCapacityCommitmentsRequestOrBuilder * *
    * Required. Resource name of the parent reservation. E.g.,
-   *    projects/myproject/locations/US
+   *    `projects/myproject/locations/US`
    * 
* * @@ -43,7 +43,7 @@ public interface ListCapacityCommitmentsRequestOrBuilder * *
    * Required. Resource name of the parent reservation. E.g.,
-   *    projects/myproject/locations/US
+   *    `projects/myproject/locations/US`
    * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponse.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponse.java index 4f62f448..e3da0aaa 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponse.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListCapacityCommitmentsResponse.java @@ -22,8 +22,7 @@ * * *
- * The response for
- * [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
+ * The response for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsResponse} @@ -445,8 +444,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The response for
-   * [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
+   * The response for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsResponse} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequest.java index 089b964c..d203b49e 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].
+ * The request for [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListReservationsRequest} @@ -132,7 +131,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent resource name containing project and location, e.g.:
-   *   "projects/myproject/locations/US"
+   *   `projects/myproject/locations/US`
    * 
* * @@ -158,7 +157,7 @@ public java.lang.String getParent() { * *
    * Required. The parent resource name containing project and location, e.g.:
-   *   "projects/myproject/locations/US"
+   *   `projects/myproject/locations/US`
    * 
* * @@ -429,8 +428,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].
+   * The request for [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListReservationsRequest} @@ -608,7 +606,7 @@ public Builder mergeFrom( * *
      * Required. The parent resource name containing project and location, e.g.:
-     *   "projects/myproject/locations/US"
+     *   `projects/myproject/locations/US`
      * 
* * @@ -633,7 +631,7 @@ public java.lang.String getParent() { * *
      * Required. The parent resource name containing project and location, e.g.:
-     *   "projects/myproject/locations/US"
+     *   `projects/myproject/locations/US`
      * 
* * @@ -658,7 +656,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent resource name containing project and location, e.g.:
-     *   "projects/myproject/locations/US"
+     *   `projects/myproject/locations/US`
      * 
* * @@ -682,7 +680,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent resource name containing project and location, e.g.:
-     *   "projects/myproject/locations/US"
+     *   `projects/myproject/locations/US`
      * 
* * @@ -702,7 +700,7 @@ public Builder clearParent() { * *
      * Required. The parent resource name containing project and location, e.g.:
-     *   "projects/myproject/locations/US"
+     *   `projects/myproject/locations/US`
      * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequestOrBuilder.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequestOrBuilder.java index 5c2b3995..92e87d6f 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequestOrBuilder.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface ListReservationsRequestOrBuilder * *
    * Required. The parent resource name containing project and location, e.g.:
-   *   "projects/myproject/locations/US"
+   *   `projects/myproject/locations/US`
    * 
* * @@ -43,7 +43,7 @@ public interface ListReservationsRequestOrBuilder * *
    * Required. The parent resource name containing project and location, e.g.:
-   *   "projects/myproject/locations/US"
+   *   `projects/myproject/locations/US`
    * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponse.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponse.java index 912352c8..6cb42bf2 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponse.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ListReservationsResponse.java @@ -22,8 +22,7 @@ * * *
- * The response for
- * [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].
+ * The response for [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListReservationsResponse} @@ -428,8 +427,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The response for
-   * [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].
+   * The response for [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.ListReservationsResponse} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequest.java index 7d7d4199..12562426 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.MergeCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.MergeCapacityCommitments].
+ * The request for [ReservationService.MergeCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.MergeCapacityCommitments].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.MergeCapacityCommitmentsRequest} @@ -135,7 +134,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Parent resource that identifies admin project and location e.g.,
-   * projects/myproject/locations/us
+   *  `projects/myproject/locations/us`
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -159,7 +158,7 @@ public java.lang.String getParent() { * *
    * Parent resource that identifies admin project and location e.g.,
-   * projects/myproject/locations/us
+   *  `projects/myproject/locations/us`
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -188,6 +187,8 @@ public com.google.protobuf.ByteString getParentBytes() { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -204,6 +205,8 @@ public com.google.protobuf.ProtocolStringList getCapacityCommitmentIdsList() { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -220,6 +223,8 @@ public int getCapacityCommitmentIdsCount() { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -237,6 +242,8 @@ public java.lang.String getCapacityCommitmentIds(int index) { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -431,8 +438,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.MergeCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.MergeCapacityCommitments].
+   * The request for [ReservationService.MergeCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.MergeCapacityCommitments].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.MergeCapacityCommitmentsRequest} @@ -623,7 +629,7 @@ public Builder mergeFrom( * *
      * Parent resource that identifies admin project and location e.g.,
-     * projects/myproject/locations/us
+     *  `projects/myproject/locations/us`
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -646,7 +652,7 @@ public java.lang.String getParent() { * *
      * Parent resource that identifies admin project and location e.g.,
-     * projects/myproject/locations/us
+     *  `projects/myproject/locations/us`
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -669,7 +675,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Parent resource that identifies admin project and location e.g.,
-     * projects/myproject/locations/us
+     *  `projects/myproject/locations/us`
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -691,7 +697,7 @@ public Builder setParent(java.lang.String value) { * *
      * Parent resource that identifies admin project and location e.g.,
-     * projects/myproject/locations/us
+     *  `projects/myproject/locations/us`
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -709,7 +715,7 @@ public Builder clearParent() { * *
      * Parent resource that identifies admin project and location e.g.,
-     * projects/myproject/locations/us
+     *  `projects/myproject/locations/us`
      * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -745,6 +751,8 @@ private void ensureCapacityCommitmentIdsIsMutable() { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -761,6 +769,8 @@ public com.google.protobuf.ProtocolStringList getCapacityCommitmentIdsList() { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -777,6 +787,8 @@ public int getCapacityCommitmentIdsCount() { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -794,6 +806,8 @@ public java.lang.String getCapacityCommitmentIds(int index) { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -811,6 +825,8 @@ public com.google.protobuf.ByteString getCapacityCommitmentIdsBytes(int index) { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -835,6 +851,8 @@ public Builder setCapacityCommitmentIds(int index, java.lang.String value) { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -858,6 +876,8 @@ public Builder addCapacityCommitmentIds(java.lang.String value) { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -878,6 +898,8 @@ public Builder addAllCapacityCommitmentIds(java.lang.Iterable * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -897,6 +919,8 @@ public Builder clearCapacityCommitmentIds() { * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequestOrBuilder.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequestOrBuilder.java index 0505a563..4aa50021 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequestOrBuilder.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/MergeCapacityCommitmentsRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface MergeCapacityCommitmentsRequestOrBuilder * *
    * Parent resource that identifies admin project and location e.g.,
-   * projects/myproject/locations/us
+   *  `projects/myproject/locations/us`
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -41,7 +41,7 @@ public interface MergeCapacityCommitmentsRequestOrBuilder * *
    * Parent resource that identifies admin project and location e.g.,
-   * projects/myproject/locations/us
+   *  `projects/myproject/locations/us`
    * 
* * string parent = 1 [(.google.api.resource_reference) = { ... } @@ -57,6 +57,8 @@ public interface MergeCapacityCommitmentsRequestOrBuilder * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -71,6 +73,8 @@ public interface MergeCapacityCommitmentsRequestOrBuilder * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -85,6 +89,8 @@ public interface MergeCapacityCommitmentsRequestOrBuilder * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; @@ -100,6 +106,8 @@ public interface MergeCapacityCommitmentsRequestOrBuilder * Ids of capacity commitments to merge. * These capacity commitments must exist under admin project and location * specified in the parent. + * ID is the last portion of capacity commitment name e.g., 'abc' for + * projects/myproject/locations/US/capacityCommitments/abc * * * repeated string capacity_commitment_ids = 2; diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationProto.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationProto.java index ed1a345a..ad862c32 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationProto.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationProto.java @@ -396,11 +396,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "servation,update_mask\032\177\312A\"bigqueryreserv" + "ation.googleapis.com\322AWhttps://www.googl" + "eapis.com/auth/bigquery,https://www.goog" - + "leapis.com/auth/cloud-platformB\217\001\n(com.g" + + "leapis.com/auth/cloud-platformB\266\001\n(com.g" + "oogle.cloud.bigquery.reservation.v1B\020Res" + "ervationProtoP\001ZOgoogle.golang.org/genpr" + "oto/googleapis/cloud/bigquery/reservatio" - + "n/v1;reservationb\006proto3" + + "n/v1;reservation\252\002$Google.Cloud.BigQuery" + + ".Reservation.V1b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequest.java index 1e1786b8..c6d7c49a 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequest.java @@ -141,9 +141,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The resource name of the admin project(containing project and
-   * location), e.g.:
-   *   "projects/myproject/locations/US".
+   * Required. The resource name of the admin project(containing project and location),
+   * e.g.:
+   *   `projects/myproject/locations/US`.
    * 
* * @@ -168,9 +168,9 @@ public java.lang.String getParent() { * * *
-   * Required. The resource name of the admin project(containing project and
-   * location), e.g.:
-   *   "projects/myproject/locations/US".
+   * Required. The resource name of the admin project(containing project and location),
+   * e.g.:
+   *   `projects/myproject/locations/US`.
    * 
* * @@ -696,9 +696,9 @@ public Builder mergeFrom( * * *
-     * Required. The resource name of the admin project(containing project and
-     * location), e.g.:
-     *   "projects/myproject/locations/US".
+     * Required. The resource name of the admin project(containing project and location),
+     * e.g.:
+     *   `projects/myproject/locations/US`.
      * 
* * @@ -722,9 +722,9 @@ public java.lang.String getParent() { * * *
-     * Required. The resource name of the admin project(containing project and
-     * location), e.g.:
-     *   "projects/myproject/locations/US".
+     * Required. The resource name of the admin project(containing project and location),
+     * e.g.:
+     *   `projects/myproject/locations/US`.
      * 
* * @@ -748,9 +748,9 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The resource name of the admin project(containing project and
-     * location), e.g.:
-     *   "projects/myproject/locations/US".
+     * Required. The resource name of the admin project(containing project and location),
+     * e.g.:
+     *   `projects/myproject/locations/US`.
      * 
* * @@ -773,9 +773,9 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The resource name of the admin project(containing project and
-     * location), e.g.:
-     *   "projects/myproject/locations/US".
+     * Required. The resource name of the admin project(containing project and location),
+     * e.g.:
+     *   `projects/myproject/locations/US`.
      * 
* * @@ -794,9 +794,9 @@ public Builder clearParent() { * * *
-     * Required. The resource name of the admin project(containing project and
-     * location), e.g.:
-     *   "projects/myproject/locations/US".
+     * Required. The resource name of the admin project(containing project and location),
+     * e.g.:
+     *   `projects/myproject/locations/US`.
      * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequestOrBuilder.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequestOrBuilder.java index e3b87b84..ebc66c22 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequestOrBuilder.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsRequestOrBuilder.java @@ -27,9 +27,9 @@ public interface SearchAssignmentsRequestOrBuilder * * *
-   * Required. The resource name of the admin project(containing project and
-   * location), e.g.:
-   *   "projects/myproject/locations/US".
+   * Required. The resource name of the admin project(containing project and location),
+   * e.g.:
+   *   `projects/myproject/locations/US`.
    * 
* * @@ -43,9 +43,9 @@ public interface SearchAssignmentsRequestOrBuilder * * *
-   * Required. The resource name of the admin project(containing project and
-   * location), e.g.:
-   *   "projects/myproject/locations/US".
+   * Required. The resource name of the admin project(containing project and location),
+   * e.g.:
+   *   `projects/myproject/locations/US`.
    * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponse.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponse.java index 9ed53610..6248320f 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponse.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SearchAssignmentsResponse.java @@ -22,8 +22,7 @@ * * *
- * The response for
- * [ReservationService.SearchAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAssignments].
+ * The response for [ReservationService.SearchAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAssignments].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.SearchAssignmentsResponse} @@ -427,8 +426,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The response for
-   * [ReservationService.SearchAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAssignments].
+   * The response for [ReservationService.SearchAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAssignments].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.SearchAssignmentsResponse} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequest.java index 50a970b7..1e60c050 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
+ * The request for [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentRequest} @@ -125,7 +124,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The resource name e.g.,:
-   *   projects/myproject/locations/US/capacityCommitments/123
+   *  `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * @@ -151,7 +150,7 @@ public java.lang.String getName() { * *
    * Required. The resource name e.g.,:
-   *   projects/myproject/locations/US/capacityCommitments/123
+   *  `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * @@ -365,8 +364,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
+   * The request for [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentRequest} @@ -543,7 +541,7 @@ public Builder mergeFrom( * *
      * Required. The resource name e.g.,:
-     *   projects/myproject/locations/US/capacityCommitments/123
+     *  `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -568,7 +566,7 @@ public java.lang.String getName() { * *
      * Required. The resource name e.g.,:
-     *   projects/myproject/locations/US/capacityCommitments/123
+     *  `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -593,7 +591,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The resource name e.g.,:
-     *   projects/myproject/locations/US/capacityCommitments/123
+     *  `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -617,7 +615,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The resource name e.g.,:
-     *   projects/myproject/locations/US/capacityCommitments/123
+     *  `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * @@ -637,7 +635,7 @@ public Builder clearName() { * *
      * Required. The resource name e.g.,:
-     *   projects/myproject/locations/US/capacityCommitments/123
+     *  `projects/myproject/locations/US/capacityCommitments/123`
      * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequestOrBuilder.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequestOrBuilder.java index 06205b6b..9fbd0cbb 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequestOrBuilder.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface SplitCapacityCommitmentRequestOrBuilder * *
    * Required. The resource name e.g.,:
-   *   projects/myproject/locations/US/capacityCommitments/123
+   *  `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * @@ -43,7 +43,7 @@ public interface SplitCapacityCommitmentRequestOrBuilder * *
    * Required. The resource name e.g.,:
-   *   projects/myproject/locations/US/capacityCommitments/123
+   *  `projects/myproject/locations/US/capacityCommitments/123`
    * 
* * diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponse.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponse.java index ae2fe885..df2c4880 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponse.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/SplitCapacityCommitmentResponse.java @@ -22,8 +22,7 @@ * * *
- * The response for
- * [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
+ * The response for [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentResponse} @@ -419,8 +418,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The response for
-   * [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
+   * The response for [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentResponse} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequest.java index 16fc1522..dceee855 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateCapacityCommitmentRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.UpdateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.UpdateCapacityCommitment].
+ * The request for [ReservationService.UpdateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.UpdateCapacityCommitment].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.UpdateCapacityCommitmentRequest} @@ -416,8 +415,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.UpdateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.UpdateCapacityCommitment].
+   * The request for [ReservationService.UpdateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.UpdateCapacityCommitment].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.UpdateCapacityCommitmentRequest} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequest.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequest.java index 04df96ba..4aa42466 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequest.java +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/UpdateReservationRequest.java @@ -22,8 +22,7 @@ * * *
- * The request for
- * [ReservationService.UpdateReservation][google.cloud.bigquery.reservation.v1.ReservationService.UpdateReservation].
+ * The request for [ReservationService.UpdateReservation][google.cloud.bigquery.reservation.v1.ReservationService.UpdateReservation].
  * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.UpdateReservationRequest} @@ -413,8 +412,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * The request for
-   * [ReservationService.UpdateReservation][google.cloud.bigquery.reservation.v1.ReservationService.UpdateReservation].
+   * The request for [ReservationService.UpdateReservation][google.cloud.bigquery.reservation.v1.ReservationService.UpdateReservation].
    * 
* * Protobuf type {@code google.cloud.bigquery.reservation.v1.UpdateReservationRequest} diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/proto/google/cloud/bigquery/reservation/v1/reservation.proto b/proto-google-cloud-bigqueryreservation-v1/src/main/proto/google/cloud/bigquery/reservation/v1/reservation.proto index 8f9aeeca..62a237f2 100644 --- a/proto-google-cloud-bigqueryreservation-v1/src/main/proto/google/cloud/bigquery/reservation/v1/reservation.proto +++ b/proto-google-cloud-bigqueryreservation-v1/src/main/proto/google/cloud/bigquery/reservation/v1/reservation.proto @@ -25,6 +25,7 @@ import "google/protobuf/field_mask.proto"; import "google/protobuf/timestamp.proto"; import "google/rpc/status.proto"; +option csharp_namespace = "Google.Cloud.BigQuery.Reservation.V1"; option go_package = "google.golang.org/genproto/googleapis/cloud/bigquery/reservation/v1;reservation"; option java_multiple_files = true; option java_outer_classname = "ReservationProto"; @@ -61,8 +62,7 @@ service ReservationService { } // Lists all the reservations for the project in the specified location. - rpc ListReservations(ListReservationsRequest) - returns (ListReservationsResponse) { + rpc ListReservations(ListReservationsRequest) returns (ListReservationsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}/reservations" }; @@ -80,8 +80,7 @@ service ReservationService { // Deletes a reservation. // Returns `google.rpc.Code.FAILED_PRECONDITION` when reservation has // assignments. - rpc DeleteReservation(DeleteReservationRequest) - returns (google.protobuf.Empty) { + rpc DeleteReservation(DeleteReservationRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/reservations/*}" }; @@ -98,8 +97,7 @@ service ReservationService { } // Creates a new capacity commitment resource. - rpc CreateCapacityCommitment(CreateCapacityCommitmentRequest) - returns (CapacityCommitment) { + rpc CreateCapacityCommitment(CreateCapacityCommitmentRequest) returns (CapacityCommitment) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*}/capacityCommitments" body: "capacity_commitment" @@ -108,8 +106,7 @@ service ReservationService { } // Lists all the capacity commitments for the admin project. - rpc ListCapacityCommitments(ListCapacityCommitmentsRequest) - returns (ListCapacityCommitmentsResponse) { + rpc ListCapacityCommitments(ListCapacityCommitmentsRequest) returns (ListCapacityCommitmentsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}/capacityCommitments" }; @@ -117,8 +114,7 @@ service ReservationService { } // Returns information about the capacity commitment. - rpc GetCapacityCommitment(GetCapacityCommitmentRequest) - returns (CapacityCommitment) { + rpc GetCapacityCommitment(GetCapacityCommitmentRequest) returns (CapacityCommitment) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/capacityCommitments/*}" }; @@ -128,8 +124,7 @@ service ReservationService { // Deletes a capacity commitment. Attempting to delete capacity commitment // before its commitment_end_time will fail with the error code // `google.rpc.Code.FAILED_PRECONDITION`. - rpc DeleteCapacityCommitment(DeleteCapacityCommitmentRequest) - returns (google.protobuf.Empty) { + rpc DeleteCapacityCommitment(DeleteCapacityCommitmentRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/capacityCommitments/*}" }; @@ -143,8 +138,7 @@ service ReservationService { // 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`. - rpc UpdateCapacityCommitment(UpdateCapacityCommitmentRequest) - returns (CapacityCommitment) { + rpc UpdateCapacityCommitment(UpdateCapacityCommitmentRequest) returns (CapacityCommitment) { option (google.api.http) = { patch: "/v1/{capacity_commitment.name=projects/*/locations/*/capacityCommitments/*}" body: "capacity_commitment" @@ -160,8 +154,7 @@ service ReservationService { // 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. - rpc SplitCapacityCommitment(SplitCapacityCommitmentRequest) - returns (SplitCapacityCommitmentResponse) { + rpc SplitCapacityCommitment(SplitCapacityCommitmentRequest) returns (SplitCapacityCommitmentResponse) { option (google.api.http) = { post: "/v1/{name=projects/*/locations/*/capacityCommitments/*}:split" body: "*" @@ -176,8 +169,7 @@ service ReservationService { // // Attempting to merge capacity commitments of different plan will fail // with the error code `google.rpc.Code.FAILED_PRECONDITION`. - rpc MergeCapacityCommitments(MergeCapacityCommitmentsRequest) - returns (CapacityCommitment) { + rpc MergeCapacityCommitments(MergeCapacityCommitmentsRequest) returns (CapacityCommitment) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*}/capacityCommitments:merge" body: "*" @@ -244,8 +236,7 @@ service ReservationService { // specified project and location will be listed. // // **Note** "-" cannot be used for projects nor locations. - rpc ListAssignments(ListAssignmentsRequest) - returns (ListAssignmentsResponse) { + rpc ListAssignments(ListAssignmentsRequest) returns (ListAssignmentsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*/reservations/*}/assignments" }; @@ -267,8 +258,7 @@ service ReservationService { // affect the other assignment ``. After said deletion, // queries from `project1` will still use `res1` while queries from // `project2` will switch to use on-demand mode. - rpc DeleteAssignment(DeleteAssignmentRequest) - returns (google.protobuf.Empty) { + rpc DeleteAssignment(DeleteAssignmentRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/reservations/*/assignments/*}" }; @@ -298,8 +288,7 @@ service ReservationService { // // **Note** "-" cannot be used for projects // nor locations. - rpc SearchAssignments(SearchAssignmentsRequest) - returns (SearchAssignmentsResponse) { + rpc SearchAssignments(SearchAssignmentsRequest) returns (SearchAssignmentsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}:searchAssignments" }; @@ -449,14 +438,12 @@ message CapacityCommitment { // Output only. State of the commitment. State state = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The end of the current commitment period. It is applicable - // only for ACTIVE capacity commitments. - google.protobuf.Timestamp commitment_end_time = 5 - [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The end of the current commitment period. It is applicable only for ACTIVE + // capacity commitments. + google.protobuf.Timestamp commitment_end_time = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. For FAILED commitment plan, provides the reason of failure. - google.rpc.Status failure_status = 7 - [(google.api.field_behavior) = OUTPUT_ONLY]; + google.rpc.Status failure_status = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; // The plan this capacity commitment is converted to after commitment_end_time // passes. Once the plan is changed, committed period is extended according to @@ -464,8 +451,7 @@ message CapacityCommitment { CommitmentPlan renewal_plan = 8; } -// The request for -// [ReservationService.CreateReservation][google.cloud.bigquery.reservation.v1.ReservationService.CreateReservation]. +// The request for [ReservationService.CreateReservation][google.cloud.bigquery.reservation.v1.ReservationService.CreateReservation]. message CreateReservationRequest { // Required. Project, location. E.g., // `projects/myproject/locations/US` @@ -484,11 +470,10 @@ message CreateReservationRequest { Reservation reservation = 3; } -// The request for -// [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations]. +// The request for [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations]. message ListReservationsRequest { // Required. The parent resource name containing project and location, e.g.: - // "projects/myproject/locations/US" + // `projects/myproject/locations/US` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -503,8 +488,7 @@ message ListReservationsRequest { string page_token = 3; } -// The response for -// [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations]. +// The response for [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations]. message ListReservationsResponse { // List of reservations visible to the user. repeated Reservation reservations = 1; @@ -514,8 +498,7 @@ message ListReservationsResponse { string next_page_token = 2; } -// The request for -// [ReservationService.GetReservation][google.cloud.bigquery.reservation.v1.ReservationService.GetReservation]. +// The request for [ReservationService.GetReservation][google.cloud.bigquery.reservation.v1.ReservationService.GetReservation]. message GetReservationRequest { // Required. Resource name of the reservation to retrieve. E.g., // `projects/myproject/locations/US/reservations/team1-prod` @@ -527,8 +510,7 @@ message GetReservationRequest { ]; } -// The request for -// [ReservationService.DeleteReservation][google.cloud.bigquery.reservation.v1.ReservationService.DeleteReservation]. +// The request for [ReservationService.DeleteReservation][google.cloud.bigquery.reservation.v1.ReservationService.DeleteReservation]. message DeleteReservationRequest { // Required. Resource name of the reservation to retrieve. E.g., // `projects/myproject/locations/US/reservations/team1-prod` @@ -540,8 +522,7 @@ message DeleteReservationRequest { ]; } -// The request for -// [ReservationService.UpdateReservation][google.cloud.bigquery.reservation.v1.ReservationService.UpdateReservation]. +// The request for [ReservationService.UpdateReservation][google.cloud.bigquery.reservation.v1.ReservationService.UpdateReservation]. message UpdateReservationRequest { // Content of the reservation to update. Reservation reservation = 1; @@ -550,11 +531,10 @@ message UpdateReservationRequest { google.protobuf.FieldMask update_mask = 2; } -// The request for -// [ReservationService.CreateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.CreateCapacityCommitment]. +// The request for [ReservationService.CreateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.CreateCapacityCommitment]. message CreateCapacityCommitmentRequest { // Required. Resource name of the parent reservation. E.g., - // projects/myproject/locations/US + // `projects/myproject/locations/US` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -570,11 +550,10 @@ message CreateCapacityCommitmentRequest { bool enforce_single_admin_project_per_org = 4; } -// The request for -// [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments]. +// The request for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments]. message ListCapacityCommitmentsRequest { // Required. Resource name of the parent reservation. E.g., - // projects/myproject/locations/US + // `projects/myproject/locations/US` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -589,8 +568,7 @@ message ListCapacityCommitmentsRequest { string page_token = 3; } -// The response for -// [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments]. +// The response for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments]. message ListCapacityCommitmentsResponse { // List of capacity commitments visible to the user. repeated CapacityCommitment capacity_commitments = 1; @@ -600,11 +578,10 @@ message ListCapacityCommitmentsResponse { string next_page_token = 2; } -// The request for -// [ReservationService.GetCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.GetCapacityCommitment]. +// The request for [ReservationService.GetCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.GetCapacityCommitment]. message GetCapacityCommitmentRequest { // Required. Resource name of the capacity commitment to retrieve. E.g., - // projects/myproject/locations/US/capacityCommitments/123 + // `projects/myproject/locations/US/capacityCommitments/123` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -613,11 +590,10 @@ message GetCapacityCommitmentRequest { ]; } -// The request for -// [ReservationService.DeleteCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteCapacityCommitment]. +// The request for [ReservationService.DeleteCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteCapacityCommitment]. message DeleteCapacityCommitmentRequest { // Required. Resource name of the capacity commitment to delete. E.g., - // projects/myproject/locations/US/capacityCommitments/123 + // `projects/myproject/locations/US/capacityCommitments/123` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -626,8 +602,7 @@ message DeleteCapacityCommitmentRequest { ]; } -// The request for -// [ReservationService.UpdateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.UpdateCapacityCommitment]. +// The request for [ReservationService.UpdateCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.UpdateCapacityCommitment]. message UpdateCapacityCommitmentRequest { // Content of the capacity commitment to update. CapacityCommitment capacity_commitment = 1; @@ -636,11 +611,10 @@ message UpdateCapacityCommitmentRequest { google.protobuf.FieldMask update_mask = 2; } -// The request for -// [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment]. +// The request for [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment]. message SplitCapacityCommitmentRequest { // Required. The resource name e.g.,: - // projects/myproject/locations/US/capacityCommitments/123 + // `projects/myproject/locations/US/capacityCommitments/123` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -652,8 +626,7 @@ message SplitCapacityCommitmentRequest { int64 slot_count = 2; } -// The response for -// [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment]. +// The response for [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment]. message SplitCapacityCommitmentResponse { // First capacity commitment, result of a split. CapacityCommitment first = 1; @@ -662,18 +635,19 @@ message SplitCapacityCommitmentResponse { CapacityCommitment second = 2; } -// The request for -// [ReservationService.MergeCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.MergeCapacityCommitments]. +// The request for [ReservationService.MergeCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.MergeCapacityCommitments]. message MergeCapacityCommitmentsRequest { // Parent resource that identifies admin project and location e.g., - // projects/myproject/locations/us + // `projects/myproject/locations/us` string parent = 1 [(google.api.resource_reference) = { - child_type: "bigqueryreservation.googleapis.com/CapacityCommitment" - }]; + child_type: "bigqueryreservation.googleapis.com/CapacityCommitment" + }]; // Ids of capacity commitments to merge. // These capacity commitments must exist under admin project and location // specified in the parent. + // ID is the last portion of capacity commitment name e.g., 'abc' for + // projects/myproject/locations/US/capacityCommitments/abc repeated string capacity_commitment_ids = 2; } @@ -728,8 +702,7 @@ message Assignment { State state = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; } -// The request for -// [ReservationService.CreateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.CreateAssignment]. +// The request for [ReservationService.CreateAssignment][google.cloud.bigquery.reservation.v1.ReservationService.CreateAssignment]. // Note: "bigquery.reservationAssignments.create" permission is required on the // related assignee. message CreateAssignmentRequest { @@ -746,8 +719,7 @@ message CreateAssignmentRequest { Assignment assignment = 2; } -// The request for -// [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments]. +// The request for [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments]. message ListAssignmentsRequest { // Required. The parent resource name e.g.: // @@ -770,8 +742,7 @@ message ListAssignmentsRequest { string page_token = 3; } -// The response for -// [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments]. +// The response for [ReservationService.ListAssignments][google.cloud.bigquery.reservation.v1.ReservationService.ListAssignments]. message ListAssignmentsResponse { // List of assignments visible to the user. repeated Assignment assignments = 1; @@ -781,8 +752,7 @@ message ListAssignmentsResponse { string next_page_token = 2; } -// The request for -// [ReservationService.DeleteAssignment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteAssignment]. +// The request for [ReservationService.DeleteAssignment][google.cloud.bigquery.reservation.v1.ReservationService.DeleteAssignment]. // Note: "bigquery.reservationAssignments.delete" permission is required on the // related assignee. message DeleteAssignmentRequest { @@ -801,9 +771,9 @@ message DeleteAssignmentRequest { // Note: "bigquery.reservationAssignments.search" permission is required on the // related assignee. message SearchAssignmentsRequest { - // Required. The resource name of the admin project(containing project and - // location), e.g.: - // "projects/myproject/locations/US". + // Required. The resource name of the admin project(containing project and location), + // e.g.: + // `projects/myproject/locations/US`. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -827,8 +797,7 @@ message SearchAssignmentsRequest { string page_token = 4; } -// The response for -// [ReservationService.SearchAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAssignments]. +// The response for [ReservationService.SearchAssignments][google.cloud.bigquery.reservation.v1.ReservationService.SearchAssignments]. message SearchAssignmentsResponse { // List of assignments visible to the user. repeated Assignment assignments = 1; @@ -861,8 +830,8 @@ message MoveAssignmentRequest { // The new reservation ID, e.g.: // `projects/myotherproject/locations/US/reservations/team2-prod` string destination_id = 3 [(google.api.resource_reference) = { - child_type: "bigqueryreservation.googleapis.com/Assignment" - }]; + child_type: "bigqueryreservation.googleapis.com/Assignment" + }]; } // Represents a BI Reservation. @@ -878,8 +847,7 @@ message BiReservation { string name = 1; // Output only. The last update timestamp of a reservation. - google.protobuf.Timestamp update_time = 3 - [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp update_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; // Size of a reservation, in bytes. int64 size = 4; diff --git a/synth.metadata b/synth.metadata index cf09b69f..55a21061 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigqueryreservation.git", - "sha": "5e392f342027a2c06ce583ed72fb6f86b6d01fc3" + "sha": "680fd86824151b136a35bc31c6f2d6f6e30b9871" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "907754d70ec714ab0e8282fe6ff4988221c64130", - "internalRef": "314217336" + "sha": "6b2d14d2f6a2d0977d9aded9fd5f9e71517a7a4f", + "internalRef": "316128048" } }, {