Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate dialogflow client #4635

Merged
merged 1 commit into from
Mar 6, 2019
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2.stub.AgentsStub;
import com.google.cloud.dialogflow.v2.stub.AgentsStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -948,7 +949,8 @@ public static ApiFuture<SearchAgentsPagedResponse> createAsync(
public SearchAgentsPagedResponse apply(SearchAgentsPage input) {
return new SearchAgentsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private SearchAgentsPagedResponse(SearchAgentsPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2.stub.ContextsStub;
import com.google.cloud.dialogflow.v2.stub.ContextsStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.protobuf.Empty;
import java.io.IOException;
import java.util.List;
Expand Down Expand Up @@ -797,7 +798,8 @@ public static ApiFuture<ListContextsPagedResponse> createAsync(
public ListContextsPagedResponse apply(ListContextsPage input) {
return new ListContextsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListContextsPagedResponse(ListContextsPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2.stub.EntityTypesStub;
import com.google.cloud.dialogflow.v2.stub.EntityTypesStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -1924,7 +1925,8 @@ public static ApiFuture<ListEntityTypesPagedResponse> createAsync(
public ListEntityTypesPagedResponse apply(ListEntityTypesPage input) {
return new ListEntityTypesPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListEntityTypesPagedResponse(ListEntityTypesPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2.stub.IntentsStub;
import com.google.cloud.dialogflow.v2.stub.IntentsStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -1211,7 +1212,8 @@ public static ApiFuture<ListIntentsPagedResponse> createAsync(
public ListIntentsPagedResponse apply(ListIntentsPage input) {
return new ListIntentsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListIntentsPagedResponse(ListIntentsPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2.stub.SessionEntityTypesStub;
import com.google.cloud.dialogflow.v2.stub.SessionEntityTypesStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.protobuf.Empty;
import java.io.IOException;
import java.util.List;
Expand Down Expand Up @@ -722,7 +723,8 @@ public static ApiFuture<ListSessionEntityTypesPagedResponse> createAsync(
public ListSessionEntityTypesPagedResponse apply(ListSessionEntityTypesPage input) {
return new ListSessionEntityTypesPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListSessionEntityTypesPagedResponse(ListSessionEntityTypesPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2beta1.stub.AgentsStub;
import com.google.cloud.dialogflow.v2beta1.stub.AgentsStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -949,7 +950,8 @@ public static ApiFuture<SearchAgentsPagedResponse> createAsync(
public SearchAgentsPagedResponse apply(SearchAgentsPage input) {
return new SearchAgentsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private SearchAgentsPagedResponse(SearchAgentsPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2beta1.stub.ContextsStub;
import com.google.cloud.dialogflow.v2beta1.stub.ContextsStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.protobuf.Empty;
import java.io.IOException;
import java.util.List;
Expand Down Expand Up @@ -831,7 +832,8 @@ public static ApiFuture<ListContextsPagedResponse> createAsync(
public ListContextsPagedResponse apply(ListContextsPage input) {
return new ListContextsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListContextsPagedResponse(ListContextsPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2beta1.stub.DocumentsStub;
import com.google.cloud.dialogflow.v2beta1.stub.DocumentsStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -735,7 +736,8 @@ public static ApiFuture<ListDocumentsPagedResponse> createAsync(
public ListDocumentsPagedResponse apply(ListDocumentsPage input) {
return new ListDocumentsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListDocumentsPagedResponse(ListDocumentsPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2beta1.stub.EntityTypesStub;
import com.google.cloud.dialogflow.v2beta1.stub.EntityTypesStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -1924,7 +1925,8 @@ public static ApiFuture<ListEntityTypesPagedResponse> createAsync(
public ListEntityTypesPagedResponse apply(ListEntityTypesPage input) {
return new ListEntityTypesPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListEntityTypesPagedResponse(ListEntityTypesPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2beta1.stub.IntentsStub;
import com.google.cloud.dialogflow.v2beta1.stub.IntentsStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.longrunning.Operation;
import com.google.longrunning.OperationsClient;
import com.google.protobuf.Empty;
Expand Down Expand Up @@ -1211,7 +1212,8 @@ public static ApiFuture<ListIntentsPagedResponse> createAsync(
public ListIntentsPagedResponse apply(ListIntentsPage input) {
return new ListIntentsPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListIntentsPagedResponse(ListIntentsPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2beta1.stub.KnowledgeBasesStub;
import com.google.cloud.dialogflow.v2beta1.stub.KnowledgeBasesStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.protobuf.Empty;
import java.io.IOException;
import java.util.List;
Expand Down Expand Up @@ -635,7 +636,8 @@ public static ApiFuture<ListKnowledgeBasesPagedResponse> createAsync(
public ListKnowledgeBasesPagedResponse apply(ListKnowledgeBasesPage input) {
return new ListKnowledgeBasesPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListKnowledgeBasesPagedResponse(ListKnowledgeBasesPage page) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.dialogflow.v2beta1.stub.SessionEntityTypesStub;
import com.google.cloud.dialogflow.v2beta1.stub.SessionEntityTypesStubSettings;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.protobuf.Empty;
import java.io.IOException;
import java.util.List;
Expand Down Expand Up @@ -754,7 +755,8 @@ public static ApiFuture<ListSessionEntityTypesPagedResponse> createAsync(
public ListSessionEntityTypesPagedResponse apply(ListSessionEntityTypesPage input) {
return new ListSessionEntityTypesPagedResponse(input);
}
});
},
MoreExecutors.directExecutor());
}

private ListSessionEntityTypesPagedResponse(ListSessionEntityTypesPage page) {
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-dialogflow/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-02-26T08:41:11.500073Z",
"updateTime": "2019-03-06T08:41:27.247149Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.14",
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
"version": "0.16.15",
"dockerImage": "googleapis/artman@sha256:9caadfa59d48224cba5f3217eb9d61a155b78ccf31e628abef385bc5b7ed3bd2"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "29f098cb03a9983cc9cb15993de5da64419046f2",
"internalRef": "235621085"
"sha": "856117505ff9075b3e9c0b5674113667b6cf9e00",
"internalRef": "236931378"
}
}
],
Expand Down