Skip to content

Commit b35d4be

Browse files
1 parent 3ae1332 commit b35d4be

10 files changed

+117
-219
lines changed

clients/google-api-services-apigee/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-apigee</artifactId>
25-
<version>v1-rev20260218-2.0.0</version>
25+
<version>v1-rev20260327-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-apigee:v1-rev20260218-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20260327-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/Apigee.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19444,13 +19444,15 @@ public List setCount(java.lang.Long count) {
1944419444
/**
1944519445
* Optional. Specifies whether to expand the results. Set to `true` to expand the results.
1944619446
* This query parameter is not valid if you use the `count` or `startKey` query
19447-
* parameters.
19447+
* parameters. **Note**: If set to `true`, the `apigee.developerapps.get` permission is
19448+
* required.
1944819449
*/
1944919450
@com.google.api.client.util.Key
1945019451
private java.lang.Boolean expand;
1945119452

1945219453
/** Optional. Specifies whether to expand the results. Set to `true` to expand the results. This query
19453-
parameter is not valid if you use the `count` or `startKey` query parameters.
19454+
parameter is not valid if you use the `count` or `startKey` query parameters. **Note**: If set to
19455+
`true`, the `apigee.developerapps.get` permission is required.
1945419456
*/
1945519457
public java.lang.Boolean getExpand() {
1945619458
return expand;
@@ -19459,7 +19461,8 @@ public java.lang.Boolean getExpand() {
1945919461
/**
1946019462
* Optional. Specifies whether to expand the results. Set to `true` to expand the results.
1946119463
* This query parameter is not valid if you use the `count` or `startKey` query
19462-
* parameters.
19464+
* parameters. **Note**: If set to `true`, the `apigee.developerapps.get` permission is
19465+
* required.
1946319466
*/
1946419467
public List setExpand(java.lang.Boolean expand) {
1946519468
this.expand = expand;
@@ -19468,21 +19471,24 @@ public List setExpand(java.lang.Boolean expand) {
1946819471

1946919472
/**
1947019473
* Optional. Specifies whether to expand the results in shallow mode. Set to `true` to
19471-
* expand the results in shallow mode.
19474+
* expand the results in shallow mode. **Note**: If set to `true`, the
19475+
* `apigee.developerapps.get` permission is required.
1947219476
*/
1947319477
@com.google.api.client.util.Key
1947419478
private java.lang.Boolean shallowExpand;
1947519479

1947619480
/** Optional. Specifies whether to expand the results in shallow mode. Set to `true` to expand the
19477-
results in shallow mode.
19481+
results in shallow mode. **Note**: If set to `true`, the `apigee.developerapps.get` permission is
19482+
required.
1947819483
*/
1947919484
public java.lang.Boolean getShallowExpand() {
1948019485
return shallowExpand;
1948119486
}
1948219487

1948319488
/**
1948419489
* Optional. Specifies whether to expand the results in shallow mode. Set to `true` to
19485-
* expand the results in shallow mode.
19490+
* expand the results in shallow mode. **Note**: If set to `true`, the
19491+
* `apigee.developerapps.get` permission is required.
1948619492
*/
1948719493
public List setShallowExpand(java.lang.Boolean shallowExpand) {
1948819494
this.shallowExpand = shallowExpand;

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/ApiservingMcpMcpToolDataHandlingProfile.java

Lines changed: 0 additions & 92 deletions
This file was deleted.

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/ApiservingMcpMcpToolLifecycleProfile.java

Lines changed: 0 additions & 68 deletions
This file was deleted.

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public final class GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderI
3838
private java.lang.Integer ipHeaderIndex;
3939

4040
/**
41-
* Required. The name of the header to extract the client ip from. We are currently only
42-
* supporting the X-Forwarded-For header.
41+
* Required. The name of the header to extract the client ip from.
4342
* The value may be {@code null}.
4443
*/
4544
@com.google.api.client.util.Key
@@ -65,17 +64,15 @@ public GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorith
6564
}
6665

6766
/**
68-
* Required. The name of the header to extract the client ip from. We are currently only
69-
* supporting the X-Forwarded-For header.
67+
* Required. The name of the header to extract the client ip from.
7068
* @return value or {@code null} for none
7169
*/
7270
public java.lang.String getIpHeaderName() {
7371
return ipHeaderName;
7472
}
7573

7674
/**
77-
* Required. The name of the header to extract the client ip from. We are currently only
78-
* supporting the X-Forwarded-For header.
75+
* Required. The name of the header to extract the client ip from.
7976
* @param ipHeaderName ipHeaderName or {@code null} for none
8077
*/
8178
public GoogleCloudApigeeV1EnvironmentClientIPResolutionConfigHeaderIndexAlgorithm setIpHeaderName(java.lang.String ipHeaderName) {

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1RuntimeTraceConfig.java

Lines changed: 44 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.apigee.v1.model;
1818

1919
/**
20-
* NEXT ID: 9 RuntimeTraceConfig defines the configurations for distributed trace in an environment.
20+
* NEXT ID: 10 RuntimeTraceConfig defines the configurations for distributed trace in an
21+
* environment.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Apigee API. For a detailed explanation see:
@@ -54,11 +55,12 @@ public final class GoogleCloudApigeeV1RuntimeTraceConfig extends com.google.api.
5455
private java.lang.String name;
5556

5657
/**
57-
* If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data. Configuration
58-
* Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed `Exporter`s:
59-
* `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is `OPEN_TELEMETRY_COLLECTOR`: -
60-
* `endpoint` refers to a valid OTLP collector URL. - If `Exporter` is `CLOUD_TRACE`: - `endpoint`
61-
* refers to a valid project ID
58+
* Optional. If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data.
59+
* Configuration Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed
60+
* `Exporter`s: `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is
61+
* `OPEN_TELEMETRY_COLLECTOR`: - `endpoint` refers to a valid OTLP collector URL. - If `Exporter`
62+
* is `CLOUD_TRACE`: - `endpoint` refers to a valid project ID Deprecated: Use trace_protocol
63+
* instead.
6264
* The value may be {@code null}.
6365
*/
6466
@com.google.api.client.util.Key
@@ -93,6 +95,13 @@ public final class GoogleCloudApigeeV1RuntimeTraceConfig extends com.google.api.
9395
@com.google.api.client.util.Key
9496
private GoogleCloudApigeeV1RuntimeTraceSamplingConfig samplingConfig;
9597

98+
/**
99+
* Optional. The trace protocol to use.
100+
* The value may be {@code null}.
101+
*/
102+
@com.google.api.client.util.Key
103+
private java.lang.String traceProtocol;
104+
96105
/**
97106
* Endpoint of the exporter.
98107
* @return value or {@code null} for none
@@ -151,23 +160,25 @@ public GoogleCloudApigeeV1RuntimeTraceConfig setName(java.lang.String name) {
151160
}
152161

153162
/**
154-
* If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data. Configuration
155-
* Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed `Exporter`s:
156-
* `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is `OPEN_TELEMETRY_COLLECTOR`: -
157-
* `endpoint` refers to a valid OTLP collector URL. - If `Exporter` is `CLOUD_TRACE`: - `endpoint`
158-
* refers to a valid project ID
163+
* Optional. If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data.
164+
* Configuration Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed
165+
* `Exporter`s: `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is
166+
* `OPEN_TELEMETRY_COLLECTOR`: - `endpoint` refers to a valid OTLP collector URL. - If `Exporter`
167+
* is `CLOUD_TRACE`: - `endpoint` refers to a valid project ID Deprecated: Use trace_protocol
168+
* instead.
159169
* @return value or {@code null} for none
160170
*/
161171
public java.lang.Boolean getOpenTelemetryProtocolEnabled() {
162172
return openTelemetryProtocolEnabled;
163173
}
164174

165175
/**
166-
* If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data. Configuration
167-
* Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed `Exporter`s:
168-
* `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is `OPEN_TELEMETRY_COLLECTOR`: -
169-
* `endpoint` refers to a valid OTLP collector URL. - If `Exporter` is `CLOUD_TRACE`: - `endpoint`
170-
* refers to a valid project ID
176+
* Optional. If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data.
177+
* Configuration Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed
178+
* `Exporter`s: `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is
179+
* `OPEN_TELEMETRY_COLLECTOR`: - `endpoint` refers to a valid OTLP collector URL. - If `Exporter`
180+
* is `CLOUD_TRACE`: - `endpoint` refers to a valid project ID Deprecated: Use trace_protocol
181+
* instead.
171182
* @param openTelemetryProtocolEnabled openTelemetryProtocolEnabled or {@code null} for none
172183
*/
173184
public GoogleCloudApigeeV1RuntimeTraceConfig setOpenTelemetryProtocolEnabled(java.lang.Boolean openTelemetryProtocolEnabled) {
@@ -245,6 +256,23 @@ public GoogleCloudApigeeV1RuntimeTraceConfig setSamplingConfig(GoogleCloudApigee
245256
return this;
246257
}
247258

259+
/**
260+
* Optional. The trace protocol to use.
261+
* @return value or {@code null} for none
262+
*/
263+
public java.lang.String getTraceProtocol() {
264+
return traceProtocol;
265+
}
266+
267+
/**
268+
* Optional. The trace protocol to use.
269+
* @param traceProtocol traceProtocol or {@code null} for none
270+
*/
271+
public GoogleCloudApigeeV1RuntimeTraceConfig setTraceProtocol(java.lang.String traceProtocol) {
272+
this.traceProtocol = traceProtocol;
273+
return this;
274+
}
275+
248276
@Override
249277
public GoogleCloudApigeeV1RuntimeTraceConfig set(String fieldName, Object value) {
250278
return (GoogleCloudApigeeV1RuntimeTraceConfig) super.set(fieldName, value);

0 commit comments

Comments
 (0)