Skip to content

Commit d0f29ed

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate cloudtrace client (googleapis#2817)
1 parent c4c8666 commit d0f29ed

File tree

30 files changed

+1873
-1876
lines changed

30 files changed

+1873
-1876
lines changed

clients/google-api-services-cloudtrace/v1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-cloudtrace",
5-
"version": "v1-rev20180910-1.30.3"
5+
"version": "v1-rev20190917-1.30.3"
66
}
77
}

clients/google-api-services-cloudtrace/v1/1.28.0/com/google/api/services/cloudtrace/v1/CloudTrace.java

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public class Projects {
154154
* This request holds the parameters needed by the cloudtrace server. After setting any optional
155155
* parameters, call the {@link PatchTraces#execute()} method to invoke the remote operation.
156156
*
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.
158158
* @param content the {@link com.google.api.services.cloudtrace.v1.model.Traces}
159159
* @return the request
160160
*/
@@ -182,7 +182,7 @@ public class PatchTraces extends CloudTraceRequest<com.google.api.services.cloud
182182
* PatchTraces#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
183183
* must be called to initialize this instance immediately after invoking the constructor. </p>
184184
*
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.
186186
* @param content the {@link com.google.api.services.cloudtrace.v1.model.Traces}
187187
* @since 1.13
188188
*/
@@ -246,17 +246,17 @@ public PatchTraces setUploadProtocol(java.lang.String uploadProtocol) {
246246
return (PatchTraces) super.setUploadProtocol(uploadProtocol);
247247
}
248248

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. */
250250
@com.google.api.client.util.Key
251251
private java.lang.String projectId;
252252

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.
254254
*/
255255
public java.lang.String getProjectId() {
256256
return projectId;
257257
}
258258

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. */
260260
public PatchTraces setProjectId(java.lang.String projectId) {
261261
this.projectId = projectId;
262262
return this;
@@ -296,8 +296,8 @@ public class Traces {
296296
* This request holds the parameters needed by the cloudtrace server. After setting any optional
297297
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
298298
*
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.
301301
* @return the request
302302
*/
303303
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
320320
* {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
321321
* must be called to initialize this instance immediately after invoking the constructor. </p>
322322
*
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.
325325
* @since 1.13
326326
*/
327327
protected Get(java.lang.String projectId, java.lang.String traceId) {
@@ -395,33 +395,33 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
395395
return (Get) super.setUploadProtocol(uploadProtocol);
396396
}
397397

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. */
399399
@com.google.api.client.util.Key
400400
private java.lang.String projectId;
401401

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.
403403
*/
404404
public java.lang.String getProjectId() {
405405
return projectId;
406406
}
407407

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. */
409409
public Get setProjectId(java.lang.String projectId) {
410410
this.projectId = projectId;
411411
return this;
412412
}
413413

414-
/** ID of the trace to return. */
414+
/** Required. ID of the trace to return. */
415415
@com.google.api.client.util.Key
416416
private java.lang.String traceId;
417417

418-
/** ID of the trace to return.
418+
/** Required. ID of the trace to return.
419419
*/
420420
public java.lang.String getTraceId() {
421421
return traceId;
422422
}
423423

424-
/** ID of the trace to return. */
424+
/** Required. ID of the trace to return. */
425425
public Get setTraceId(java.lang.String traceId) {
426426
this.traceId = traceId;
427427
return this;
@@ -440,7 +440,7 @@ public Get set(String parameterName, Object value) {
440440
* This request holds the parameters needed by the cloudtrace server. After setting any optional
441441
* parameters, call the {@link List#execute()} method to invoke the remote operation.
442442
*
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.
444444
* @return the request
445445
*/
446446
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
463463
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
464464
* must be called to initialize this instance immediately after invoking the constructor. </p>
465465
*
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.
467467
* @since 1.13
468468
*/
469469
protected List(java.lang.String projectId) {
@@ -536,17 +536,17 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
536536
return (List) super.setUploadProtocol(uploadProtocol);
537537
}
538538

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. */
540540
@com.google.api.client.util.Key
541541
private java.lang.String projectId;
542542

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.
544544
*/
545545
public java.lang.String getProjectId() {
546546
return projectId;
547547
}
548548

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. */
550550
public List setProjectId(java.lang.String projectId) {
551551
this.projectId = projectId;
552552
return this;
@@ -576,7 +576,7 @@ public List setEndTime(String endTime) {
576576
}
577577

578578
/**
579-
* An optional filter against labels for the request.
579+
* Optional. A filter against labels for the request.
580580
*
581581
* By default, searches use prefix matching. To specify exact match, prepend a plus symbol
582582
* (`+`) to the search term. Multiple terms are ANDed. Syntax:
@@ -600,7 +600,7 @@ public List setEndTime(String endTime) {
600600
@com.google.api.client.util.Key
601601
private java.lang.String filter;
602602

603-
/** An optional filter against labels for the request.
603+
/** Optional. A filter against labels for the request.
604604
605605
By default, searches use prefix matching. To specify exact match, prepend a plus symbol (`+`) to
606606
the search term. Multiple terms are ANDed. Syntax:
@@ -625,7 +625,7 @@ public java.lang.String getFilter() {
625625
}
626626

627627
/**
628-
* An optional filter against labels for the request.
628+
* Optional. A filter against labels for the request.
629629
*
630630
* By default, searches use prefix matching. To specify exact match, prepend a plus symbol
631631
* (`+`) to the search term. Multiple terms are ANDed. Syntax:
@@ -652,7 +652,7 @@ public List setFilter(java.lang.String filter) {
652652
}
653653

654654
/**
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:
656656
*
657657
* * `trace_id` * `name` (`name` field of root span in the trace) * `duration`
658658
* (difference between `end_time` and `start_time` fields of the root span) * `start`
@@ -666,7 +666,7 @@ public List setFilter(java.lang.String filter) {
666666
@com.google.api.client.util.Key
667667
private java.lang.String orderBy;
668668

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:
670670
671671
* `trace_id` * `name` (`name` field of root span in the trace) * `duration` (difference
672672
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() {
681681
}
682682

683683
/**
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:
685685
*
686686
* * `trace_id` * `name` (`name` field of root span in the trace) * `duration`
687687
* (difference between `end_time` and `start_time` fields of the root span) * `start`
@@ -698,25 +698,24 @@ public List setOrderBy(java.lang.String orderBy) {
698698
}
699699

700700
/**
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.
704704
*/
705705
@com.google.api.client.util.Key
706706
private java.lang.Integer pageSize;
707707

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.
711710
*/
712711
public java.lang.Integer getPageSize() {
713712
return pageSize;
714713
}
715714

716715
/**
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.
720719
*/
721720
public List setPageSize(java.lang.Integer pageSize) {
722721
this.pageSize = pageSize;
@@ -725,21 +724,21 @@ public List setPageSize(java.lang.Integer pageSize) {
725724

726725
/**
727726
* 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.
729728
*/
730729
@com.google.api.client.util.Key
731730
private java.lang.String pageToken;
732731

733732
/** 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.
735734
*/
736735
public java.lang.String getPageToken() {
737736
return pageToken;
738737
}
739738

740739
/**
741740
* 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.
743742
*/
744743
public List setPageToken(java.lang.String pageToken) {
745744
this.pageToken = pageToken;
@@ -770,19 +769,19 @@ public List setStartTime(String startTime) {
770769
}
771770

772771
/**
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`.
774773
*/
775774
@com.google.api.client.util.Key
776775
private java.lang.String view;
777776

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`.
779778
*/
780779
public java.lang.String getView() {
781780
return view;
782781
}
783782

784783
/**
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`.
786785
*/
787786
public List setView(java.lang.String view) {
788787
this.view = view;

clients/google-api-services-cloudtrace/v1/1.28.0/com/google/api/services/cloudtrace/v1/model/TraceSpan.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public final class TraceSpan extends com.google.api.client.json.GenericJson {
8282
private java.lang.String name;
8383

8484
/**
85-
* ID of the parent span, if any. Optional.
85+
* Optional. ID of the parent span, if any.
8686
* The value may be {@code null}.
8787
*/
8888
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -212,15 +212,15 @@ public TraceSpan setName(java.lang.String name) {
212212
}
213213

214214
/**
215-
* ID of the parent span, if any. Optional.
215+
* Optional. ID of the parent span, if any.
216216
* @return value or {@code null} for none
217217
*/
218218
public java.math.BigInteger getParentSpanId() {
219219
return parentSpanId;
220220
}
221221

222222
/**
223-
* ID of the parent span, if any. Optional.
223+
* Optional. ID of the parent span, if any.
224224
* @param parentSpanId parentSpanId or {@code null} for none
225225
*/
226226
public TraceSpan setParentSpanId(java.math.BigInteger parentSpanId) {

clients/google-api-services-cloudtrace/v1/1.28.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-cloudtrace</artifactId>
11-
<version>v1-rev20180910-1.28.0</version>
12-
<name>Stackdriver Trace API v1-rev20180910-1.28.0</name>
11+
<version>v1-rev20190917-1.28.0</version>
12+
<name>Stackdriver Trace API v1-rev20190917-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)