Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2-rev20260808-2.0.0</version>
<version>v2-rev20260815-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20260808-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20260815-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public final class GoogleCloudDialogflowV2ToolCallResultError extends com.google
@com.google.api.client.util.Key
private java.lang.String message;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean retryable;

/**
* @return value or {@code null} for none
*/
Expand All @@ -50,6 +56,21 @@ public GoogleCloudDialogflowV2ToolCallResultError setMessage(java.lang.String me
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Boolean getRetryable() {
return retryable;
}

/**
* @param retryable retryable or {@code null} for none
*/
public GoogleCloudDialogflowV2ToolCallResultError setRetryable(java.lang.Boolean retryable) {
this.retryable = retryable;
return this;
}

@Override
public GoogleCloudDialogflowV2ToolCallResultError set(String fieldName, Object value) {
return (GoogleCloudDialogflowV2ToolCallResultError) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public final class GoogleCloudDialogflowV2beta1ToolCallResultError extends com.g
@com.google.api.client.util.Key
private java.lang.String message;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean retryable;

/**
* @return value or {@code null} for none
*/
Expand All @@ -50,6 +56,21 @@ public GoogleCloudDialogflowV2beta1ToolCallResultError setMessage(java.lang.Stri
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Boolean getRetryable() {
return retryable;
}

/**
* @param retryable retryable or {@code null} for none
*/
public GoogleCloudDialogflowV2beta1ToolCallResultError setRetryable(java.lang.Boolean retryable) {
this.retryable = retryable;
return this;
}

@Override
public GoogleCloudDialogflowV2beta1ToolCallResultError set(String fieldName, Object value) {
return (GoogleCloudDialogflowV2beta1ToolCallResultError) super.set(fieldName, value);
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2-rev20260808-2.0.0</version>
<name>Dialogflow API v2-rev20260808-2.0.0</name>
<version>v2-rev20260815-2.0.0</version>
<name>Dialogflow API v2-rev20260815-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2-rev20260808-2.0.0</version>
<version>v2-rev20260815-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20260808-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v2-rev20260815-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2beta1-rev20260808-2.0.0</version>
<version>v2beta1-rev20260815-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20260808-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20260815-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public final class GoogleCloudDialogflowV2ToolCallResultError extends com.google
@com.google.api.client.util.Key
private java.lang.String message;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean retryable;

/**
* @return value or {@code null} for none
*/
Expand All @@ -50,6 +56,21 @@ public GoogleCloudDialogflowV2ToolCallResultError setMessage(java.lang.String me
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Boolean getRetryable() {
return retryable;
}

/**
* @param retryable retryable or {@code null} for none
*/
public GoogleCloudDialogflowV2ToolCallResultError setRetryable(java.lang.Boolean retryable) {
this.retryable = retryable;
return this;
}

@Override
public GoogleCloudDialogflowV2ToolCallResultError set(String fieldName, Object value) {
return (GoogleCloudDialogflowV2ToolCallResultError) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public final class GoogleCloudDialogflowV2beta1ToolCallResultError extends com.g
@com.google.api.client.util.Key
private java.lang.String message;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean retryable;

/**
* @return value or {@code null} for none
*/
Expand All @@ -50,6 +56,21 @@ public GoogleCloudDialogflowV2beta1ToolCallResultError setMessage(java.lang.Stri
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Boolean getRetryable() {
return retryable;
}

/**
* @param retryable retryable or {@code null} for none
*/
public GoogleCloudDialogflowV2beta1ToolCallResultError setRetryable(java.lang.Boolean retryable) {
this.retryable = retryable;
return this;
}

@Override
public GoogleCloudDialogflowV2beta1ToolCallResultError set(String fieldName, Object value) {
return (GoogleCloudDialogflowV2beta1ToolCallResultError) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2beta1-rev20260808-2.0.0</version>
<name>Dialogflow API v2beta1-rev20260808-2.0.0</name>
<version>v2beta1-rev20260815-2.0.0</version>
<name>Dialogflow API v2beta1-rev20260815-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v2beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v2beta1-rev20260808-2.0.0</version>
<version>v2beta1-rev20260815-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20260808-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v2beta1-rev20260815-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v3/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v3-rev20260808-2.0.0</version>
<version>v3-rev20260815-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v3-rev20260808-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v3-rev20260815-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public final class GoogleCloudDialogflowV2ToolCallResultError extends com.google
@com.google.api.client.util.Key
private java.lang.String message;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean retryable;

/**
* @return value or {@code null} for none
*/
Expand All @@ -50,6 +56,21 @@ public GoogleCloudDialogflowV2ToolCallResultError setMessage(java.lang.String me
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Boolean getRetryable() {
return retryable;
}

/**
* @param retryable retryable or {@code null} for none
*/
public GoogleCloudDialogflowV2ToolCallResultError setRetryable(java.lang.Boolean retryable) {
this.retryable = retryable;
return this;
}

@Override
public GoogleCloudDialogflowV2ToolCallResultError set(String fieldName, Object value) {
return (GoogleCloudDialogflowV2ToolCallResultError) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ public final class GoogleCloudDialogflowV2beta1ToolCallResultError extends com.g
@com.google.api.client.util.Key
private java.lang.String message;

/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean retryable;

/**
* @return value or {@code null} for none
*/
Expand All @@ -50,6 +56,21 @@ public GoogleCloudDialogflowV2beta1ToolCallResultError setMessage(java.lang.Stri
return this;
}

/**
* @return value or {@code null} for none
*/
public java.lang.Boolean getRetryable() {
return retryable;
}

/**
* @param retryable retryable or {@code null} for none
*/
public GoogleCloudDialogflowV2beta1ToolCallResultError setRetryable(java.lang.Boolean retryable) {
this.retryable = retryable;
return this;
}

@Override
public GoogleCloudDialogflowV2beta1ToolCallResultError set(String fieldName, Object value) {
return (GoogleCloudDialogflowV2beta1ToolCallResultError) super.set(fieldName, value);
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v3/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v3-rev20260808-2.0.0</version>
<name>Dialogflow API v3-rev20260808-2.0.0</name>
<version>v3-rev20260815-2.0.0</version>
<name>Dialogflow API v3-rev20260815-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dialogflow/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v3-rev20260808-2.0.0</version>
<version>v3-rev20260815-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v3-rev20260808-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v3-rev20260815-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dialogflow</artifactId>
<version>v3beta1-rev20260808-2.0.0</version>
<version>v3beta1-rev20260815-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dialogflow:v3beta1-rev20260808-2.0.0'
implementation 'com.google.apis:google-api-services-dialogflow:v3beta1-rev20260815-2.0.0'
}
```

Expand Down
Loading
Loading