Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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