Skip to content

Commit ac71bf1

Browse files
1 parent 056bdc4 commit ac71bf1

File tree

42 files changed

+1328
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1328
-68
lines changed

clients/google-api-services-dialogflow/v2/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-dialogflow</artifactId>
25-
<version>v2-rev20251013-2.0.0</version>
25+
<version>v2-rev20251027-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-dialogflow:v2-rev20251013-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20251027-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/Dialogflow.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22228,22 +22228,22 @@ public List setName(java.lang.String name) {
2222822228
}
2222922229

2223022230
/**
22231-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
22232-
* is primarily intended for internal usage.
22231+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
22232+
* documented otherwise. This is primarily for internal usage.
2223322233
*/
2223422234
@com.google.api.client.util.Key
2223522235
private java.util.List<java.lang.String> extraLocationTypes;
2223622236

22237-
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
22238-
primarily intended for internal usage.
22237+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
22238+
otherwise. This is primarily for internal usage.
2223922239
*/
2224022240
public java.util.List<java.lang.String> getExtraLocationTypes() {
2224122241
return extraLocationTypes;
2224222242
}
2224322243

2224422244
/**
22245-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
22246-
* is primarily intended for internal usage.
22245+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
22246+
* documented otherwise. This is primarily for internal usage.
2224722247
*/
2224822248
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
2224922249
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3WebhookGenericWebService.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ public final class GoogleCloudDialogflowCxV3WebhookGenericWebService extends com
105105
@com.google.api.client.util.Key
106106
private java.util.Map<String, GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue> secretVersionsForRequestHeaders;
107107

108+
/**
109+
* Optional. Configuration for service account authentication.
110+
* The value may be {@code null}.
111+
*/
112+
@com.google.api.client.util.Key
113+
private GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig serviceAccountAuthConfig;
114+
108115
/**
109116
* Optional. Indicate the auth token type generated from the [Diglogflow service
110117
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The
@@ -314,6 +321,23 @@ public GoogleCloudDialogflowCxV3WebhookGenericWebService setSecretVersionsForReq
314321
return this;
315322
}
316323

324+
/**
325+
* Optional. Configuration for service account authentication.
326+
* @return value or {@code null} for none
327+
*/
328+
public GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig getServiceAccountAuthConfig() {
329+
return serviceAccountAuthConfig;
330+
}
331+
332+
/**
333+
* Optional. Configuration for service account authentication.
334+
* @param serviceAccountAuthConfig serviceAccountAuthConfig or {@code null} for none
335+
*/
336+
public GoogleCloudDialogflowCxV3WebhookGenericWebService setServiceAccountAuthConfig(GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig serviceAccountAuthConfig) {
337+
this.serviceAccountAuthConfig = serviceAccountAuthConfig;
338+
return this;
339+
}
340+
317341
/**
318342
* Optional. Indicate the auth token type generated from the [Diglogflow service
319343
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.dialogflow.v2.model;
18+
19+
/**
20+
* Configuration for authentication using a service account.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Dialogflow API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Required. The email address of the service account used to authenticate the webhook call.
34+
* Dialogflow uses this service account to exchange an access token and the access token is then
35+
* sent in the `Authorization` header of the webhook request. The service account must have the
36+
* `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service
37+
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.lang.String serviceAccount;
42+
43+
/**
44+
* Required. The email address of the service account used to authenticate the webhook call.
45+
* Dialogflow uses this service account to exchange an access token and the access token is then
46+
* sent in the `Authorization` header of the webhook request. The service account must have the
47+
* `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service
48+
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.String getServiceAccount() {
52+
return serviceAccount;
53+
}
54+
55+
/**
56+
* Required. The email address of the service account used to authenticate the webhook call.
57+
* Dialogflow uses this service account to exchange an access token and the access token is then
58+
* sent in the `Authorization` header of the webhook request. The service account must have the
59+
* `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service
60+
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
61+
* @param serviceAccount serviceAccount or {@code null} for none
62+
*/
63+
public GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig setServiceAccount(java.lang.String serviceAccount) {
64+
this.serviceAccount = serviceAccount;
65+
return this;
66+
}
67+
68+
@Override
69+
public GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig set(String fieldName, Object value) {
70+
return (GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig) super.set(fieldName, value);
71+
}
72+
73+
@Override
74+
public GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig clone() {
75+
return (GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig) super.clone();
76+
}
77+
78+
}

clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowCxV3beta1WebhookGenericWebService.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ public final class GoogleCloudDialogflowCxV3beta1WebhookGenericWebService extend
105105
@com.google.api.client.util.Key
106106
private java.util.Map<String, GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue> secretVersionsForRequestHeaders;
107107

108+
/**
109+
* Optional. Configuration for service account authentication.
110+
* The value may be {@code null}.
111+
*/
112+
@com.google.api.client.util.Key
113+
private GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig serviceAccountAuthConfig;
114+
108115
/**
109116
* Optional. Indicate the auth token type generated from the [Diglogflow service
110117
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The
@@ -314,6 +321,23 @@ public GoogleCloudDialogflowCxV3beta1WebhookGenericWebService setSecretVersionsF
314321
return this;
315322
}
316323

324+
/**
325+
* Optional. Configuration for service account authentication.
326+
* @return value or {@code null} for none
327+
*/
328+
public GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig getServiceAccountAuthConfig() {
329+
return serviceAccountAuthConfig;
330+
}
331+
332+
/**
333+
* Optional. Configuration for service account authentication.
334+
* @param serviceAccountAuthConfig serviceAccountAuthConfig or {@code null} for none
335+
*/
336+
public GoogleCloudDialogflowCxV3beta1WebhookGenericWebService setServiceAccountAuthConfig(GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig serviceAccountAuthConfig) {
337+
this.serviceAccountAuthConfig = serviceAccountAuthConfig;
338+
return this;
339+
}
340+
317341
/**
318342
* Optional. Indicate the auth token type generated from the [Diglogflow service
319343
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.dialogflow.v2.model;
18+
19+
/**
20+
* Configuration for authentication using a service account.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Dialogflow API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Required. The email address of the service account used to authenticate the webhook call.
34+
* Dialogflow uses this service account to exchange an access token and the access token is then
35+
* sent in the `Authorization` header of the webhook request. The service account must have the
36+
* `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service
37+
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
38+
* The value may be {@code null}.
39+
*/
40+
@com.google.api.client.util.Key
41+
private java.lang.String serviceAccount;
42+
43+
/**
44+
* Required. The email address of the service account used to authenticate the webhook call.
45+
* Dialogflow uses this service account to exchange an access token and the access token is then
46+
* sent in the `Authorization` header of the webhook request. The service account must have the
47+
* `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service
48+
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.String getServiceAccount() {
52+
return serviceAccount;
53+
}
54+
55+
/**
56+
* Required. The email address of the service account used to authenticate the webhook call.
57+
* Dialogflow uses this service account to exchange an access token and the access token is then
58+
* sent in the `Authorization` header of the webhook request. The service account must have the
59+
* `roles/iam.serviceAccountTokenCreator` role granted to the [Dialogflow service
60+
* agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
61+
* @param serviceAccount serviceAccount or {@code null} for none
62+
*/
63+
public GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig setServiceAccount(java.lang.String serviceAccount) {
64+
this.serviceAccount = serviceAccount;
65+
return this;
66+
}
67+
68+
@Override
69+
public GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig set(String fieldName, Object value) {
70+
return (GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig) super.set(fieldName, value);
71+
}
72+
73+
@Override
74+
public GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig clone() {
75+
return (GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig) super.clone();
76+
}
77+
78+
}

clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/model/GoogleCloudDialogflowV2ToolTLSConfigCACert.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public final class GoogleCloudDialogflowV2ToolTLSConfigCACert extends com.google
3434
* overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use
3535
* Google's default trust store to verify certificates. N.B. Make sure the HTTPS server
3636
* certificates are signed with "subject alt name". For instance a certificate can be self-signed
37-
* using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey
37+
* using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey
3838
* example.com.key \ -out example.com.crt \ -extfile <(printf
39-
* "\nsubjectAltName='DNS:www.example.com'")
39+
* "\nsubjectAltName='DNS:www.example.com'") ```
4040
* The value may be {@code null}.
4141
*/
4242
@com.google.api.client.util.Key
@@ -55,9 +55,9 @@ public final class GoogleCloudDialogflowV2ToolTLSConfigCACert extends com.google
5555
* overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use
5656
* Google's default trust store to verify certificates. N.B. Make sure the HTTPS server
5757
* certificates are signed with "subject alt name". For instance a certificate can be self-signed
58-
* using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey
58+
* using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey
5959
* example.com.key \ -out example.com.crt \ -extfile <(printf
60-
* "\nsubjectAltName='DNS:www.example.com'")
60+
* "\nsubjectAltName='DNS:www.example.com'") ```
6161
* @see #decodeCert()
6262
* @return value or {@code null} for none
6363
*/
@@ -70,9 +70,9 @@ public java.lang.String getCert() {
7070
* overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use
7171
* Google's default trust store to verify certificates. N.B. Make sure the HTTPS server
7272
* certificates are signed with "subject alt name". For instance a certificate can be self-signed
73-
* using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey
73+
* using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey
7474
* example.com.key \ -out example.com.crt \ -extfile <(printf
75-
* "\nsubjectAltName='DNS:www.example.com'")
75+
* "\nsubjectAltName='DNS:www.example.com'") ```
7676
* @see #getCert()
7777
* @return Base64 decoded value or {@code null} for none
7878
*
@@ -87,9 +87,9 @@ public byte[] decodeCert() {
8787
* overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use
8888
* Google's default trust store to verify certificates. N.B. Make sure the HTTPS server
8989
* certificates are signed with "subject alt name". For instance a certificate can be self-signed
90-
* using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey
90+
* using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey
9191
* example.com.key \ -out example.com.crt \ -extfile <(printf
92-
* "\nsubjectAltName='DNS:www.example.com'")
92+
* "\nsubjectAltName='DNS:www.example.com'") ```
9393
* @see #encodeCert()
9494
* @param cert cert or {@code null} for none
9595
*/
@@ -103,9 +103,9 @@ public GoogleCloudDialogflowV2ToolTLSConfigCACert setCert(java.lang.String cert)
103103
* overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use
104104
* Google's default trust store to verify certificates. N.B. Make sure the HTTPS server
105105
* certificates are signed with "subject alt name". For instance a certificate can be self-signed
106-
* using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey
106+
* using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey
107107
* example.com.key \ -out example.com.crt \ -extfile <(printf
108-
* "\nsubjectAltName='DNS:www.example.com'")
108+
* "\nsubjectAltName='DNS:www.example.com'") ```
109109
* @see #setCert()
110110
*
111111
* <p>

clients/google-api-services-dialogflow/v2/2.0.0/pom.xml

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

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-dialogflow</artifactId>
11-
<version>v2-rev20251013-2.0.0</version>
12-
<name>Dialogflow API v2-rev20251013-2.0.0</name>
11+
<version>v2-rev20251027-2.0.0</version>
12+
<name>Dialogflow API v2-rev20251027-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dialogflow/v2/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-dialogflow</artifactId>
25-
<version>v2-rev20251013-2.0.0</version>
25+
<version>v2-rev20251027-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-dialogflow:v2-rev20251013-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20251027-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dialogflow/v2beta1/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-dialogflow</artifactId>
25-
<version>v2beta1-rev20251013-2.0.0</version>
25+
<version>v2beta1-rev20251027-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-dialogflow:v2beta1-rev20251013-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20251027-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)