Interface Webhook.ServiceDirectoryConfigOrBuilder

    • 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.v3.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.v3.Webhook.GenericWebService generic_web_service = 2;
        Returns:
        The genericWebService.
      • getGenericWebServiceOrBuilder

        Webhook.GenericWebServiceOrBuilder getGenericWebServiceOrBuilder()
         Generic Service configuration of this webhook.
         
        .google.cloud.dialogflow.cx.v3.Webhook.GenericWebService generic_web_service = 2;