Interface Webhook.ServiceDirectoryConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webhook.ServiceDirectoryConfig,Webhook.ServiceDirectoryConfig.Builder
- Enclosing class:
- Webhook
public static interface Webhook.ServiceDirectoryConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webhook.GenericWebServicegetGenericWebService()Generic Service configuration of this webhook.Webhook.GenericWebServiceOrBuildergetGenericWebServiceOrBuilder()Generic Service configuration of this webhook.StringgetService()Required.com.google.protobuf.ByteStringgetServiceBytes()Required.booleanhasGenericWebService()Generic Service configuration of this webhook.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getService
String getService()
Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects/<Project ID>/locations/<Location ID>/namespaces/<Namespace ID>/services/<Service ID>`. `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) = { ... }- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects/<Project ID>/locations/<Location ID>/namespaces/<Namespace ID>/services/<Service ID>`. `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) = { ... }- Returns:
- The bytes for service.
-
hasGenericWebService
boolean hasGenericWebService()
Generic Service configuration of this webhook.
.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService generic_web_service = 2;- Returns:
- Whether the genericWebService field is set.
-
getGenericWebService
Webhook.GenericWebService getGenericWebService()
Generic Service configuration of this webhook.
.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService generic_web_service = 2;- Returns:
- The genericWebService.
-
getGenericWebServiceOrBuilder
Webhook.GenericWebServiceOrBuilder getGenericWebServiceOrBuilder()
Generic Service configuration of this webhook.
.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService generic_web_service = 2;
-
-