@@ -154,7 +154,7 @@ public class Projects {
154
154
* This request holds the parameters needed by the cloudtrace server. After setting any optional
155
155
* parameters, call the {@link PatchTraces#execute()} method to invoke the remote operation.
156
156
*
157
- * @param projectId ID of the Cloud project where the trace data is stored.
157
+ * @param projectId Required. ID of the Cloud project where the trace data is stored.
158
158
* @param content the {@link com.google.api.services.cloudtrace.v1.model.Traces}
159
159
* @return the request
160
160
*/
@@ -182,7 +182,7 @@ public class PatchTraces extends CloudTraceRequest<com.google.api.services.cloud
182
182
* PatchTraces#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
183
183
* must be called to initialize this instance immediately after invoking the constructor. </p>
184
184
*
185
- * @param projectId ID of the Cloud project where the trace data is stored.
185
+ * @param projectId Required. ID of the Cloud project where the trace data is stored.
186
186
* @param content the {@link com.google.api.services.cloudtrace.v1.model.Traces}
187
187
* @since 1.13
188
188
*/
@@ -246,17 +246,17 @@ public PatchTraces setUploadProtocol(java.lang.String uploadProtocol) {
246
246
return (PatchTraces ) super .setUploadProtocol (uploadProtocol );
247
247
}
248
248
249
- /** ID of the Cloud project where the trace data is stored. */
249
+ /** Required. ID of the Cloud project where the trace data is stored. */
250
250
@ com .google .api .client .util .Key
251
251
private java .lang .String projectId ;
252
252
253
- /** ID of the Cloud project where the trace data is stored.
253
+ /** Required. ID of the Cloud project where the trace data is stored.
254
254
*/
255
255
public java .lang .String getProjectId () {
256
256
return projectId ;
257
257
}
258
258
259
- /** ID of the Cloud project where the trace data is stored. */
259
+ /** Required. ID of the Cloud project where the trace data is stored. */
260
260
public PatchTraces setProjectId (java .lang .String projectId ) {
261
261
this .projectId = projectId ;
262
262
return this ;
@@ -296,8 +296,8 @@ public class Traces {
296
296
* This request holds the parameters needed by the cloudtrace server. After setting any optional
297
297
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
298
298
*
299
- * @param projectId ID of the Cloud project where the trace data is stored.
300
- * @param traceId ID of the trace to return.
299
+ * @param projectId Required. ID of the Cloud project where the trace data is stored.
300
+ * @param traceId Required. ID of the trace to return.
301
301
* @return the request
302
302
*/
303
303
public Get get (java .lang .String projectId , java .lang .String traceId ) throws java .io .IOException {
@@ -320,8 +320,8 @@ public class Get extends CloudTraceRequest<com.google.api.services.cloudtrace.v1
320
320
* {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
321
321
* must be called to initialize this instance immediately after invoking the constructor. </p>
322
322
*
323
- * @param projectId ID of the Cloud project where the trace data is stored.
324
- * @param traceId ID of the trace to return.
323
+ * @param projectId Required. ID of the Cloud project where the trace data is stored.
324
+ * @param traceId Required. ID of the trace to return.
325
325
* @since 1.13
326
326
*/
327
327
protected Get (java .lang .String projectId , java .lang .String traceId ) {
@@ -395,33 +395,33 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
395
395
return (Get ) super .setUploadProtocol (uploadProtocol );
396
396
}
397
397
398
- /** ID of the Cloud project where the trace data is stored. */
398
+ /** Required. ID of the Cloud project where the trace data is stored. */
399
399
@ com .google .api .client .util .Key
400
400
private java .lang .String projectId ;
401
401
402
- /** ID of the Cloud project where the trace data is stored.
402
+ /** Required. ID of the Cloud project where the trace data is stored.
403
403
*/
404
404
public java .lang .String getProjectId () {
405
405
return projectId ;
406
406
}
407
407
408
- /** ID of the Cloud project where the trace data is stored. */
408
+ /** Required. ID of the Cloud project where the trace data is stored. */
409
409
public Get setProjectId (java .lang .String projectId ) {
410
410
this .projectId = projectId ;
411
411
return this ;
412
412
}
413
413
414
- /** ID of the trace to return. */
414
+ /** Required. ID of the trace to return. */
415
415
@ com .google .api .client .util .Key
416
416
private java .lang .String traceId ;
417
417
418
- /** ID of the trace to return.
418
+ /** Required. ID of the trace to return.
419
419
*/
420
420
public java .lang .String getTraceId () {
421
421
return traceId ;
422
422
}
423
423
424
- /** ID of the trace to return. */
424
+ /** Required. ID of the trace to return. */
425
425
public Get setTraceId (java .lang .String traceId ) {
426
426
this .traceId = traceId ;
427
427
return this ;
@@ -440,7 +440,7 @@ public Get set(String parameterName, Object value) {
440
440
* This request holds the parameters needed by the cloudtrace server. After setting any optional
441
441
* parameters, call the {@link List#execute()} method to invoke the remote operation.
442
442
*
443
- * @param projectId ID of the Cloud project where the trace data is stored.
443
+ * @param projectId Required. ID of the Cloud project where the trace data is stored.
444
444
* @return the request
445
445
*/
446
446
public List list (java .lang .String projectId ) throws java .io .IOException {
@@ -463,7 +463,7 @@ public class List extends CloudTraceRequest<com.google.api.services.cloudtrace.v
463
463
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
464
464
* must be called to initialize this instance immediately after invoking the constructor. </p>
465
465
*
466
- * @param projectId ID of the Cloud project where the trace data is stored.
466
+ * @param projectId Required. ID of the Cloud project where the trace data is stored.
467
467
* @since 1.13
468
468
*/
469
469
protected List (java .lang .String projectId ) {
@@ -536,17 +536,17 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
536
536
return (List ) super .setUploadProtocol (uploadProtocol );
537
537
}
538
538
539
- /** ID of the Cloud project where the trace data is stored. */
539
+ /** Required. ID of the Cloud project where the trace data is stored. */
540
540
@ com .google .api .client .util .Key
541
541
private java .lang .String projectId ;
542
542
543
- /** ID of the Cloud project where the trace data is stored.
543
+ /** Required. ID of the Cloud project where the trace data is stored.
544
544
*/
545
545
public java .lang .String getProjectId () {
546
546
return projectId ;
547
547
}
548
548
549
- /** ID of the Cloud project where the trace data is stored. */
549
+ /** Required. ID of the Cloud project where the trace data is stored. */
550
550
public List setProjectId (java .lang .String projectId ) {
551
551
this .projectId = projectId ;
552
552
return this ;
@@ -576,7 +576,7 @@ public List setEndTime(String endTime) {
576
576
}
577
577
578
578
/**
579
- * An optional filter against labels for the request.
579
+ * Optional. A filter against labels for the request.
580
580
*
581
581
* By default, searches use prefix matching. To specify exact match, prepend a plus symbol
582
582
* (`+`) to the search term. Multiple terms are ANDed. Syntax:
@@ -600,7 +600,7 @@ public List setEndTime(String endTime) {
600
600
@ com .google .api .client .util .Key
601
601
private java .lang .String filter ;
602
602
603
- /** An optional filter against labels for the request.
603
+ /** Optional. A filter against labels for the request.
604
604
605
605
By default, searches use prefix matching. To specify exact match, prepend a plus symbol (`+`) to
606
606
the search term. Multiple terms are ANDed. Syntax:
@@ -625,7 +625,7 @@ public java.lang.String getFilter() {
625
625
}
626
626
627
627
/**
628
- * An optional filter against labels for the request.
628
+ * Optional. A filter against labels for the request.
629
629
*
630
630
* By default, searches use prefix matching. To specify exact match, prepend a plus symbol
631
631
* (`+`) to the search term. Multiple terms are ANDed. Syntax:
@@ -652,7 +652,7 @@ public List setFilter(java.lang.String filter) {
652
652
}
653
653
654
654
/**
655
- * Field used to sort the returned traces. Optional . Can be one of the following:
655
+ * Optional. Field used to sort the returned traces. Can be one of the following:
656
656
*
657
657
* * `trace_id` * `name` (`name` field of root span in the trace) * `duration`
658
658
* (difference between `end_time` and `start_time` fields of the root span) * `start`
@@ -666,7 +666,7 @@ public List setFilter(java.lang.String filter) {
666
666
@ com .google .api .client .util .Key
667
667
private java .lang .String orderBy ;
668
668
669
- /** Field used to sort the returned traces. Optional . Can be one of the following:
669
+ /** Optional. Field used to sort the returned traces. Can be one of the following:
670
670
671
671
* `trace_id` * `name` (`name` field of root span in the trace) * `duration` (difference
672
672
between `end_time` and `start_time` fields of the root span) * `start` (`start_time` field of the
@@ -681,7 +681,7 @@ public java.lang.String getOrderBy() {
681
681
}
682
682
683
683
/**
684
- * Field used to sort the returned traces. Optional . Can be one of the following:
684
+ * Optional. Field used to sort the returned traces. Can be one of the following:
685
685
*
686
686
* * `trace_id` * `name` (`name` field of root span in the trace) * `duration`
687
687
* (difference between `end_time` and `start_time` fields of the root span) * `start`
@@ -698,25 +698,24 @@ public List setOrderBy(java.lang.String orderBy) {
698
698
}
699
699
700
700
/**
701
- * Maximum number of traces to return. If not specified or <= 0, the implementation selects
702
- * a reasonable value. The implementation may return fewer traces than the requested page
703
- * size. Optional .
701
+ * Optional. Maximum number of traces to return. If not specified or <= 0, the
702
+ * implementation selects a reasonable value. The implementation may return fewer traces
703
+ * than the requested page size .
704
704
*/
705
705
@ com .google .api .client .util .Key
706
706
private java .lang .Integer pageSize ;
707
707
708
- /** Maximum number of traces to return. If not specified or <= 0, the implementation selects a
709
- reasonable value. The implementation may return fewer traces than the requested page size.
710
- Optional.
708
+ /** Optional. Maximum number of traces to return. If not specified or <= 0, the implementation selects
709
+ a reasonable value. The implementation may return fewer traces than the requested page size.
711
710
*/
712
711
public java .lang .Integer getPageSize () {
713
712
return pageSize ;
714
713
}
715
714
716
715
/**
717
- * Maximum number of traces to return. If not specified or <= 0, the implementation selects
718
- * a reasonable value. The implementation may return fewer traces than the requested page
719
- * size. Optional .
716
+ * Optional. Maximum number of traces to return. If not specified or <= 0, the
717
+ * implementation selects a reasonable value. The implementation may return fewer traces
718
+ * than the requested page size .
720
719
*/
721
720
public List setPageSize (java .lang .Integer pageSize ) {
722
721
this .pageSize = pageSize ;
@@ -725,21 +724,21 @@ public List setPageSize(java.lang.Integer pageSize) {
725
724
726
725
/**
727
726
* Token identifying the page of results to return. If provided, use the value of the
728
- * `next_page_token` field from a previous request. Optional.
727
+ * `next_page_token` field from a previous request.
729
728
*/
730
729
@ com .google .api .client .util .Key
731
730
private java .lang .String pageToken ;
732
731
733
732
/** Token identifying the page of results to return. If provided, use the value of the
734
- `next_page_token` field from a previous request. Optional.
733
+ `next_page_token` field from a previous request.
735
734
*/
736
735
public java .lang .String getPageToken () {
737
736
return pageToken ;
738
737
}
739
738
740
739
/**
741
740
* Token identifying the page of results to return. If provided, use the value of the
742
- * `next_page_token` field from a previous request. Optional.
741
+ * `next_page_token` field from a previous request.
743
742
*/
744
743
public List setPageToken (java .lang .String pageToken ) {
745
744
this .pageToken = pageToken ;
@@ -770,19 +769,19 @@ public List setStartTime(String startTime) {
770
769
}
771
770
772
771
/**
773
- * Type of data returned for traces in the list. Optional . Default is `MINIMAL`.
772
+ * Optional. Type of data returned for traces in the list. Default is `MINIMAL`.
774
773
*/
775
774
@ com .google .api .client .util .Key
776
775
private java .lang .String view ;
777
776
778
- /** Type of data returned for traces in the list. Optional . Default is `MINIMAL`.
777
+ /** Optional. Type of data returned for traces in the list. Default is `MINIMAL`.
779
778
*/
780
779
public java .lang .String getView () {
781
780
return view ;
782
781
}
783
782
784
783
/**
785
- * Type of data returned for traces in the list. Optional . Default is `MINIMAL`.
784
+ * Optional. Type of data returned for traces in the list. Default is `MINIMAL`.
786
785
*/
787
786
public List setView (java .lang .String view ) {
788
787
this .view = view ;
0 commit comments