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
Copy file name to clipboardExpand all lines: clients/google-api-services-bigqueryreservation/v1/2.0.0/com/google/api/services/bigqueryreservation/v1/model/CapacityCommitment.java
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,18 @@ public final class CapacityCommitment extends com.google.api.client.json.Generic
36
36
37
37
/**
38
38
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
39
-
* capacity commitments.
39
+
* capacity commitments. Note after renewal, commitment_end_time is the time the renewed
40
+
* commitment expires. So itwould be at a time after commitment_start_time + committed period,
41
+
* because we don't change commitment_start_time ,
40
42
* The value may be {@code null}.
41
43
*/
42
44
@com.google.api.client.util.Key
43
45
privateStringcommitmentEndTime;
44
46
45
47
/**
46
48
* Output only. The start of the current commitment period. It is applicable only for ACTIVE
47
-
* capacity commitments.
49
+
* capacity commitments. Note after the commitment is renewed, commitment_start_time won't be
50
+
* changed. It refers to the start time of the original commitment.
48
51
* The value may be {@code null}.
49
52
*/
50
53
@com.google.api.client.util.Key
@@ -125,7 +128,9 @@ public final class CapacityCommitment extends com.google.api.client.json.Generic
125
128
126
129
/**
127
130
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
128
-
* capacity commitments.
131
+
* capacity commitments. Note after renewal, commitment_end_time is the time the renewed
132
+
* commitment expires. So itwould be at a time after commitment_start_time + committed period,
133
+
* because we don't change commitment_start_time ,
129
134
* @return value or {@code null} for none
130
135
*/
131
136
publicStringgetCommitmentEndTime() {
@@ -134,7 +139,9 @@ public String getCommitmentEndTime() {
134
139
135
140
/**
136
141
* Output only. The end of the current commitment period. It is applicable only for ACTIVE
137
-
* capacity commitments.
142
+
* capacity commitments. Note after renewal, commitment_end_time is the time the renewed
143
+
* commitment expires. So itwould be at a time after commitment_start_time + committed period,
144
+
* because we don't change commitment_start_time ,
138
145
* @param commitmentEndTime commitmentEndTime or {@code null} for none
0 commit comments