You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
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 <noreply@google.com> Source-Date: Fri Jun 12 10:23:45 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 6b2d14d2f6a2d0977d9aded9fd5f9e71517a7a4f Source-Link: googleapis/googleapis@6b2d14d
Copy file name to clipboardExpand all lines: google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClient.java
+22-18Lines changed: 22 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ public final UnaryCallable<DeleteReservationRequest, Empty> deleteReservationCal
279
279
* </code></pre>
280
280
*
281
281
* @param name Required. Resource name of the capacity commitment to delete. E.g.,
Copy file name to clipboardExpand all lines: proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitment.java
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -741,8 +741,8 @@ public com.google.cloud.bigquery.reservation.v1.CapacityCommitment.State getStat
741
741
*
742
742
*
743
743
* <pre>
744
-
* Output only. The end of the current commitment period. It is applicable
745
-
* only for ACTIVE capacity commitments.
744
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
745
+
* capacity commitments.
746
746
* </pre>
747
747
*
748
748
* <code>
@@ -759,8 +759,8 @@ public boolean hasCommitmentEndTime() {
759
759
*
760
760
*
761
761
* <pre>
762
-
* Output only. The end of the current commitment period. It is applicable
763
-
* only for ACTIVE capacity commitments.
762
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
763
+
* capacity commitments.
764
764
* </pre>
765
765
*
766
766
* <code>
@@ -779,8 +779,8 @@ public com.google.protobuf.Timestamp getCommitmentEndTime() {
779
779
*
780
780
*
781
781
* <pre>
782
-
* Output only. The end of the current commitment period. It is applicable
783
-
* only for ACTIVE capacity commitments.
782
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
783
+
* capacity commitments.
784
784
* </pre>
785
785
*
786
786
* <code>
@@ -1721,8 +1721,8 @@ public Builder clearState() {
1721
1721
*
1722
1722
*
1723
1723
* <pre>
1724
-
* Output only. The end of the current commitment period. It is applicable
1725
-
* only for ACTIVE capacity commitments.
1724
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
1725
+
* capacity commitments.
1726
1726
* </pre>
1727
1727
*
1728
1728
* <code>
@@ -1738,8 +1738,8 @@ public boolean hasCommitmentEndTime() {
1738
1738
*
1739
1739
*
1740
1740
* <pre>
1741
-
* Output only. The end of the current commitment period. It is applicable
1742
-
* only for ACTIVE capacity commitments.
1741
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
1742
+
* capacity commitments.
1743
1743
* </pre>
1744
1744
*
1745
1745
* <code>
@@ -1761,8 +1761,8 @@ public com.google.protobuf.Timestamp getCommitmentEndTime() {
1761
1761
*
1762
1762
*
1763
1763
* <pre>
1764
-
* Output only. The end of the current commitment period. It is applicable
1765
-
* only for ACTIVE capacity commitments.
1764
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
1765
+
* capacity commitments.
1766
1766
* </pre>
1767
1767
*
1768
1768
* <code>
@@ -1786,8 +1786,8 @@ public Builder setCommitmentEndTime(com.google.protobuf.Timestamp value) {
1786
1786
*
1787
1787
*
1788
1788
* <pre>
1789
-
* Output only. The end of the current commitment period. It is applicable
1790
-
* only for ACTIVE capacity commitments.
1789
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
1790
+
* capacity commitments.
1791
1791
* </pre>
1792
1792
*
1793
1793
* <code>
@@ -1808,8 +1808,8 @@ public Builder setCommitmentEndTime(com.google.protobuf.Timestamp.Builder builde
1808
1808
*
1809
1809
*
1810
1810
* <pre>
1811
-
* Output only. The end of the current commitment period. It is applicable
1812
-
* only for ACTIVE capacity commitments.
1811
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
1812
+
* capacity commitments.
1813
1813
* </pre>
1814
1814
*
1815
1815
* <code>
@@ -1837,8 +1837,8 @@ public Builder mergeCommitmentEndTime(com.google.protobuf.Timestamp value) {
1837
1837
*
1838
1838
*
1839
1839
* <pre>
1840
-
* Output only. The end of the current commitment period. It is applicable
1841
-
* only for ACTIVE capacity commitments.
1840
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
1841
+
* capacity commitments.
1842
1842
* </pre>
1843
1843
*
1844
1844
* <code>
@@ -1860,8 +1860,8 @@ public Builder clearCommitmentEndTime() {
1860
1860
*
1861
1861
*
1862
1862
* <pre>
1863
-
* Output only. The end of the current commitment period. It is applicable
1864
-
* only for ACTIVE capacity commitments.
1863
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
1864
+
* capacity commitments.
1865
1865
* </pre>
1866
1866
*
1867
1867
* <code>
@@ -1877,8 +1877,8 @@ public com.google.protobuf.Timestamp.Builder getCommitmentEndTimeBuilder() {
1877
1877
*
1878
1878
*
1879
1879
* <pre>
1880
-
* Output only. The end of the current commitment period. It is applicable
1881
-
* only for ACTIVE capacity commitments.
1880
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
1881
+
* capacity commitments.
1882
1882
* </pre>
1883
1883
*
1884
1884
* <code>
@@ -1898,8 +1898,8 @@ public com.google.protobuf.TimestampOrBuilder getCommitmentEndTimeOrBuilder() {
1898
1898
*
1899
1899
*
1900
1900
* <pre>
1901
-
* Output only. The end of the current commitment period. It is applicable
1902
-
* only for ACTIVE capacity commitments.
1901
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
Copy file name to clipboardExpand all lines: proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentOrBuilder.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -121,8 +121,8 @@ public interface CapacityCommitmentOrBuilder
121
121
*
122
122
*
123
123
* <pre>
124
-
* Output only. The end of the current commitment period. It is applicable
125
-
* only for ACTIVE capacity commitments.
124
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
125
+
* capacity commitments.
126
126
* </pre>
127
127
*
128
128
* <code>
@@ -136,8 +136,8 @@ public interface CapacityCommitmentOrBuilder
136
136
*
137
137
*
138
138
* <pre>
139
-
* Output only. The end of the current commitment period. It is applicable
140
-
* only for ACTIVE capacity commitments.
139
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
140
+
* capacity commitments.
141
141
* </pre>
142
142
*
143
143
* <code>
@@ -151,8 +151,8 @@ public interface CapacityCommitmentOrBuilder
151
151
*
152
152
*
153
153
* <pre>
154
-
* Output only. The end of the current commitment period. It is applicable
155
-
* only for ACTIVE capacity commitments.
154
+
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
Copy file name to clipboardExpand all lines: proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CreateAssignmentRequest.java
0 commit comments