From e983e3e2eaed647308eaa02bc4700c7684526132 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 25 Jul 2019 00:44:19 -0700 Subject: [PATCH] Regenerate dialogflow client --- .../com/google/cloud/dialogflow/v2/AgentsSettings.java | 5 +++-- .../google/cloud/dialogflow/v2/ContextsSettings.java | 5 +++-- .../cloud/dialogflow/v2/EntityTypesSettings.java | 5 +++-- .../google/cloud/dialogflow/v2/IntentsSettings.java | 5 +++-- .../dialogflow/v2/SessionEntityTypesSettings.java | 5 +++-- .../google/cloud/dialogflow/v2/SessionsSettings.java | 5 +++-- .../com/google/cloud/dialogflow/v2/package-info.java | 3 +++ .../cloud/dialogflow/v2/stub/AgentsStubSettings.java | 5 +++-- .../cloud/dialogflow/v2/stub/ContextsStubSettings.java | 5 +++-- .../dialogflow/v2/stub/EntityTypesStubSettings.java | 5 +++-- .../cloud/dialogflow/v2/stub/IntentsStubSettings.java | 5 +++-- .../v2/stub/SessionEntityTypesStubSettings.java | 5 +++-- .../cloud/dialogflow/v2/stub/SessionsStubSettings.java | 5 +++-- .../cloud/dialogflow/v2beta1/AgentsSettings.java | 5 +++-- .../cloud/dialogflow/v2beta1/ContextsSettings.java | 5 +++-- .../cloud/dialogflow/v2beta1/DocumentsSettings.java | 5 +++-- .../cloud/dialogflow/v2beta1/EntityTypesSettings.java | 5 +++-- .../cloud/dialogflow/v2beta1/IntentsSettings.java | 5 +++-- .../dialogflow/v2beta1/KnowledgeBasesSettings.java | 5 +++-- .../dialogflow/v2beta1/SessionEntityTypesSettings.java | 5 +++-- .../cloud/dialogflow/v2beta1/SessionsSettings.java | 5 +++-- .../google/cloud/dialogflow/v2beta1/package-info.java | 3 +++ .../dialogflow/v2beta1/stub/AgentsStubSettings.java | 5 +++-- .../dialogflow/v2beta1/stub/ContextsStubSettings.java | 5 +++-- .../dialogflow/v2beta1/stub/DocumentsStubSettings.java | 5 +++-- .../v2beta1/stub/EntityTypesStubSettings.java | 5 +++-- .../dialogflow/v2beta1/stub/IntentsStubSettings.java | 5 +++-- .../v2beta1/stub/KnowledgeBasesStubSettings.java | 5 +++-- .../v2beta1/stub/SessionEntityTypesStubSettings.java | 5 +++-- .../dialogflow/v2beta1/stub/SessionsStubSettings.java | 5 +++-- .../google-cloud-dialogflow/synth.metadata | 10 +++++----- 31 files changed, 95 insertions(+), 61 deletions(-) diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsSettings.java index bb4f0c4167df..728369a4517f 100644 --- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsSettings.java +++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/AgentsSettings.java @@ -50,8 +50,9 @@ * * *

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of setAgent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of setAgent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsSettings.java
index b90982be82dd..ac56122fa4d2 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/ContextsSettings.java
@@ -47,8 +47,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getContext to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getContext to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesSettings.java
index 4a7ff834a3ba..242f2b761ef3 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/EntityTypesSettings.java
@@ -50,8 +50,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getEntityType to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getEntityType to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsSettings.java
index 030a9e09b87a..9aa9b87ddda3 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/IntentsSettings.java
@@ -50,8 +50,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getIntent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getIntent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesSettings.java
index 3d166656f363..2a652c35e0e0 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionEntityTypesSettings.java
@@ -47,8 +47,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getSessionEntityType to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getSessionEntityType to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsSettings.java
index 36b1bca9118d..804df903a1ea 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/SessionsSettings.java
@@ -44,8 +44,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of detectIntent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of detectIntent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/package-info.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/package-info.java
index b1df9cb8c15d..56c085380430 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/package-info.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/package-info.java
@@ -209,4 +209,7 @@
  * 
  * 
