Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
docs: Update proto comments for bigqueryreservation v1 (#21)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 310626531

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri May 8 14:12:13 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 4186d3e5424edc088a0f4dbce78f02dd860f3de8
Source-Link: googleapis/googleapis@4186d3e
  • Loading branch information
yoshi-automation committed May 12, 2020
1 parent 5eb57b3 commit 8aa0b9f
Show file tree
Hide file tree
Showing 43 changed files with 1,590 additions and 1,143 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
* computational power in BigQuery, and serves as the basic unit of parallelism. In a scan of a
* multi-partitioned table, a single slot operates on a single partition of the table. A reservation
* resource exists as a child resource of the admin project and location, e.g.:
* projects/myproject/locations/US/reservations/reservationName.
* `projects/myproject/locations/US/reservations/reservationName`.
*
* <p>A capacity commitment is a way to purchase compute capacity for BigQuery jobs (in the form of
* slots) with some committed period of usage. A capacity commitment resource exists as a child
* resource of the admin project and location, e.g.:
* projects/myproject/locations/US/capacityCommitments/id.
* `projects/myproject/locations/US/capacityCommitments/id`.
*
* <p>Sample for ReservationServiceClient:
*
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ private State(int value) {
*
* <pre>
* Output only. Name of the resource. E.g.:
* projects/myproject/locations/US/reservations/team1-prod/assignments/123.
* `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -482,7 +482,7 @@ public java.lang.String getName() {
*
* <pre>
* Output only. Name of the resource. E.g.:
* projects/myproject/locations/US/reservations/team1-prod/assignments/123.
* `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -508,7 +508,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* <pre>
* The resource which will use the reservation. E.g.
* projects/myproject, folders/123, organizations/456.
* `projects/myproject`, `folders/123`, or `organizations/456`.
* </pre>
*
* <code>string assignee = 4;</code>
Expand All @@ -531,7 +531,7 @@ public java.lang.String getAssignee() {
*
* <pre>
* The resource which will use the reservation. E.g.
* projects/myproject, folders/123, organizations/456.
* `projects/myproject`, `folders/123`, or `organizations/456`.
* </pre>
*
* <code>string assignee = 4;</code>
Expand Down Expand Up @@ -1005,7 +1005,7 @@ public Builder mergeFrom(
*
* <pre>
* Output only. Name of the resource. E.g.:
* projects/myproject/locations/US/reservations/team1-prod/assignments/123.
* `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1028,7 +1028,7 @@ public java.lang.String getName() {
*
* <pre>
* Output only. Name of the resource. E.g.:
* projects/myproject/locations/US/reservations/team1-prod/assignments/123.
* `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1051,7 +1051,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* <pre>
* Output only. Name of the resource. E.g.:
* projects/myproject/locations/US/reservations/team1-prod/assignments/123.
* `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1073,7 +1073,7 @@ public Builder setName(java.lang.String value) {
*
* <pre>
* Output only. Name of the resource. E.g.:
* projects/myproject/locations/US/reservations/team1-prod/assignments/123.
* `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1091,7 +1091,7 @@ public Builder clearName() {
*
* <pre>
* Output only. Name of the resource. E.g.:
* projects/myproject/locations/US/reservations/team1-prod/assignments/123.
* `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1116,7 +1116,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* The resource which will use the reservation. E.g.
* projects/myproject, folders/123, organizations/456.
* `projects/myproject`, `folders/123`, or `organizations/456`.
* </pre>
*
* <code>string assignee = 4;</code>
Expand All @@ -1139,7 +1139,7 @@ public java.lang.String getAssignee() {
*
* <pre>
* The resource which will use the reservation. E.g.
* projects/myproject, folders/123, organizations/456.
* `projects/myproject`, `folders/123`, or `organizations/456`.
* </pre>
*
* <code>string assignee = 4;</code>
Expand All @@ -1162,7 +1162,7 @@ public com.google.protobuf.ByteString getAssigneeBytes() {
*
* <pre>
* The resource which will use the reservation. E.g.
* projects/myproject, folders/123, organizations/456.
* `projects/myproject`, `folders/123`, or `organizations/456`.
* </pre>
*
* <code>string assignee = 4;</code>
Expand All @@ -1184,7 +1184,7 @@ public Builder setAssignee(java.lang.String value) {
*
* <pre>
* The resource which will use the reservation. E.g.
* projects/myproject, folders/123, organizations/456.
* `projects/myproject`, `folders/123`, or `organizations/456`.
* </pre>
*
* <code>string assignee = 4;</code>
Expand All @@ -1202,7 +1202,7 @@ public Builder clearAssignee() {
*
* <pre>
* The resource which will use the reservation. E.g.
* projects/myproject, folders/123, organizations/456.
* `projects/myproject`, `folders/123`, or `organizations/456`.
* </pre>
*
* <code>string assignee = 4;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface AssignmentOrBuilder
*
* <pre>
* Output only. Name of the resource. E.g.:
* projects/myproject/locations/US/reservations/team1-prod/assignments/123.
* `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -41,7 +41,7 @@ public interface AssignmentOrBuilder
*
* <pre>
* Output only. Name of the resource. E.g.:
* projects/myproject/locations/US/reservations/team1-prod/assignments/123.
* `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -55,7 +55,7 @@ public interface AssignmentOrBuilder
*
* <pre>
* The resource which will use the reservation. E.g.
* projects/myproject, folders/123, organizations/456.
* `projects/myproject`, `folders/123`, or `organizations/456`.
* </pre>
*
* <code>string assignee = 4;</code>
Expand All @@ -68,7 +68,7 @@ public interface AssignmentOrBuilder
*
* <pre>
* The resource which will use the reservation. E.g.
* projects/myproject, folders/123, organizations/456.
* `projects/myproject`, `folders/123`, or `organizations/456`.
* </pre>
*
* <code>string assignee = 4;</code>
Expand Down
Loading

0 comments on commit 8aa0b9f

Please sign in to comment.