public static interface Webhook.ServiceDirectoryConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Webhook.GenericWebService |
getGenericWebService()
Generic Service configuration of this webhook.
|
Webhook.GenericWebServiceOrBuilder |
getGenericWebServiceOrBuilder()
Generic Service configuration of this webhook.
|
String |
getService()
Required.
|
com.google.protobuf.ByteString |
getServiceBytes()
Required.
|
boolean |
hasGenericWebService()
Generic Service configuration of this webhook.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getService()
Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects/<ProjectID>/locations/<LocationID>/namespaces/<NamespaceID>/services/<ServiceID>`. `Location ID` of the service directory must be the same as the location of the agent.
string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getServiceBytes()
Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects/<ProjectID>/locations/<LocationID>/namespaces/<NamespaceID>/services/<ServiceID>`. `Location ID` of the service directory must be the same as the location of the agent.
string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasGenericWebService()
Generic Service configuration of this webhook.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService generic_web_service = 2;
Webhook.GenericWebService getGenericWebService()
Generic Service configuration of this webhook.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService generic_web_service = 2;
Webhook.GenericWebServiceOrBuilder getGenericWebServiceOrBuilder()
Generic Service configuration of this webhook.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService generic_web_service = 2;
Copyright © 2025 Google LLC. All rights reserved.