*/ +@Generated("by gapic-generator") package com.google.cloud.dialogflow.v2; + +import javax.annotation.Generated; diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStubSettings.java index 4eb6678de7f4..386aa0c3322b 100644 --- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStubSettings.java +++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/AgentsStubSettings.java @@ -79,8 +79,9 @@ * * *

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of setAgent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of setAgent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStubSettings.java
index f541709ed0ec..a77040a6dba7 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/ContextsStubSettings.java
@@ -70,8 +70,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getContext to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getContext to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStubSettings.java
index 6876f218bef6..af18a63d5e1a 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/EntityTypesStubSettings.java
@@ -81,8 +81,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getEntityType to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getEntityType to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStubSettings.java
index ffabb0a94591..52645d27e183 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/IntentsStubSettings.java
@@ -78,8 +78,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getIntent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getIntent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStubSettings.java
index f945c7216a82..9644da8be226 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionEntityTypesStubSettings.java
@@ -69,8 +69,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getSessionEntityType to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getSessionEntityType to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStubSettings.java
index 3c0384f23079..5862701e6ac0 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/SessionsStubSettings.java
@@ -57,8 +57,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of detectIntent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of detectIntent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsSettings.java
index a1543dde49bc..03802f997335 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/AgentsSettings.java
@@ -50,8 +50,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of setAgent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of setAgent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsSettings.java
index 43114e26d413..3f40df82c334 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/ContextsSettings.java
@@ -47,8 +47,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getContext to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getContext to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsSettings.java
index 1473b48744db..44cbd47a12b1 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsSettings.java
@@ -49,8 +49,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getDocument to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getDocument to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesSettings.java
index d6c0b8948dbb..4815ad814f0e 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EntityTypesSettings.java
@@ -50,8 +50,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getEntityType to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getEntityType to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsSettings.java
index 3245338efb8f..459fb476bfaa 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/IntentsSettings.java
@@ -50,8 +50,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getIntent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getIntent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesSettings.java
index e671b6c9c647..a28d480ccccb 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/KnowledgeBasesSettings.java
@@ -47,8 +47,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getKnowledgeBase to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getKnowledgeBase to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesSettings.java
index 256507f230b9..9bc5d4ca26d6 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionEntityTypesSettings.java
@@ -47,8 +47,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getSessionEntityType to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getSessionEntityType to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsSettings.java
index ea1e707286e7..fb8423e08eac 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/SessionsSettings.java
@@ -44,8 +44,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of detectIntent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of detectIntent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/package-info.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/package-info.java
index 19b970f4b380..2c69bf19d258 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/package-info.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/package-info.java
@@ -241,4 +241,7 @@
  * 
  * 
*/ +@Generated("by gapic-generator") package com.google.cloud.dialogflow.v2beta1; + +import javax.annotation.Generated; diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStubSettings.java index de8c78e213ba..334a6f97c1fd 100644 --- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStubSettings.java +++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/AgentsStubSettings.java @@ -79,8 +79,9 @@ * * *

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of setAgent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of setAgent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStubSettings.java
index 47a7d1b566c7..9d35d7b92e6f 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/ContextsStubSettings.java
@@ -70,8 +70,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getContext to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getContext to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStubSettings.java
index 5cc33996747b..6807dad59770 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/DocumentsStubSettings.java
@@ -76,8 +76,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getDocument to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getDocument to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStubSettings.java
index 65cd8b0e7e73..d74022a2cf3c 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/EntityTypesStubSettings.java
@@ -81,8 +81,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getEntityType to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getEntityType to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStubSettings.java
index 12ad3d1a7421..88ca23edaa5b 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/IntentsStubSettings.java
@@ -78,8 +78,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getIntent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getIntent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStubSettings.java
index a3f3a0cc640b..cd02eb740074 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/KnowledgeBasesStubSettings.java
@@ -69,8 +69,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getKnowledgeBase to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getKnowledgeBase to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStubSettings.java
index 77a384c44e69..7cff5c834bbe 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionEntityTypesStubSettings.java
@@ -69,8 +69,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of getSessionEntityType to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of getSessionEntityType to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStubSettings.java b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStubSettings.java
index 06a0c76547f6..c11e83dd01ed 100644
--- a/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStubSettings.java
+++ b/google-cloud-clients/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/SessionsStubSettings.java
@@ -57,8 +57,9 @@
  * 
  *
  * 

The builder of this class is recursive, so contained classes are themselves builders. When - * build() is called, the tree of builders is called to create the complete settings object. For - * example, to set the total timeout of detectIntent to 30 seconds: + * build() is called, the tree of builders is called to create the complete settings object. + * + *

For example, to set the total timeout of detectIntent to 30 seconds: * *

  * 
diff --git a/google-cloud-clients/google-cloud-dialogflow/synth.metadata b/google-cloud-clients/google-cloud-dialogflow/synth.metadata
index 7ec095dcfff7..2fef1e907a78 100644
--- a/google-cloud-clients/google-cloud-dialogflow/synth.metadata
+++ b/google-cloud-clients/google-cloud-dialogflow/synth.metadata
@@ -1,19 +1,19 @@
 {
-  "updateTime": "2019-07-19T07:43:21.595448Z",
+  "updateTime": "2019-07-25T07:44:19.651403Z",
   "sources": [
     {
       "generator": {
         "name": "artman",
-        "version": "0.30.1",
-        "dockerImage": "googleapis/artman@sha256:f1a2e851e5e012c59e1da4125480bb19878f86a4e7fac4f375f2e819956b5aa3"
+        "version": "0.31.0",
+        "dockerImage": "googleapis/artman@sha256:9aed6bbde54e26d2fcde7aa86d9f64c0278f741e58808c46573e488cbf6098f0"
       }
     },
     {
       "git": {
         "name": "googleapis",
         "remote": "https://github.com/googleapis/googleapis.git",
-        "sha": "f78612e8d008b9678252da84c035da12e92c0093",
-        "internalRef": "258869625"
+        "sha": "4b12afe72950f36bef6f196a05f4430e4421a873",
+        "internalRef": "259790363"
       }
     }
   ],