/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
D | Webhook.java | 33 public final class Webhook extends com.google.protobuf.GeneratedMessageV3 class 39 private Webhook(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Webhook() method in Webhook 43 private Webhook() { in Webhook() method in Webhook 51 return new Webhook(); in newInstance() 70 com.google.cloud.dialogflow.cx.v3.Webhook.class, in internalGetFieldAccessorTable() 71 com.google.cloud.dialogflow.cx.v3.Webhook.Builder.class); in internalGetFieldAccessorTable() 361 com.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.class, in internalGetFieldAccessorTable() 362 com.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.Builder.class); in internalGetFieldAccessorTable() 797 if (!(obj instanceof com.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService)) { in equals() 800 com.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService other = in equals() [all …]
|
D | WebhookOrBuilder.java | 111 com.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService getGenericWebService(); in getGenericWebService() 121 com.google.cloud.dialogflow.cx.v3.Webhook.GenericWebServiceOrBuilder 151 com.google.cloud.dialogflow.cx.v3.Webhook.ServiceDirectoryConfig getServiceDirectory(); in getServiceDirectory() 163 com.google.cloud.dialogflow.cx.v3.Webhook.ServiceDirectoryConfigOrBuilder 220 public com.google.cloud.dialogflow.cx.v3.Webhook.WebhookCase getWebhookCase(); in getWebhookCase()
|
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
D | Webhook.java | 33 public final class Webhook extends com.google.protobuf.GeneratedMessageV3 class 39 private Webhook(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Webhook() method in Webhook 43 private Webhook() { in Webhook() method in Webhook 51 return new Webhook(); in newInstance() 70 com.google.cloud.dialogflow.cx.v3beta1.Webhook.class, in internalGetFieldAccessorTable() 71 com.google.cloud.dialogflow.cx.v3beta1.Webhook.Builder.class); in internalGetFieldAccessorTable() 361 com.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.class, in internalGetFieldAccessorTable() 362 com.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.Builder.class); in internalGetFieldAccessorTable() 797 if (!(obj instanceof com.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService)) { in equals() 800 com.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService other = in equals() [all …]
|
D | WebhookOrBuilder.java | 113 com.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService getGenericWebService(); in getGenericWebService() 124 com.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebServiceOrBuilder 154 com.google.cloud.dialogflow.cx.v3beta1.Webhook.ServiceDirectoryConfig getServiceDirectory(); in getServiceDirectory() 166 com.google.cloud.dialogflow.cx.v3beta1.Webhook.ServiceDirectoryConfigOrBuilder 223 public com.google.cloud.dialogflow.cx.v3beta1.Webhook.WebhookCase getWebhookCase(); in getWebhookCase()
|
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/ |
D | MockWebhooksImpl.java | 84 public void getWebhook(GetWebhookRequest request, StreamObserver<Webhook> responseObserver) { in getWebhook() 86 if (response instanceof Webhook) { in getWebhook() 88 responseObserver.onNext(((Webhook) response)); in getWebhook() 98 Webhook.class.getName(), in getWebhook() 105 CreateWebhookRequest request, StreamObserver<Webhook> responseObserver) { in createWebhook() 107 if (response instanceof Webhook) { in createWebhook() 109 responseObserver.onNext(((Webhook) response)); in createWebhook() 119 Webhook.class.getName(), in createWebhook() 126 UpdateWebhookRequest request, StreamObserver<Webhook> responseObserver) { in updateWebhook() 128 if (response instanceof Webhook) { in updateWebhook() [all …]
|
D | WebhooksClientTest.java | 96 Webhook responsesElement = Webhook.newBuilder().build(); in listWebhooksTest() 108 List<Webhook> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWebhooksTest() 140 Webhook responsesElement = Webhook.newBuilder().build(); in listWebhooksTest2() 152 List<Webhook> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWebhooksTest2() 184 Webhook expectedResponse = in getWebhookTest() 185 Webhook.newBuilder() in getWebhookTest() 195 Webhook actualResponse = client.getWebhook(name); in getWebhookTest() 225 Webhook expectedResponse = in getWebhookTest2() 226 Webhook.newBuilder() in getWebhookTest2() 236 Webhook actualResponse = client.getWebhook(name); in getWebhookTest2() [all …]
|
D | WebhooksClientHttpJsonTest.java | 89 Webhook responsesElement = Webhook.newBuilder().build(); in listWebhooksTest() 101 List<Webhook> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWebhooksTest() 139 Webhook responsesElement = Webhook.newBuilder().build(); in listWebhooksTest2() 151 List<Webhook> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWebhooksTest2() 189 Webhook expectedResponse = in getWebhookTest() 190 Webhook.newBuilder() in getWebhookTest() 200 Webhook actualResponse = client.getWebhook(name); in getWebhookTest() 236 Webhook expectedResponse = in getWebhookTest2() 237 Webhook.newBuilder() in getWebhookTest2() 248 Webhook actualResponse = client.getWebhook(name); in getWebhookTest2() [all …]
|
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/ |
D | MockWebhooksImpl.java | 84 public void getWebhook(GetWebhookRequest request, StreamObserver<Webhook> responseObserver) { in getWebhook() 86 if (response instanceof Webhook) { in getWebhook() 88 responseObserver.onNext(((Webhook) response)); in getWebhook() 98 Webhook.class.getName(), in getWebhook() 105 CreateWebhookRequest request, StreamObserver<Webhook> responseObserver) { in createWebhook() 107 if (response instanceof Webhook) { in createWebhook() 109 responseObserver.onNext(((Webhook) response)); in createWebhook() 119 Webhook.class.getName(), in createWebhook() 126 UpdateWebhookRequest request, StreamObserver<Webhook> responseObserver) { in updateWebhook() 128 if (response instanceof Webhook) { in updateWebhook() [all …]
|
D | WebhooksClientTest.java | 96 Webhook responsesElement = Webhook.newBuilder().build(); in listWebhooksTest() 108 List<Webhook> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWebhooksTest() 140 Webhook responsesElement = Webhook.newBuilder().build(); in listWebhooksTest2() 152 List<Webhook> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWebhooksTest2() 184 Webhook expectedResponse = in getWebhookTest() 185 Webhook.newBuilder() in getWebhookTest() 195 Webhook actualResponse = client.getWebhook(name); in getWebhookTest() 225 Webhook expectedResponse = in getWebhookTest2() 226 Webhook.newBuilder() in getWebhookTest2() 236 Webhook actualResponse = client.getWebhook(name); in getWebhookTest2() [all …]
|
D | WebhooksClientHttpJsonTest.java | 89 Webhook responsesElement = Webhook.newBuilder().build(); in listWebhooksTest() 101 List<Webhook> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWebhooksTest() 139 Webhook responsesElement = Webhook.newBuilder().build(); in listWebhooksTest2() 151 List<Webhook> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWebhooksTest2() 189 Webhook expectedResponse = in getWebhookTest() 190 Webhook.newBuilder() in getWebhookTest() 200 Webhook actualResponse = client.getWebhook(name); in getWebhookTest() 236 Webhook expectedResponse = in getWebhookTest2() 237 Webhook.newBuilder() in getWebhookTest2() 248 Webhook actualResponse = client.getWebhook(name); in getWebhookTest2() [all …]
|
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
D | WebhooksClient.java | 362 public final Webhook getWebhook(WebhookName name) { in getWebhook() 390 public final Webhook getWebhook(String name) { in getWebhook() 419 public final Webhook getWebhook(GetWebhookRequest request) { in getWebhook() 446 public final UnaryCallable<GetWebhookRequest, Webhook> getWebhookCallable() { in getWebhookCallable() 474 public final Webhook createWebhook(AgentName parent, Webhook webhook) { in createWebhook() 507 public final Webhook createWebhook(String parent, Webhook webhook) { in createWebhook() 538 public final Webhook createWebhook(CreateWebhookRequest request) { in createWebhook() 566 public final UnaryCallable<CreateWebhookRequest, Webhook> createWebhookCallable() { in createWebhookCallable() 594 public final Webhook updateWebhook(Webhook webhook, FieldMask updateMask) { in updateWebhook() 625 public final Webhook updateWebhook(UpdateWebhookRequest request) { in updateWebhook() [all …]
|
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
D | WebhooksClient.java | 364 public final Webhook getWebhook(WebhookName name) { in getWebhook() 392 public final Webhook getWebhook(String name) { in getWebhook() 421 public final Webhook getWebhook(GetWebhookRequest request) { in getWebhook() 448 public final UnaryCallable<GetWebhookRequest, Webhook> getWebhookCallable() { in getWebhookCallable() 476 public final Webhook createWebhook(AgentName parent, Webhook webhook) { in createWebhook() 509 public final Webhook createWebhook(String parent, Webhook webhook) { in createWebhook() 540 public final Webhook createWebhook(CreateWebhookRequest request) { in createWebhook() 568 public final UnaryCallable<CreateWebhookRequest, Webhook> createWebhookCallable() { in createWebhookCallable() 596 public final Webhook updateWebhook(Webhook webhook, FieldMask updateMask) { in updateWebhook() 627 public final Webhook updateWebhook(UpdateWebhookRequest request) { in updateWebhook() [all …]
|
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/ |
D | GrpcWebhooksStub.java | 34 import com.google.cloud.dialogflow.cx.v3.Webhook; 66 private static final MethodDescriptor<GetWebhookRequest, Webhook> getWebhookMethodDescriptor = 67 MethodDescriptor.<GetWebhookRequest, Webhook>newBuilder() 71 .setResponseMarshaller(ProtoUtils.marshaller(Webhook.getDefaultInstance())) 74 private static final MethodDescriptor<CreateWebhookRequest, Webhook> 76 MethodDescriptor.<CreateWebhookRequest, Webhook>newBuilder() 81 .setResponseMarshaller(ProtoUtils.marshaller(Webhook.getDefaultInstance())) 84 private static final MethodDescriptor<UpdateWebhookRequest, Webhook> 86 MethodDescriptor.<UpdateWebhookRequest, Webhook>newBuilder() 91 .setResponseMarshaller(ProtoUtils.marshaller(Webhook.getDefaultInstance())) [all …]
|
D | HttpJsonWebhooksStub.java | 40 import com.google.cloud.dialogflow.cx.v3.Webhook; 102 private static final ApiMethodDescriptor<GetWebhookRequest, Webhook> getWebhookMethodDescriptor = 103 ApiMethodDescriptor.<GetWebhookRequest, Webhook>newBuilder() 129 ProtoMessageResponseParser.<Webhook>newBuilder() 130 .setDefaultInstance(Webhook.getDefaultInstance()) 135 private static final ApiMethodDescriptor<CreateWebhookRequest, Webhook> 137 ApiMethodDescriptor.<CreateWebhookRequest, Webhook>newBuilder() 166 ProtoMessageResponseParser.<Webhook>newBuilder() 167 .setDefaultInstance(Webhook.getDefaultInstance()) 172 private static final ApiMethodDescriptor<UpdateWebhookRequest, Webhook> [all …]
|
D | WebhooksStubSettings.java | 53 import com.google.cloud.dialogflow.cx.v3.Webhook; 116 private final UnaryCallSettings<GetWebhookRequest, Webhook> getWebhookSettings; 117 private final UnaryCallSettings<CreateWebhookRequest, Webhook> createWebhookSettings; 118 private final UnaryCallSettings<UpdateWebhookRequest, Webhook> updateWebhookSettings; 125 private static final PagedListDescriptor<ListWebhooksRequest, ListWebhooksResponse, Webhook> 127 new PagedListDescriptor<ListWebhooksRequest, ListWebhooksResponse, Webhook>() { 154 public Iterable<Webhook> extractResources(ListWebhooksResponse payload) { 156 ? ImmutableList.<Webhook>of() 208 PageContext<ListWebhooksRequest, ListWebhooksResponse, Webhook> pageContext = 238 public UnaryCallSettings<GetWebhookRequest, Webhook> getWebhookSettings() { in getWebhookSettings() [all …]
|
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/ |
D | GrpcWebhooksStub.java | 35 import com.google.cloud.dialogflow.cx.v3beta1.Webhook; 68 private static final MethodDescriptor<GetWebhookRequest, Webhook> getWebhookMethodDescriptor = 69 MethodDescriptor.<GetWebhookRequest, Webhook>newBuilder() 73 .setResponseMarshaller(ProtoUtils.marshaller(Webhook.getDefaultInstance())) 76 private static final MethodDescriptor<CreateWebhookRequest, Webhook> 78 MethodDescriptor.<CreateWebhookRequest, Webhook>newBuilder() 83 .setResponseMarshaller(ProtoUtils.marshaller(Webhook.getDefaultInstance())) 86 private static final MethodDescriptor<UpdateWebhookRequest, Webhook> 88 MethodDescriptor.<UpdateWebhookRequest, Webhook>newBuilder() 93 .setResponseMarshaller(ProtoUtils.marshaller(Webhook.getDefaultInstance())) [all …]
|
D | HttpJsonWebhooksStub.java | 40 import com.google.cloud.dialogflow.cx.v3beta1.Webhook; 102 private static final ApiMethodDescriptor<GetWebhookRequest, Webhook> getWebhookMethodDescriptor = 103 ApiMethodDescriptor.<GetWebhookRequest, Webhook>newBuilder() 129 ProtoMessageResponseParser.<Webhook>newBuilder() 130 .setDefaultInstance(Webhook.getDefaultInstance()) 135 private static final ApiMethodDescriptor<CreateWebhookRequest, Webhook> 137 ApiMethodDescriptor.<CreateWebhookRequest, Webhook>newBuilder() 166 ProtoMessageResponseParser.<Webhook>newBuilder() 167 .setDefaultInstance(Webhook.getDefaultInstance()) 172 private static final ApiMethodDescriptor<UpdateWebhookRequest, Webhook> [all …]
|
/external/google-cloud-java/java-dialogflow-cx/grpc-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
D | WebhooksGrpc.java | 86 com.google.cloud.dialogflow.cx.v3beta1.Webhook> 92 responseType = com.google.cloud.dialogflow.cx.v3beta1.Webhook.class, 96 com.google.cloud.dialogflow.cx.v3beta1.Webhook> 100 com.google.cloud.dialogflow.cx.v3beta1.Webhook> in getGetWebhookMethod() 109 com.google.cloud.dialogflow.cx.v3beta1.Webhook> in getGetWebhookMethod() 120 com.google.cloud.dialogflow.cx.v3beta1.Webhook.getDefaultInstance())) in getGetWebhookMethod() 131 com.google.cloud.dialogflow.cx.v3beta1.Webhook> 137 responseType = com.google.cloud.dialogflow.cx.v3beta1.Webhook.class, 141 com.google.cloud.dialogflow.cx.v3beta1.Webhook> 145 com.google.cloud.dialogflow.cx.v3beta1.Webhook> in getCreateWebhookMethod() [all …]
|
/external/google-cloud-java/java-dialogflow-cx/grpc-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
D | WebhooksGrpc.java | 86 com.google.cloud.dialogflow.cx.v3.Webhook> 92 responseType = com.google.cloud.dialogflow.cx.v3.Webhook.class, 96 com.google.cloud.dialogflow.cx.v3.Webhook> 100 com.google.cloud.dialogflow.cx.v3.Webhook> in getGetWebhookMethod() 109 com.google.cloud.dialogflow.cx.v3.Webhook> in getGetWebhookMethod() 120 com.google.cloud.dialogflow.cx.v3.Webhook.getDefaultInstance())) in getGetWebhookMethod() 131 com.google.cloud.dialogflow.cx.v3.Webhook> 137 responseType = com.google.cloud.dialogflow.cx.v3.Webhook.class, 141 com.google.cloud.dialogflow.cx.v3.Webhook> 145 com.google.cloud.dialogflow.cx.v3.Webhook> in getCreateWebhookMethod() [all …]
|
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/updatewebhook/ |
D | SyncUpdateWebhookWebhookFieldmask.java | 20 import com.google.cloud.dialogflow.cx.v3.Webhook; 37 Webhook webhook = Webhook.newBuilder().build(); in syncUpdateWebhookWebhookFieldmask() 39 Webhook response = webhooksClient.updateWebhook(webhook, updateMask); in syncUpdateWebhookWebhookFieldmask()
|
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/updatewebhook/ |
D | SyncUpdateWebhookWebhookFieldmask.java | 20 import com.google.cloud.dialogflow.cx.v3beta1.Webhook; 37 Webhook webhook = Webhook.newBuilder().build(); in syncUpdateWebhookWebhookFieldmask() 39 Webhook response = webhooksClient.updateWebhook(webhook, updateMask); in syncUpdateWebhookWebhookFieldmask()
|
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/webhooks/createwebhook/ |
D | SyncCreateWebhookAgentnameWebhook.java | 21 import com.google.cloud.dialogflow.cx.v3beta1.Webhook; 38 Webhook webhook = Webhook.newBuilder().build(); in syncCreateWebhookAgentnameWebhook() 39 Webhook response = webhooksClient.createWebhook(parent, webhook); in syncCreateWebhookAgentnameWebhook()
|
D | SyncCreateWebhookStringWebhook.java | 21 import com.google.cloud.dialogflow.cx.v3beta1.Webhook; 38 Webhook webhook = Webhook.newBuilder().build(); in syncCreateWebhookStringWebhook() 39 Webhook response = webhooksClient.createWebhook(parent, webhook); in syncCreateWebhookStringWebhook()
|
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/webhooks/createwebhook/ |
D | SyncCreateWebhookAgentnameWebhook.java | 21 import com.google.cloud.dialogflow.cx.v3.Webhook; 38 Webhook webhook = Webhook.newBuilder().build(); in syncCreateWebhookAgentnameWebhook() 39 Webhook response = webhooksClient.createWebhook(parent, webhook); in syncCreateWebhookAgentnameWebhook()
|
D | SyncCreateWebhookStringWebhook.java | 21 import com.google.cloud.dialogflow.cx.v3.Webhook; 38 Webhook webhook = Webhook.newBuilder().build(); in syncCreateWebhookStringWebhook() 39 Webhook response = webhooksClient.createWebhook(parent, webhook); in syncCreateWebhookStringWebhook()
|