diff --git a/clients/google-api-services-cloudtrace/v1/2.0.0/README.md b/clients/google-api-services-cloudtrace/v1/2.0.0/README.md index b19f7cae6c7..10f493b7fa2 100644 --- a/clients/google-api-services-cloudtrace/v1/2.0.0/README.md +++ b/clients/google-api-services-cloudtrace/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtrace - v1-rev20260612-2.0.0 + v1-rev20260724-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtrace:v1-rev20260612-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtrace:v1-rev20260724-2.0.0' } ``` diff --git a/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/CloudTrace.java b/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/CloudTrace.java index 55bff88cb77..dd96474bc00 100644 --- a/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/CloudTrace.java +++ b/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/CloudTrace.java @@ -559,13 +559,13 @@ public List setProjectId(java.lang.String projectId) { } /** - * End of the time interval (inclusive) during which the trace data was collected from the - * application. + * Required. End of the time interval (inclusive) during which the trace data was collected + * from the application. */ @com.google.api.client.util.Key private String endTime; - /** End of the time interval (inclusive) during which the trace data was collected from the + /** Required. End of the time interval (inclusive) during which the trace data was collected from the application. */ public String getEndTime() { @@ -573,8 +573,8 @@ public String getEndTime() { } /** - * End of the time interval (inclusive) during which the trace data was collected from the - * application. + * Required. End of the time interval (inclusive) during which the trace data was collected + * from the application. */ public List setEndTime(String endTime) { this.endTime = endTime; @@ -662,13 +662,13 @@ public List setPageSize(java.lang.Integer pageSize) { } /** - * Token identifying the page of results to return. If provided, use the value of the - * `next_page_token` field from a previous request. + * Optional. Token identifying the page of results to return. If provided, use the value of + * the `next_page_token` field from a previous request. */ @com.google.api.client.util.Key private java.lang.String pageToken; - /** Token identifying the page of results to return. If provided, use the value of the + /** Optional. Token identifying the page of results to return. If provided, use the value of the `next_page_token` field from a previous request. */ public java.lang.String getPageToken() { @@ -676,8 +676,8 @@ public java.lang.String getPageToken() { } /** - * Token identifying the page of results to return. If provided, use the value of the - * `next_page_token` field from a previous request. + * Optional. Token identifying the page of results to return. If provided, use the value of + * the `next_page_token` field from a previous request. */ public List setPageToken(java.lang.String pageToken) { this.pageToken = pageToken; @@ -685,13 +685,13 @@ public List setPageToken(java.lang.String pageToken) { } /** - * Start of the time interval (inclusive) during which the trace data was collected from the - * application. + * Required. Start of the time interval (inclusive) during which the trace data was + * collected from the application. */ @com.google.api.client.util.Key private String startTime; - /** Start of the time interval (inclusive) during which the trace data was collected from the + /** Required. Start of the time interval (inclusive) during which the trace data was collected from the application. */ public String getStartTime() { @@ -699,8 +699,8 @@ public String getStartTime() { } /** - * Start of the time interval (inclusive) during which the trace data was collected from the - * application. + * Required. Start of the time interval (inclusive) during which the trace data was + * collected from the application. */ public List setStartTime(String startTime) { this.startTime = startTime; diff --git a/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/Trace.java b/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/Trace.java index 5c2fa0bfb16..d6d10a511ac 100644 --- a/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/Trace.java +++ b/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/Trace.java @@ -31,7 +31,7 @@ public final class Trace extends com.google.api.client.json.GenericJson { /** - * Project ID of the Cloud project where the trace data is stored. + * Required. Project ID of the Cloud project where the trace data is stored. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -45,16 +45,16 @@ public final class Trace extends com.google.api.client.json.GenericJson { private java.util.List spans; /** - * Globally unique identifier for the trace. This identifier is a 128-bit numeric value formatted - * as a 32-byte hex string. For example, `382d4f4c6b7bb2f4a972559d9085001d`. The numeric value - * should not be zero. + * Required. Globally unique identifier for the trace. This identifier is a 128-bit numeric value + * formatted as a 32-byte hex string. For example, `382d4f4c6b7bb2f4a972559d9085001d`. The numeric + * value should not be zero. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String traceId; /** - * Project ID of the Cloud project where the trace data is stored. + * Required. Project ID of the Cloud project where the trace data is stored. * @return value or {@code null} for none */ public java.lang.String getProjectId() { @@ -62,7 +62,7 @@ public java.lang.String getProjectId() { } /** - * Project ID of the Cloud project where the trace data is stored. + * Required. Project ID of the Cloud project where the trace data is stored. * @param projectId projectId or {@code null} for none */ public Trace setProjectId(java.lang.String projectId) { @@ -88,9 +88,9 @@ public Trace setSpans(java.util.List spans) { } /** - * Globally unique identifier for the trace. This identifier is a 128-bit numeric value formatted - * as a 32-byte hex string. For example, `382d4f4c6b7bb2f4a972559d9085001d`. The numeric value - * should not be zero. + * Required. Globally unique identifier for the trace. This identifier is a 128-bit numeric value + * formatted as a 32-byte hex string. For example, `382d4f4c6b7bb2f4a972559d9085001d`. The numeric + * value should not be zero. * @return value or {@code null} for none */ public java.lang.String getTraceId() { @@ -98,9 +98,9 @@ public java.lang.String getTraceId() { } /** - * Globally unique identifier for the trace. This identifier is a 128-bit numeric value formatted - * as a 32-byte hex string. For example, `382d4f4c6b7bb2f4a972559d9085001d`. The numeric value - * should not be zero. + * Required. Globally unique identifier for the trace. This identifier is a 128-bit numeric value + * formatted as a 32-byte hex string. For example, `382d4f4c6b7bb2f4a972559d9085001d`. The numeric + * value should not be zero. * @param traceId traceId or {@code null} for none */ public Trace setTraceId(java.lang.String traceId) { diff --git a/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/TraceSpan.java b/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/TraceSpan.java index 47153cb1a76..720ba1c247f 100644 --- a/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/TraceSpan.java +++ b/clients/google-api-services-cloudtrace/v1/2.0.0/com/google/api/services/cloudtrace/v1/model/TraceSpan.java @@ -33,25 +33,25 @@ public final class TraceSpan extends com.google.api.client.json.GenericJson { /** - * End time of the span in seconds and nanoseconds from the UNIX epoch. + * Required. End time of the span in seconds and nanoseconds from the UNIX epoch. * The value may be {@code null}. */ @com.google.api.client.util.Key private String endTime; /** - * Distinguishes between spans generated in a particular context. For example, two spans with the - * same name may be distinguished using `RPC_CLIENT` and `RPC_SERVER` to identify queueing latency - * associated with the span. + * Optional. Distinguishes between spans generated in a particular context. For example, two spans + * with the same name may be distinguished using `RPC_CLIENT` and `RPC_SERVER` to identify + * queueing latency associated with the span. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String kind; /** - * Collection of labels associated with the span. Label keys must be less than 128 bytes. Label - * values must be less than 16 KiB. Some keys might have predefined meaning, and you can also - * create your own. For more information, see [Cloud Trace + * Optional. Collection of labels associated with the span. Label keys must be less than 128 + * bytes. Label values must be less than 16 KiB. Some keys might have predefined meaning, and you + * can also create your own. For more information, see [Cloud Trace * labels](https://cloud.google.com/trace/docs/trace-labels). * The value may be {@code null}. */ @@ -59,10 +59,10 @@ public final class TraceSpan extends com.google.api.client.json.GenericJson { private java.util.Map labels; /** - * Name of the span. Must be less than 128 bytes. The span name is sanitized and displayed in the - * Trace tool in the Google Cloud Platform Console. The name may be a method name or some other - * per-call site name. For the same executable and the same call point, a best practice is to use - * a consistent name, which makes it easier to correlate cross-trace spans. + * Required. Name of the span. Must be less than 128 bytes. The span name is sanitized and + * displayed in the Trace tool in the Google Cloud Platform Console. The name may be a method name + * or some other per-call site name. For the same executable and the same call point, a best + * practice is to use a consistent name, which makes it easier to correlate cross-trace spans. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -76,22 +76,22 @@ public final class TraceSpan extends com.google.api.client.json.GenericJson { private java.math.BigInteger parentSpanId; /** - * Identifier for the span. Must be a 64-bit integer other than 0 and unique within a trace. For - * example, `2205310701640571284`. + * Required. Identifier for the span. Must be a 64-bit integer other than 0 and unique within a + * trace. For example, `2205310701640571284`. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString private java.math.BigInteger spanId; /** - * Start time of the span in seconds and nanoseconds from the UNIX epoch. + * Required. Start time of the span in seconds and nanoseconds from the UNIX epoch. * The value may be {@code null}. */ @com.google.api.client.util.Key private String startTime; /** - * End time of the span in seconds and nanoseconds from the UNIX epoch. + * Required. End time of the span in seconds and nanoseconds from the UNIX epoch. * @return value or {@code null} for none */ public String getEndTime() { @@ -99,7 +99,7 @@ public String getEndTime() { } /** - * End time of the span in seconds and nanoseconds from the UNIX epoch. + * Required. End time of the span in seconds and nanoseconds from the UNIX epoch. * @param endTime endTime or {@code null} for none */ public TraceSpan setEndTime(String endTime) { @@ -108,9 +108,9 @@ public TraceSpan setEndTime(String endTime) { } /** - * Distinguishes between spans generated in a particular context. For example, two spans with the - * same name may be distinguished using `RPC_CLIENT` and `RPC_SERVER` to identify queueing latency - * associated with the span. + * Optional. Distinguishes between spans generated in a particular context. For example, two spans + * with the same name may be distinguished using `RPC_CLIENT` and `RPC_SERVER` to identify + * queueing latency associated with the span. * @return value or {@code null} for none */ public java.lang.String getKind() { @@ -118,9 +118,9 @@ public java.lang.String getKind() { } /** - * Distinguishes between spans generated in a particular context. For example, two spans with the - * same name may be distinguished using `RPC_CLIENT` and `RPC_SERVER` to identify queueing latency - * associated with the span. + * Optional. Distinguishes between spans generated in a particular context. For example, two spans + * with the same name may be distinguished using `RPC_CLIENT` and `RPC_SERVER` to identify + * queueing latency associated with the span. * @param kind kind or {@code null} for none */ public TraceSpan setKind(java.lang.String kind) { @@ -129,9 +129,9 @@ public TraceSpan setKind(java.lang.String kind) { } /** - * Collection of labels associated with the span. Label keys must be less than 128 bytes. Label - * values must be less than 16 KiB. Some keys might have predefined meaning, and you can also - * create your own. For more information, see [Cloud Trace + * Optional. Collection of labels associated with the span. Label keys must be less than 128 + * bytes. Label values must be less than 16 KiB. Some keys might have predefined meaning, and you + * can also create your own. For more information, see [Cloud Trace * labels](https://cloud.google.com/trace/docs/trace-labels). * @return value or {@code null} for none */ @@ -140,9 +140,9 @@ public java.util.Map getLabels() { } /** - * Collection of labels associated with the span. Label keys must be less than 128 bytes. Label - * values must be less than 16 KiB. Some keys might have predefined meaning, and you can also - * create your own. For more information, see [Cloud Trace + * Optional. Collection of labels associated with the span. Label keys must be less than 128 + * bytes. Label values must be less than 16 KiB. Some keys might have predefined meaning, and you + * can also create your own. For more information, see [Cloud Trace * labels](https://cloud.google.com/trace/docs/trace-labels). * @param labels labels or {@code null} for none */ @@ -152,10 +152,10 @@ public TraceSpan setLabels(java.util.Map labels) { } /** - * Name of the span. Must be less than 128 bytes. The span name is sanitized and displayed in the - * Trace tool in the Google Cloud Platform Console. The name may be a method name or some other - * per-call site name. For the same executable and the same call point, a best practice is to use - * a consistent name, which makes it easier to correlate cross-trace spans. + * Required. Name of the span. Must be less than 128 bytes. The span name is sanitized and + * displayed in the Trace tool in the Google Cloud Platform Console. The name may be a method name + * or some other per-call site name. For the same executable and the same call point, a best + * practice is to use a consistent name, which makes it easier to correlate cross-trace spans. * @return value or {@code null} for none */ public java.lang.String getName() { @@ -163,10 +163,10 @@ public java.lang.String getName() { } /** - * Name of the span. Must be less than 128 bytes. The span name is sanitized and displayed in the - * Trace tool in the Google Cloud Platform Console. The name may be a method name or some other - * per-call site name. For the same executable and the same call point, a best practice is to use - * a consistent name, which makes it easier to correlate cross-trace spans. + * Required. Name of the span. Must be less than 128 bytes. The span name is sanitized and + * displayed in the Trace tool in the Google Cloud Platform Console. The name may be a method name + * or some other per-call site name. For the same executable and the same call point, a best + * practice is to use a consistent name, which makes it easier to correlate cross-trace spans. * @param name name or {@code null} for none */ public TraceSpan setName(java.lang.String name) { @@ -192,8 +192,8 @@ public TraceSpan setParentSpanId(java.math.BigInteger parentSpanId) { } /** - * Identifier for the span. Must be a 64-bit integer other than 0 and unique within a trace. For - * example, `2205310701640571284`. + * Required. Identifier for the span. Must be a 64-bit integer other than 0 and unique within a + * trace. For example, `2205310701640571284`. * @return value or {@code null} for none */ public java.math.BigInteger getSpanId() { @@ -201,8 +201,8 @@ public java.math.BigInteger getSpanId() { } /** - * Identifier for the span. Must be a 64-bit integer other than 0 and unique within a trace. For - * example, `2205310701640571284`. + * Required. Identifier for the span. Must be a 64-bit integer other than 0 and unique within a + * trace. For example, `2205310701640571284`. * @param spanId spanId or {@code null} for none */ public TraceSpan setSpanId(java.math.BigInteger spanId) { @@ -211,7 +211,7 @@ public TraceSpan setSpanId(java.math.BigInteger spanId) { } /** - * Start time of the span in seconds and nanoseconds from the UNIX epoch. + * Required. Start time of the span in seconds and nanoseconds from the UNIX epoch. * @return value or {@code null} for none */ public String getStartTime() { @@ -219,7 +219,7 @@ public String getStartTime() { } /** - * Start time of the span in seconds and nanoseconds from the UNIX epoch. + * Required. Start time of the span in seconds and nanoseconds from the UNIX epoch. * @param startTime startTime or {@code null} for none */ public TraceSpan setStartTime(String startTime) { diff --git a/clients/google-api-services-cloudtrace/v1/2.0.0/pom.xml b/clients/google-api-services-cloudtrace/v1/2.0.0/pom.xml index 9c36a4108a0..cf6cc028ed8 100644 --- a/clients/google-api-services-cloudtrace/v1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudtrace/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudtrace - v1-rev20260612-2.0.0 - Cloud Trace API v1-rev20260612-2.0.0 + v1-rev20260724-2.0.0 + Cloud Trace API v1-rev20260724-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudtrace/v1/README.md b/clients/google-api-services-cloudtrace/v1/README.md index b19f7cae6c7..10f493b7fa2 100644 --- a/clients/google-api-services-cloudtrace/v1/README.md +++ b/clients/google-api-services-cloudtrace/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtrace - v1-rev20260612-2.0.0 + v1-rev20260724-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtrace:v1-rev20260612-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtrace:v1-rev20260724-2.0.0' } ``` diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/README.md b/clients/google-api-services-cloudtrace/v2/2.0.0/README.md index 1098ebd681f..a93ba2d4d18 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/README.md +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtrace - v2-rev20260612-2.0.0 + v2-rev20260724-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtrace:v2-rev20260612-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtrace:v2-rev20260724-2.0.0' } ``` diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/CloudTrace.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/CloudTrace.java index 330f3e94a5a..41dbfc7451a 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/CloudTrace.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/CloudTrace.java @@ -341,7 +341,7 @@ public class Spans { * This request holds the parameters needed by the cloudtrace server. After setting any optional * parameters, call the {@link CreateSpan#execute()} method to invoke the remote operation. * - * @param name Required. The resource name of the span in the following format: * + * @param name Identifier. The resource name of the span in the following format: * * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique * identifier for a trace within a project; it is a 32-character hexadecimal encoding of a * 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span within @@ -374,7 +374,7 @@ public class CreateSpan extends CloudTraceRequest * - * @param name Required. The resource name of the span in the following format: * + * @param name Identifier. The resource name of the span in the following format: * * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique * identifier for a trace within a project; it is a 32-character hexadecimal encoding of a * 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span within @@ -449,7 +449,7 @@ public CreateSpan setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Required. The resource name of the span in the following format: * + * Identifier. The resource name of the span in the following format: * * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique * identifier for a trace within a project; it is a 32-character hexadecimal encoding of a * 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span @@ -459,7 +459,7 @@ public CreateSpan setUploadProtocol(java.lang.String uploadProtocol) { @com.google.api.client.util.Key private java.lang.String name; - /** Required. The resource name of the span in the following format: * + /** Identifier. The resource name of the span in the following format: * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a 16-character @@ -470,7 +470,7 @@ public java.lang.String getName() { } /** - * Required. The resource name of the span in the following format: * + * Identifier. The resource name of the span in the following format: * * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique * identifier for a trace within a project; it is a 32-character hexadecimal encoding of a * 16-byte array. It should not be zero. `[SPAN_ID]` is a unique identifier for a span diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Annotation.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Annotation.java index a7c27aaeba6..b2a9d8a1f8c 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Annotation.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Annotation.java @@ -30,22 +30,24 @@ public final class Annotation extends com.google.api.client.json.GenericJson { /** - * A set of attributes on the annotation. You can have up to 4 attributes per Annotation. + * Optional. A set of attributes on the annotation. You can have up to 4 attributes per + * Annotation. * The value may be {@code null}. */ @com.google.api.client.util.Key private Attributes attributes; /** - * A user-supplied message describing the event. The maximum length for the description is 256 - * bytes. + * Optional. A user-supplied message describing the event. The maximum length for the description + * is 256 bytes. * The value may be {@code null}. */ @com.google.api.client.util.Key private TruncatableString description; /** - * A set of attributes on the annotation. You can have up to 4 attributes per Annotation. + * Optional. A set of attributes on the annotation. You can have up to 4 attributes per + * Annotation. * @return value or {@code null} for none */ public Attributes getAttributes() { @@ -53,7 +55,8 @@ public Attributes getAttributes() { } /** - * A set of attributes on the annotation. You can have up to 4 attributes per Annotation. + * Optional. A set of attributes on the annotation. You can have up to 4 attributes per + * Annotation. * @param attributes attributes or {@code null} for none */ public Annotation setAttributes(Attributes attributes) { @@ -62,8 +65,8 @@ public Annotation setAttributes(Attributes attributes) { } /** - * A user-supplied message describing the event. The maximum length for the description is 256 - * bytes. + * Optional. A user-supplied message describing the event. The maximum length for the description + * is 256 bytes. * @return value or {@code null} for none */ public TruncatableString getDescription() { @@ -71,8 +74,8 @@ public TruncatableString getDescription() { } /** - * A user-supplied message describing the event. The maximum length for the description is 256 - * bytes. + * Optional. A user-supplied message describing the event. The maximum length for the description + * is 256 bytes. * @param description description or {@code null} for none */ public Annotation setDescription(TruncatableString description) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/AttributeValue.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/AttributeValue.java index 6dfb69ecc9e..d1b6813fa8b 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/AttributeValue.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/AttributeValue.java @@ -30,28 +30,28 @@ public final class AttributeValue extends com.google.api.client.json.GenericJson { /** - * A Boolean value represented by `true` or `false`. + * Optional. A Boolean value represented by `true` or `false`. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean boolValue; /** - * A 64-bit signed integer. + * Optional. A 64-bit signed integer. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString private java.lang.Long intValue; /** - * A string up to 256 bytes long. + * Optional. A string up to 256 bytes long. * The value may be {@code null}. */ @com.google.api.client.util.Key private TruncatableString stringValue; /** - * A Boolean value represented by `true` or `false`. + * Optional. A Boolean value represented by `true` or `false`. * @return value or {@code null} for none */ public java.lang.Boolean getBoolValue() { @@ -59,7 +59,7 @@ public java.lang.Boolean getBoolValue() { } /** - * A Boolean value represented by `true` or `false`. + * Optional. A Boolean value represented by `true` or `false`. * @param boolValue boolValue or {@code null} for none */ public AttributeValue setBoolValue(java.lang.Boolean boolValue) { @@ -68,7 +68,7 @@ public AttributeValue setBoolValue(java.lang.Boolean boolValue) { } /** - * A 64-bit signed integer. + * Optional. A 64-bit signed integer. * @return value or {@code null} for none */ public java.lang.Long getIntValue() { @@ -76,7 +76,7 @@ public java.lang.Long getIntValue() { } /** - * A 64-bit signed integer. + * Optional. A 64-bit signed integer. * @param intValue intValue or {@code null} for none */ public AttributeValue setIntValue(java.lang.Long intValue) { @@ -85,7 +85,7 @@ public AttributeValue setIntValue(java.lang.Long intValue) { } /** - * A string up to 256 bytes long. + * Optional. A string up to 256 bytes long. * @return value or {@code null} for none */ public TruncatableString getStringValue() { @@ -93,7 +93,7 @@ public TruncatableString getStringValue() { } /** - * A string up to 256 bytes long. + * Optional. A string up to 256 bytes long. * @param stringValue stringValue or {@code null} for none */ public AttributeValue setStringValue(TruncatableString stringValue) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Attributes.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Attributes.java index 0ac6f98d6df..0b702eee251 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Attributes.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Attributes.java @@ -30,10 +30,10 @@ public final class Attributes extends com.google.api.client.json.GenericJson { /** - * A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a - * string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For - * example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": - * { "int_value": 300 } "example.com/myattribute": { "bool_value": false } + * Optional. A set of attributes. Each attribute's key can be up to 128 bytes long. The value can + * be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. + * For example: "/instance_id": { "string_value": { "value": "my-instance" } } + * "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false } * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -46,19 +46,19 @@ public final class Attributes extends com.google.api.client.json.GenericJson { } /** - * The number of attributes that were discarded. Attributes can be discarded because their keys - * are too long or because there are too many attributes. If this value is 0 then all attributes - * are valid. + * Optional. The number of attributes that were discarded. Attributes can be discarded because + * their keys are too long or because there are too many attributes. If this value is 0 then all + * attributes are valid. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer droppedAttributesCount; /** - * A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a - * string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For - * example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": - * { "int_value": 300 } "example.com/myattribute": { "bool_value": false } + * Optional. A set of attributes. Each attribute's key can be up to 128 bytes long. The value can + * be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. + * For example: "/instance_id": { "string_value": { "value": "my-instance" } } + * "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false } * @return value or {@code null} for none */ public java.util.Map getAttributeMap() { @@ -66,10 +66,10 @@ public java.util.Map getAttributeMap() { } /** - * A set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a - * string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. For - * example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": - * { "int_value": 300 } "example.com/myattribute": { "bool_value": false } + * Optional. A set of attributes. Each attribute's key can be up to 128 bytes long. The value can + * be a string up to 256 bytes, a signed 64-bit integer, or the boolean values `true` or `false`. + * For example: "/instance_id": { "string_value": { "value": "my-instance" } } + * "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false } * @param attributeMap attributeMap or {@code null} for none */ public Attributes setAttributeMap(java.util.Map attributeMap) { @@ -78,9 +78,9 @@ public Attributes setAttributeMap(java.util.Map attribut } /** - * The number of attributes that were discarded. Attributes can be discarded because their keys - * are too long or because there are too many attributes. If this value is 0 then all attributes - * are valid. + * Optional. The number of attributes that were discarded. Attributes can be discarded because + * their keys are too long or because there are too many attributes. If this value is 0 then all + * attributes are valid. * @return value or {@code null} for none */ public java.lang.Integer getDroppedAttributesCount() { @@ -88,9 +88,9 @@ public java.lang.Integer getDroppedAttributesCount() { } /** - * The number of attributes that were discarded. Attributes can be discarded because their keys - * are too long or because there are too many attributes. If this value is 0 then all attributes - * are valid. + * Optional. The number of attributes that were discarded. Attributes can be discarded because + * their keys are too long or because there are too many attributes. If this value is 0 then all + * attributes are valid. * @param droppedAttributesCount droppedAttributesCount or {@code null} for none */ public Attributes setDroppedAttributesCount(java.lang.Integer droppedAttributesCount) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Link.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Link.java index 2bd06ec1bf7..c78e22e928b 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Link.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Link.java @@ -32,35 +32,35 @@ public final class Link extends com.google.api.client.json.GenericJson { /** - * A set of attributes on the link. Up to 32 attributes can be specified per link. + * Optional. A set of attributes on the link. Up to 32 attributes can be specified per link. * The value may be {@code null}. */ @com.google.api.client.util.Key private Attributes attributes; /** - * The `[SPAN_ID]` for a span within a trace. + * Optional. The `[SPAN_ID]` for a span within a trace. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String spanId; /** - * The `[TRACE_ID]` for a trace within a project. + * Optional. The `[TRACE_ID]` for a trace within a project. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String traceId; /** - * The relationship of the current span relative to the linked span. + * Optional. The relationship of the current span relative to the linked span. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String type; /** - * A set of attributes on the link. Up to 32 attributes can be specified per link. + * Optional. A set of attributes on the link. Up to 32 attributes can be specified per link. * @return value or {@code null} for none */ public Attributes getAttributes() { @@ -68,7 +68,7 @@ public Attributes getAttributes() { } /** - * A set of attributes on the link. Up to 32 attributes can be specified per link. + * Optional. A set of attributes on the link. Up to 32 attributes can be specified per link. * @param attributes attributes or {@code null} for none */ public Link setAttributes(Attributes attributes) { @@ -77,7 +77,7 @@ public Link setAttributes(Attributes attributes) { } /** - * The `[SPAN_ID]` for a span within a trace. + * Optional. The `[SPAN_ID]` for a span within a trace. * @return value or {@code null} for none */ public java.lang.String getSpanId() { @@ -85,7 +85,7 @@ public java.lang.String getSpanId() { } /** - * The `[SPAN_ID]` for a span within a trace. + * Optional. The `[SPAN_ID]` for a span within a trace. * @param spanId spanId or {@code null} for none */ public Link setSpanId(java.lang.String spanId) { @@ -94,7 +94,7 @@ public Link setSpanId(java.lang.String spanId) { } /** - * The `[TRACE_ID]` for a trace within a project. + * Optional. The `[TRACE_ID]` for a trace within a project. * @return value or {@code null} for none */ public java.lang.String getTraceId() { @@ -102,7 +102,7 @@ public java.lang.String getTraceId() { } /** - * The `[TRACE_ID]` for a trace within a project. + * Optional. The `[TRACE_ID]` for a trace within a project. * @param traceId traceId or {@code null} for none */ public Link setTraceId(java.lang.String traceId) { @@ -111,7 +111,7 @@ public Link setTraceId(java.lang.String traceId) { } /** - * The relationship of the current span relative to the linked span. + * Optional. The relationship of the current span relative to the linked span. * @return value or {@code null} for none */ public java.lang.String getType() { @@ -119,7 +119,7 @@ public java.lang.String getType() { } /** - * The relationship of the current span relative to the linked span. + * Optional. The relationship of the current span relative to the linked span. * @param type type or {@code null} for none */ public Link setType(java.lang.String type) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Links.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Links.java index b62b4e80bac..771231bfeeb 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Links.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Links.java @@ -31,15 +31,15 @@ public final class Links extends com.google.api.client.json.GenericJson { /** - * The number of dropped links after the maximum size was enforced. If this value is 0, then no - * links were dropped. + * Optional. The number of dropped links after the maximum size was enforced. If this value is 0, + * then no links were dropped. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer droppedLinksCount; /** - * A collection of links. + * Optional. A collection of links. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -52,8 +52,8 @@ public final class Links extends com.google.api.client.json.GenericJson { } /** - * The number of dropped links after the maximum size was enforced. If this value is 0, then no - * links were dropped. + * Optional. The number of dropped links after the maximum size was enforced. If this value is 0, + * then no links were dropped. * @return value or {@code null} for none */ public java.lang.Integer getDroppedLinksCount() { @@ -61,8 +61,8 @@ public java.lang.Integer getDroppedLinksCount() { } /** - * The number of dropped links after the maximum size was enforced. If this value is 0, then no - * links were dropped. + * Optional. The number of dropped links after the maximum size was enforced. If this value is 0, + * then no links were dropped. * @param droppedLinksCount droppedLinksCount or {@code null} for none */ public Links setDroppedLinksCount(java.lang.Integer droppedLinksCount) { @@ -71,7 +71,7 @@ public Links setDroppedLinksCount(java.lang.Integer droppedLinksCount) { } /** - * A collection of links. + * Optional. A collection of links. * @return value or {@code null} for none */ public java.util.List getLink() { @@ -79,7 +79,7 @@ public java.util.List getLink() { } /** - * A collection of links. + * Optional. A collection of links. * @param link link or {@code null} for none */ public Links setLink(java.util.List link) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/MessageEvent.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/MessageEvent.java index 8567e74175b..84bd080d4b9 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/MessageEvent.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/MessageEvent.java @@ -30,38 +30,38 @@ public final class MessageEvent extends com.google.api.client.json.GenericJson { /** - * The number of compressed bytes sent or received. If missing, the compressed size is assumed to - * be the same size as the uncompressed size. + * Optional. The number of compressed bytes sent or received. If missing, the compressed size is + * assumed to be the same size as the uncompressed size. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString private java.lang.Long compressedSizeBytes; /** - * An identifier for the MessageEvent's message that can be used to match `SENT` and `RECEIVED` - * MessageEvents. + * Optional. An identifier for the MessageEvent's message that can be used to match `SENT` and + * `RECEIVED` MessageEvents. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString private java.lang.Long id; /** - * Type of MessageEvent. Indicates whether the message was sent or received. + * Optional. Type of MessageEvent. Indicates whether the message was sent or received. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String type; /** - * The number of uncompressed bytes sent or received. + * Optional. The number of uncompressed bytes sent or received. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString private java.lang.Long uncompressedSizeBytes; /** - * The number of compressed bytes sent or received. If missing, the compressed size is assumed to - * be the same size as the uncompressed size. + * Optional. The number of compressed bytes sent or received. If missing, the compressed size is + * assumed to be the same size as the uncompressed size. * @return value or {@code null} for none */ public java.lang.Long getCompressedSizeBytes() { @@ -69,8 +69,8 @@ public java.lang.Long getCompressedSizeBytes() { } /** - * The number of compressed bytes sent or received. If missing, the compressed size is assumed to - * be the same size as the uncompressed size. + * Optional. The number of compressed bytes sent or received. If missing, the compressed size is + * assumed to be the same size as the uncompressed size. * @param compressedSizeBytes compressedSizeBytes or {@code null} for none */ public MessageEvent setCompressedSizeBytes(java.lang.Long compressedSizeBytes) { @@ -79,8 +79,8 @@ public MessageEvent setCompressedSizeBytes(java.lang.Long compressedSizeBytes) { } /** - * An identifier for the MessageEvent's message that can be used to match `SENT` and `RECEIVED` - * MessageEvents. + * Optional. An identifier for the MessageEvent's message that can be used to match `SENT` and + * `RECEIVED` MessageEvents. * @return value or {@code null} for none */ public java.lang.Long getId() { @@ -88,8 +88,8 @@ public java.lang.Long getId() { } /** - * An identifier for the MessageEvent's message that can be used to match `SENT` and `RECEIVED` - * MessageEvents. + * Optional. An identifier for the MessageEvent's message that can be used to match `SENT` and + * `RECEIVED` MessageEvents. * @param id id or {@code null} for none */ public MessageEvent setId(java.lang.Long id) { @@ -98,7 +98,7 @@ public MessageEvent setId(java.lang.Long id) { } /** - * Type of MessageEvent. Indicates whether the message was sent or received. + * Optional. Type of MessageEvent. Indicates whether the message was sent or received. * @return value or {@code null} for none */ public java.lang.String getType() { @@ -106,7 +106,7 @@ public java.lang.String getType() { } /** - * Type of MessageEvent. Indicates whether the message was sent or received. + * Optional. Type of MessageEvent. Indicates whether the message was sent or received. * @param type type or {@code null} for none */ public MessageEvent setType(java.lang.String type) { @@ -115,7 +115,7 @@ public MessageEvent setType(java.lang.String type) { } /** - * The number of uncompressed bytes sent or received. + * Optional. The number of uncompressed bytes sent or received. * @return value or {@code null} for none */ public java.lang.Long getUncompressedSizeBytes() { @@ -123,7 +123,7 @@ public java.lang.Long getUncompressedSizeBytes() { } /** - * The number of uncompressed bytes sent or received. + * Optional. The number of uncompressed bytes sent or received. * @param uncompressedSizeBytes uncompressedSizeBytes or {@code null} for none */ public MessageEvent setUncompressedSizeBytes(java.lang.Long uncompressedSizeBytes) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Module.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Module.java index a5cefd722b1..2e398b92f1c 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Module.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Module.java @@ -30,22 +30,22 @@ public final class Module extends com.google.api.client.json.GenericJson { /** - * A unique identifier for the module, usually a hash of its contents (up to 128 bytes). + * Optional. A unique identifier for the module, usually a hash of its contents (up to 128 bytes). * The value may be {@code null}. */ @com.google.api.client.util.Key private TruncatableString buildId; /** - * For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so - * (up to 256 bytes). + * Optional. For example: main binary, kernel modules, and dynamic libraries such as libc.so, + * sharedlib.so (up to 256 bytes). * The value may be {@code null}. */ @com.google.api.client.util.Key private TruncatableString module; /** - * A unique identifier for the module, usually a hash of its contents (up to 128 bytes). + * Optional. A unique identifier for the module, usually a hash of its contents (up to 128 bytes). * @return value or {@code null} for none */ public TruncatableString getBuildId() { @@ -53,7 +53,7 @@ public TruncatableString getBuildId() { } /** - * A unique identifier for the module, usually a hash of its contents (up to 128 bytes). + * Optional. A unique identifier for the module, usually a hash of its contents (up to 128 bytes). * @param buildId buildId or {@code null} for none */ public Module setBuildId(TruncatableString buildId) { @@ -62,8 +62,8 @@ public Module setBuildId(TruncatableString buildId) { } /** - * For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so - * (up to 256 bytes). + * Optional. For example: main binary, kernel modules, and dynamic libraries such as libc.so, + * sharedlib.so (up to 256 bytes). * @return value or {@code null} for none */ public TruncatableString getModule() { @@ -71,8 +71,8 @@ public TruncatableString getModule() { } /** - * For example: main binary, kernel modules, and dynamic libraries such as libc.so, sharedlib.so - * (up to 256 bytes). + * Optional. For example: main binary, kernel modules, and dynamic libraries such as libc.so, + * sharedlib.so (up to 256 bytes). * @param module module or {@code null} for none */ public Module setModule(TruncatableString module) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Span.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Span.java index de046eccf57..0269c7bea5d 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Span.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/Span.java @@ -33,7 +33,7 @@ public final class Span extends com.google.api.client.json.GenericJson { /** - * A set of attributes on the span. You can have up to 32 attributes per span. + * Optional. A set of attributes on the span. You can have up to 32 attributes per span. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -68,14 +68,14 @@ public final class Span extends com.google.api.client.json.GenericJson { private String endTime; /** - * Links associated with the span. You can have up to 128 links per Span. + * Optional. Links associated with the span. You can have up to 128 links per Span. * The value may be {@code null}. */ @com.google.api.client.util.Key private Links links; /** - * Required. The resource name of the span in the following format: * + * Identifier. The resource name of the span in the following format: * * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier * for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It * should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a @@ -86,8 +86,8 @@ public final class Span extends com.google.api.client.json.GenericJson { private java.lang.String name; /** - * The `[SPAN_ID]` of this span's parent span. If this is a root span, then this field must be - * empty. + * Optional. The `[SPAN_ID]` of this span's parent span. If this is a root span, then this field + * must be empty. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -119,7 +119,7 @@ public final class Span extends com.google.api.client.json.GenericJson { private java.lang.String spanKind; /** - * Stack trace captured at the start of the span. + * Optional. Stack trace captured at the start of the span. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -142,14 +142,15 @@ public final class Span extends com.google.api.client.json.GenericJson { private Status status; /** - * A set of time events. You can have up to 32 annotations and 128 message events per span. + * Optional. A set of time events. You can have up to 32 annotations and 128 message events per + * span. * The value may be {@code null}. */ @com.google.api.client.util.Key private TimeEvents timeEvents; /** - * A set of attributes on the span. You can have up to 32 attributes per span. + * Optional. A set of attributes on the span. You can have up to 32 attributes per span. * @return value or {@code null} for none */ public Attributes getAttributes() { @@ -157,7 +158,7 @@ public Attributes getAttributes() { } /** - * A set of attributes on the span. You can have up to 32 attributes per span. + * Optional. A set of attributes on the span. You can have up to 32 attributes per span. * @param attributes attributes or {@code null} for none */ public Span setAttributes(Attributes attributes) { @@ -231,7 +232,7 @@ public Span setEndTime(String endTime) { } /** - * Links associated with the span. You can have up to 128 links per Span. + * Optional. Links associated with the span. You can have up to 128 links per Span. * @return value or {@code null} for none */ public Links getLinks() { @@ -239,7 +240,7 @@ public Links getLinks() { } /** - * Links associated with the span. You can have up to 128 links per Span. + * Optional. Links associated with the span. You can have up to 128 links per Span. * @param links links or {@code null} for none */ public Span setLinks(Links links) { @@ -248,7 +249,7 @@ public Span setLinks(Links links) { } /** - * Required. The resource name of the span in the following format: * + * Identifier. The resource name of the span in the following format: * * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier * for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It * should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a @@ -260,7 +261,7 @@ public java.lang.String getName() { } /** - * Required. The resource name of the span in the following format: * + * Identifier. The resource name of the span in the following format: * * `projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/[SPAN_ID]` `[TRACE_ID]` is a unique identifier * for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. It * should not be zero. `[SPAN_ID]` is a unique identifier for a span within a trace; it is a @@ -273,8 +274,8 @@ public Span setName(java.lang.String name) { } /** - * The `[SPAN_ID]` of this span's parent span. If this is a root span, then this field must be - * empty. + * Optional. The `[SPAN_ID]` of this span's parent span. If this is a root span, then this field + * must be empty. * @return value or {@code null} for none */ public java.lang.String getParentSpanId() { @@ -282,8 +283,8 @@ public java.lang.String getParentSpanId() { } /** - * The `[SPAN_ID]` of this span's parent span. If this is a root span, then this field must be - * empty. + * Optional. The `[SPAN_ID]` of this span's parent span. If this is a root span, then this field + * must be empty. * @param parentSpanId parentSpanId or {@code null} for none */ public Span setParentSpanId(java.lang.String parentSpanId) { @@ -351,7 +352,7 @@ public Span setSpanKind(java.lang.String spanKind) { } /** - * Stack trace captured at the start of the span. + * Optional. Stack trace captured at the start of the span. * @return value or {@code null} for none */ public StackTrace getStackTrace() { @@ -359,7 +360,7 @@ public StackTrace getStackTrace() { } /** - * Stack trace captured at the start of the span. + * Optional. Stack trace captured at the start of the span. * @param stackTrace stackTrace or {@code null} for none */ public Span setStackTrace(StackTrace stackTrace) { @@ -406,7 +407,8 @@ public Span setStatus(Status status) { } /** - * A set of time events. You can have up to 32 annotations and 128 message events per span. + * Optional. A set of time events. You can have up to 32 annotations and 128 message events per + * span. * @return value or {@code null} for none */ public TimeEvents getTimeEvents() { @@ -414,7 +416,8 @@ public TimeEvents getTimeEvents() { } /** - * A set of time events. You can have up to 32 annotations and 128 message events per span. + * Optional. A set of time events. You can have up to 32 annotations and 128 message events per + * span. * @param timeEvents timeEvents or {@code null} for none */ public Span setTimeEvents(TimeEvents timeEvents) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackFrame.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackFrame.java index 638f45805be..d8b88ca30a4 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackFrame.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackFrame.java @@ -30,7 +30,7 @@ public final class StackFrame extends com.google.api.client.json.GenericJson { /** - * The column number where the function call appears, if available. This is important in + * Optional. The column number where the function call appears, if available. This is important in * JavaScript because of its anonymous functions. * The value may be {@code null}. */ @@ -38,52 +38,52 @@ public final class StackFrame extends com.google.api.client.json.GenericJson { private java.lang.Long columnNumber; /** - * The name of the source file where the function call appears (up to 256 bytes). + * Optional. The name of the source file where the function call appears (up to 256 bytes). * The value may be {@code null}. */ @com.google.api.client.util.Key private TruncatableString fileName; /** - * The fully-qualified name that uniquely identifies the function or method that is active in this - * frame (up to 1024 bytes). + * Optional. The fully-qualified name that uniquely identifies the function or method that is + * active in this frame (up to 1024 bytes). * The value may be {@code null}. */ @com.google.api.client.util.Key private TruncatableString functionName; /** - * The line number in `file_name` where the function call appears. + * Optional. The line number in `file_name` where the function call appears. * The value may be {@code null}. */ @com.google.api.client.util.Key @com.google.api.client.json.JsonString private java.lang.Long lineNumber; /** - * The binary module from where the code was loaded. + * Optional. The binary module from where the code was loaded. * The value may be {@code null}. */ @com.google.api.client.util.Key private Module loadModule; /** - * An un-mangled function name, if `function_name` is mangled. To get information about name - * mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be - * fully-qualified (up to 1024 bytes). + * Optional. An un-mangled function name, if `function_name` is mangled. To get information about + * name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name + * can be fully-qualified (up to 1024 bytes). * The value may be {@code null}. */ @com.google.api.client.util.Key private TruncatableString originalFunctionName; /** - * The version of the deployed source code (up to 128 bytes). + * Optional. The version of the deployed source code (up to 128 bytes). * The value may be {@code null}. */ @com.google.api.client.util.Key private TruncatableString sourceVersion; /** - * The column number where the function call appears, if available. This is important in + * Optional. The column number where the function call appears, if available. This is important in * JavaScript because of its anonymous functions. * @return value or {@code null} for none */ @@ -92,7 +92,7 @@ public java.lang.Long getColumnNumber() { } /** - * The column number where the function call appears, if available. This is important in + * Optional. The column number where the function call appears, if available. This is important in * JavaScript because of its anonymous functions. * @param columnNumber columnNumber or {@code null} for none */ @@ -102,7 +102,7 @@ public StackFrame setColumnNumber(java.lang.Long columnNumber) { } /** - * The name of the source file where the function call appears (up to 256 bytes). + * Optional. The name of the source file where the function call appears (up to 256 bytes). * @return value or {@code null} for none */ public TruncatableString getFileName() { @@ -110,7 +110,7 @@ public TruncatableString getFileName() { } /** - * The name of the source file where the function call appears (up to 256 bytes). + * Optional. The name of the source file where the function call appears (up to 256 bytes). * @param fileName fileName or {@code null} for none */ public StackFrame setFileName(TruncatableString fileName) { @@ -119,8 +119,8 @@ public StackFrame setFileName(TruncatableString fileName) { } /** - * The fully-qualified name that uniquely identifies the function or method that is active in this - * frame (up to 1024 bytes). + * Optional. The fully-qualified name that uniquely identifies the function or method that is + * active in this frame (up to 1024 bytes). * @return value or {@code null} for none */ public TruncatableString getFunctionName() { @@ -128,8 +128,8 @@ public TruncatableString getFunctionName() { } /** - * The fully-qualified name that uniquely identifies the function or method that is active in this - * frame (up to 1024 bytes). + * Optional. The fully-qualified name that uniquely identifies the function or method that is + * active in this frame (up to 1024 bytes). * @param functionName functionName or {@code null} for none */ public StackFrame setFunctionName(TruncatableString functionName) { @@ -138,7 +138,7 @@ public StackFrame setFunctionName(TruncatableString functionName) { } /** - * The line number in `file_name` where the function call appears. + * Optional. The line number in `file_name` where the function call appears. * @return value or {@code null} for none */ public java.lang.Long getLineNumber() { @@ -146,7 +146,7 @@ public java.lang.Long getLineNumber() { } /** - * The line number in `file_name` where the function call appears. + * Optional. The line number in `file_name` where the function call appears. * @param lineNumber lineNumber or {@code null} for none */ public StackFrame setLineNumber(java.lang.Long lineNumber) { @@ -155,7 +155,7 @@ public StackFrame setLineNumber(java.lang.Long lineNumber) { } /** - * The binary module from where the code was loaded. + * Optional. The binary module from where the code was loaded. * @return value or {@code null} for none */ public Module getLoadModule() { @@ -163,7 +163,7 @@ public Module getLoadModule() { } /** - * The binary module from where the code was loaded. + * Optional. The binary module from where the code was loaded. * @param loadModule loadModule or {@code null} for none */ public StackFrame setLoadModule(Module loadModule) { @@ -172,9 +172,9 @@ public StackFrame setLoadModule(Module loadModule) { } /** - * An un-mangled function name, if `function_name` is mangled. To get information about name - * mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be - * fully-qualified (up to 1024 bytes). + * Optional. An un-mangled function name, if `function_name` is mangled. To get information about + * name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name + * can be fully-qualified (up to 1024 bytes). * @return value or {@code null} for none */ public TruncatableString getOriginalFunctionName() { @@ -182,9 +182,9 @@ public TruncatableString getOriginalFunctionName() { } /** - * An un-mangled function name, if `function_name` is mangled. To get information about name - * mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name can be - * fully-qualified (up to 1024 bytes). + * Optional. An un-mangled function name, if `function_name` is mangled. To get information about + * name mangling, run [this search](https://www.google.com/search?q=cxx+name+mangling). The name + * can be fully-qualified (up to 1024 bytes). * @param originalFunctionName originalFunctionName or {@code null} for none */ public StackFrame setOriginalFunctionName(TruncatableString originalFunctionName) { @@ -193,7 +193,7 @@ public StackFrame setOriginalFunctionName(TruncatableString originalFunctionName } /** - * The version of the deployed source code (up to 128 bytes). + * Optional. The version of the deployed source code (up to 128 bytes). * @return value or {@code null} for none */ public TruncatableString getSourceVersion() { @@ -201,7 +201,7 @@ public TruncatableString getSourceVersion() { } /** - * The version of the deployed source code (up to 128 bytes). + * Optional. The version of the deployed source code (up to 128 bytes). * @param sourceVersion sourceVersion or {@code null} for none */ public StackFrame setSourceVersion(TruncatableString sourceVersion) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackFrames.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackFrames.java index 54c7dbf4fa4..f4e914903eb 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackFrames.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackFrames.java @@ -30,15 +30,15 @@ public final class StackFrames extends com.google.api.client.json.GenericJson { /** - * The number of stack frames that were dropped because there were too many stack frames. If this - * value is 0, then no stack frames were dropped. + * Optional. The number of stack frames that were dropped because there were too many stack + * frames. If this value is 0, then no stack frames were dropped. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer droppedFramesCount; /** - * Stack frames in this call stack. + * Optional. Stack frames in this call stack. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -51,8 +51,8 @@ public final class StackFrames extends com.google.api.client.json.GenericJson { } /** - * The number of stack frames that were dropped because there were too many stack frames. If this - * value is 0, then no stack frames were dropped. + * Optional. The number of stack frames that were dropped because there were too many stack + * frames. If this value is 0, then no stack frames were dropped. * @return value or {@code null} for none */ public java.lang.Integer getDroppedFramesCount() { @@ -60,8 +60,8 @@ public java.lang.Integer getDroppedFramesCount() { } /** - * The number of stack frames that were dropped because there were too many stack frames. If this - * value is 0, then no stack frames were dropped. + * Optional. The number of stack frames that were dropped because there were too many stack + * frames. If this value is 0, then no stack frames were dropped. * @param droppedFramesCount droppedFramesCount or {@code null} for none */ public StackFrames setDroppedFramesCount(java.lang.Integer droppedFramesCount) { @@ -70,7 +70,7 @@ public StackFrames setDroppedFramesCount(java.lang.Integer droppedFramesCount) { } /** - * Stack frames in this call stack. + * Optional. Stack frames in this call stack. * @return value or {@code null} for none */ public java.util.List getFrame() { @@ -78,7 +78,7 @@ public java.util.List getFrame() { } /** - * Stack frames in this call stack. + * Optional. Stack frames in this call stack. * @param frame frame or {@code null} for none */ public StackFrames setFrame(java.util.List frame) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackTrace.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackTrace.java index c99d161b640..aa2cc4a99b8 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackTrace.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/StackTrace.java @@ -30,16 +30,16 @@ public final class StackTrace extends com.google.api.client.json.GenericJson { /** - * Stack frames in this stack trace. A maximum of 128 frames are allowed. + * Optional. Stack frames in this stack trace. A maximum of 128 frames are allowed. * The value may be {@code null}. */ @com.google.api.client.util.Key private StackFrames stackFrames; /** - * The hash ID is used to conserve network bandwidth for duplicate stack traces within a single - * trace. Often multiple spans will have identical stack traces. The first occurrence of a stack - * trace should contain both the `stackFrame` content and a value in `stackTraceHashId`. + * Optional. The hash ID is used to conserve network bandwidth for duplicate stack traces within a + * single trace. Often multiple spans will have identical stack traces. The first occurrence of a + * stack trace should contain both the `stackFrame` content and a value in `stackTraceHashId`. * Subsequent spans within the same request can refer to that stack trace by only setting * `stackTraceHashId`. * The value may be {@code null}. @@ -48,7 +48,7 @@ public final class StackTrace extends com.google.api.client.json.GenericJson { private java.lang.Long stackTraceHashId; /** - * Stack frames in this stack trace. A maximum of 128 frames are allowed. + * Optional. Stack frames in this stack trace. A maximum of 128 frames are allowed. * @return value or {@code null} for none */ public StackFrames getStackFrames() { @@ -56,7 +56,7 @@ public StackFrames getStackFrames() { } /** - * Stack frames in this stack trace. A maximum of 128 frames are allowed. + * Optional. Stack frames in this stack trace. A maximum of 128 frames are allowed. * @param stackFrames stackFrames or {@code null} for none */ public StackTrace setStackFrames(StackFrames stackFrames) { @@ -65,9 +65,9 @@ public StackTrace setStackFrames(StackFrames stackFrames) { } /** - * The hash ID is used to conserve network bandwidth for duplicate stack traces within a single - * trace. Often multiple spans will have identical stack traces. The first occurrence of a stack - * trace should contain both the `stackFrame` content and a value in `stackTraceHashId`. + * Optional. The hash ID is used to conserve network bandwidth for duplicate stack traces within a + * single trace. Often multiple spans will have identical stack traces. The first occurrence of a + * stack trace should contain both the `stackFrame` content and a value in `stackTraceHashId`. * Subsequent spans within the same request can refer to that stack trace by only setting * `stackTraceHashId`. * @return value or {@code null} for none @@ -77,9 +77,9 @@ public java.lang.Long getStackTraceHashId() { } /** - * The hash ID is used to conserve network bandwidth for duplicate stack traces within a single - * trace. Often multiple spans will have identical stack traces. The first occurrence of a stack - * trace should contain both the `stackFrame` content and a value in `stackTraceHashId`. + * Optional. The hash ID is used to conserve network bandwidth for duplicate stack traces within a + * single trace. Often multiple spans will have identical stack traces. The first occurrence of a + * stack trace should contain both the `stackFrame` content and a value in `stackTraceHashId`. * Subsequent spans within the same request can refer to that stack trace by only setting * `stackTraceHashId`. * @param stackTraceHashId stackTraceHashId or {@code null} for none diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TimeEvent.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TimeEvent.java index e016a0331de..048433dd5a3 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TimeEvent.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TimeEvent.java @@ -44,7 +44,7 @@ public final class TimeEvent extends com.google.api.client.json.GenericJson { private MessageEvent messageEvent; /** - * The timestamp indicating the time the event occurred. + * Optional. The timestamp indicating the time the event occurred. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -85,7 +85,7 @@ public TimeEvent setMessageEvent(MessageEvent messageEvent) { } /** - * The timestamp indicating the time the event occurred. + * Optional. The timestamp indicating the time the event occurred. * @return value or {@code null} for none */ public String getTime() { @@ -93,7 +93,7 @@ public String getTime() { } /** - * The timestamp indicating the time the event occurred. + * Optional. The timestamp indicating the time the event occurred. * @param time time or {@code null} for none */ public TimeEvent setTime(String time) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TimeEvents.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TimeEvents.java index 148e0fcfedb..2417010768e 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TimeEvents.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TimeEvents.java @@ -31,23 +31,23 @@ public final class TimeEvents extends com.google.api.client.json.GenericJson { /** - * The number of dropped annotations in all the included time events. If the value is 0, then no - * annotations were dropped. + * Optional. The number of dropped annotations in all the included time events. If the value is 0, + * then no annotations were dropped. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer droppedAnnotationsCount; /** - * The number of dropped message events in all the included time events. If the value is 0, then - * no message events were dropped. + * Optional. The number of dropped message events in all the included time events. If the value is + * 0, then no message events were dropped. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer droppedMessageEventsCount; /** - * A collection of `TimeEvent`s. + * Optional. A collection of `TimeEvent`s. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -60,8 +60,8 @@ public final class TimeEvents extends com.google.api.client.json.GenericJson { } /** - * The number of dropped annotations in all the included time events. If the value is 0, then no - * annotations were dropped. + * Optional. The number of dropped annotations in all the included time events. If the value is 0, + * then no annotations were dropped. * @return value or {@code null} for none */ public java.lang.Integer getDroppedAnnotationsCount() { @@ -69,8 +69,8 @@ public java.lang.Integer getDroppedAnnotationsCount() { } /** - * The number of dropped annotations in all the included time events. If the value is 0, then no - * annotations were dropped. + * Optional. The number of dropped annotations in all the included time events. If the value is 0, + * then no annotations were dropped. * @param droppedAnnotationsCount droppedAnnotationsCount or {@code null} for none */ public TimeEvents setDroppedAnnotationsCount(java.lang.Integer droppedAnnotationsCount) { @@ -79,8 +79,8 @@ public TimeEvents setDroppedAnnotationsCount(java.lang.Integer droppedAnnotation } /** - * The number of dropped message events in all the included time events. If the value is 0, then - * no message events were dropped. + * Optional. The number of dropped message events in all the included time events. If the value is + * 0, then no message events were dropped. * @return value or {@code null} for none */ public java.lang.Integer getDroppedMessageEventsCount() { @@ -88,8 +88,8 @@ public java.lang.Integer getDroppedMessageEventsCount() { } /** - * The number of dropped message events in all the included time events. If the value is 0, then - * no message events were dropped. + * Optional. The number of dropped message events in all the included time events. If the value is + * 0, then no message events were dropped. * @param droppedMessageEventsCount droppedMessageEventsCount or {@code null} for none */ public TimeEvents setDroppedMessageEventsCount(java.lang.Integer droppedMessageEventsCount) { @@ -98,7 +98,7 @@ public TimeEvents setDroppedMessageEventsCount(java.lang.Integer droppedMessageE } /** - * A collection of `TimeEvent`s. + * Optional. A collection of `TimeEvent`s. * @return value or {@code null} for none */ public java.util.List getTimeEvent() { @@ -106,7 +106,7 @@ public java.util.List getTimeEvent() { } /** - * A collection of `TimeEvent`s. + * Optional. A collection of `TimeEvent`s. * @param timeEvent timeEvent or {@code null} for none */ public TimeEvents setTimeEvent(java.util.List timeEvent) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TruncatableString.java b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TruncatableString.java index eedb5526cfd..34879575b35 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TruncatableString.java +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/com/google/api/services/cloudtrace/v2/model/TruncatableString.java @@ -30,26 +30,27 @@ public final class TruncatableString extends com.google.api.client.json.GenericJson { /** - * The number of bytes removed from the original string. If this value is 0, then the string was - * not shortened. + * Optional. The number of bytes removed from the original string. If this value is 0, then the + * string was not shortened. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Integer truncatedByteCount; /** - * The shortened string. For example, if the original string is 500 bytes long and the limit of - * the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. - * Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in - * the string, then the length of the shortened string might be less than the size limit. + * Optional. The shortened string. For example, if the original string is 500 bytes long and the + * limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte + * string. Truncation always happens on a UTF8 character boundary. If there are multi-byte + * characters in the string, then the length of the shortened string might be less than the size + * limit. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String value; /** - * The number of bytes removed from the original string. If this value is 0, then the string was - * not shortened. + * Optional. The number of bytes removed from the original string. If this value is 0, then the + * string was not shortened. * @return value or {@code null} for none */ public java.lang.Integer getTruncatedByteCount() { @@ -57,8 +58,8 @@ public java.lang.Integer getTruncatedByteCount() { } /** - * The number of bytes removed from the original string. If this value is 0, then the string was - * not shortened. + * Optional. The number of bytes removed from the original string. If this value is 0, then the + * string was not shortened. * @param truncatedByteCount truncatedByteCount or {@code null} for none */ public TruncatableString setTruncatedByteCount(java.lang.Integer truncatedByteCount) { @@ -67,10 +68,11 @@ public TruncatableString setTruncatedByteCount(java.lang.Integer truncatedByteCo } /** - * The shortened string. For example, if the original string is 500 bytes long and the limit of - * the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. - * Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in - * the string, then the length of the shortened string might be less than the size limit. + * Optional. The shortened string. For example, if the original string is 500 bytes long and the + * limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte + * string. Truncation always happens on a UTF8 character boundary. If there are multi-byte + * characters in the string, then the length of the shortened string might be less than the size + * limit. * @return value or {@code null} for none */ public java.lang.String getValue() { @@ -78,10 +80,11 @@ public java.lang.String getValue() { } /** - * The shortened string. For example, if the original string is 500 bytes long and the limit of - * the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. - * Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in - * the string, then the length of the shortened string might be less than the size limit. + * Optional. The shortened string. For example, if the original string is 500 bytes long and the + * limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte + * string. Truncation always happens on a UTF8 character boundary. If there are multi-byte + * characters in the string, then the length of the shortened string might be less than the size + * limit. * @param value value or {@code null} for none */ public TruncatableString setValue(java.lang.String value) { diff --git a/clients/google-api-services-cloudtrace/v2/2.0.0/pom.xml b/clients/google-api-services-cloudtrace/v2/2.0.0/pom.xml index d8eb8f65810..5c4cb650388 100644 --- a/clients/google-api-services-cloudtrace/v2/2.0.0/pom.xml +++ b/clients/google-api-services-cloudtrace/v2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudtrace - v2-rev20260612-2.0.0 - Cloud Trace API v2-rev20260612-2.0.0 + v2-rev20260724-2.0.0 + Cloud Trace API v2-rev20260724-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudtrace/v2/README.md b/clients/google-api-services-cloudtrace/v2/README.md index 1098ebd681f..a93ba2d4d18 100644 --- a/clients/google-api-services-cloudtrace/v2/README.md +++ b/clients/google-api-services-cloudtrace/v2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudtrace - v2-rev20260612-2.0.0 + v2-rev20260724-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudtrace:v2-rev20260612-2.0.0' + implementation 'com.google.apis:google-api-services-cloudtrace:v2-rev20260724-2.0.0' } ```