Class Webhook.GenericWebService.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Webhook.GenericWebService.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Webhook.GenericWebService.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Webhook.GenericWebService.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Webhook.GenericWebService.Builder>
      • getDefaultInstanceForType

        public Webhook.GenericWebService getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Webhook.GenericWebService build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Webhook.GenericWebService buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public Webhook.GenericWebService.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Webhook.GenericWebService.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Webhook.GenericWebService.Builder>
      • mergeFrom

        public Webhook.GenericWebService.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webhook.GenericWebService.Builder>
        Throws:
        IOException
      • getUri

        public String getUri()
         Required. The webhook URI for receiving POST requests. It must use https
         protocol.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUri in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The uri.
      • getUriBytes

        public com.google.protobuf.ByteString getUriBytes()
         Required. The webhook URI for receiving POST requests. It must use https
         protocol.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUriBytes in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The bytes for uri.
      • setUri

        public Webhook.GenericWebService.Builder setUri​(String value)
         Required. The webhook URI for receiving POST requests. It must use https
         protocol.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The uri to set.
        Returns:
        This builder for chaining.
      • clearUri

        public Webhook.GenericWebService.Builder clearUri()
         Required. The webhook URI for receiving POST requests. It must use https
         protocol.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setUriBytes

        public Webhook.GenericWebService.Builder setUriBytes​(com.google.protobuf.ByteString value)
         Required. The webhook URI for receiving POST requests. It must use https
         protocol.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for uri to set.
        Returns:
        This builder for chaining.
      • getUsername

        @Deprecated
        public String getUsername()
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.username is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=147
         The user name for HTTP Basic authentication.
         
        string username = 2 [deprecated = true];
        Specified by:
        getUsername in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The username.
      • getUsernameBytes

        @Deprecated
        public com.google.protobuf.ByteString getUsernameBytes()
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.username is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=147
         The user name for HTTP Basic authentication.
         
        string username = 2 [deprecated = true];
        Specified by:
        getUsernameBytes in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The bytes for username.
      • setUsername

        @Deprecated
        public Webhook.GenericWebService.Builder setUsername​(String value)
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.username is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=147
         The user name for HTTP Basic authentication.
         
        string username = 2 [deprecated = true];
        Parameters:
        value - The username to set.
        Returns:
        This builder for chaining.
      • clearUsername

        @Deprecated
        public Webhook.GenericWebService.Builder clearUsername()
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.username is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=147
         The user name for HTTP Basic authentication.
         
        string username = 2 [deprecated = true];
        Returns:
        This builder for chaining.
      • setUsernameBytes

        @Deprecated
        public Webhook.GenericWebService.Builder setUsernameBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.username is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=147
         The user name for HTTP Basic authentication.
         
        string username = 2 [deprecated = true];
        Parameters:
        value - The bytes for username to set.
        Returns:
        This builder for chaining.
      • getPassword

        @Deprecated
        public String getPassword()
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.password is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=150
         The password for HTTP Basic authentication.
         
        string password = 3 [deprecated = true];
        Specified by:
        getPassword in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The password.
      • getPasswordBytes

        @Deprecated
        public com.google.protobuf.ByteString getPasswordBytes()
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.password is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=150
         The password for HTTP Basic authentication.
         
        string password = 3 [deprecated = true];
        Specified by:
        getPasswordBytes in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The bytes for password.
      • setPassword

        @Deprecated
        public Webhook.GenericWebService.Builder setPassword​(String value)
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.password is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=150
         The password for HTTP Basic authentication.
         
        string password = 3 [deprecated = true];
        Parameters:
        value - The password to set.
        Returns:
        This builder for chaining.
      • clearPassword

        @Deprecated
        public Webhook.GenericWebService.Builder clearPassword()
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.password is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=150
         The password for HTTP Basic authentication.
         
        string password = 3 [deprecated = true];
        Returns:
        This builder for chaining.
      • setPasswordBytes

        @Deprecated
        public Webhook.GenericWebService.Builder setPasswordBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.password is deprecated. See google/cloud/dialogflow/cx/v3/webhook.proto;l=150
         The password for HTTP Basic authentication.
         
        string password = 3 [deprecated = true];
        Parameters:
        value - The bytes for password to set.
        Returns:
        This builder for chaining.
      • removeRequestHeaders

        public Webhook.GenericWebService.Builder removeRequestHeaders​(String key)
         The HTTP request headers to send together with webhook
         requests.
         
        map<string, string> request_headers = 4;
      • getMutableRequestHeaders

        @Deprecated
        public Map<String,​String> getMutableRequestHeaders()
        Deprecated.
        Use alternate mutation accessors instead.
      • getAllowedCaCertsList

        public List<com.google.protobuf.ByteString> getAllowedCaCertsList()
         Optional. Specifies a list of allowed custom CA certificates (in DER
         format) for HTTPS verification. This overrides the default SSL trust
         store. If this is empty or unspecified, Dialogflow will use Google's
         default trust store to verify certificates. N.B. Make sure the HTTPS
         server certificates are signed with "subject alt name". For instance a
         certificate can be self-signed using the following command,
         ```
            openssl x509 -req -days 200 -in example.com.csr \
              -signkey example.com.key \
              -out example.com.crt \
              -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
         ```
         
        repeated bytes allowed_ca_certs = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAllowedCaCertsList in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        A list containing the allowedCaCerts.
      • getAllowedCaCertsCount

        public int getAllowedCaCertsCount()
         Optional. Specifies a list of allowed custom CA certificates (in DER
         format) for HTTPS verification. This overrides the default SSL trust
         store. If this is empty or unspecified, Dialogflow will use Google's
         default trust store to verify certificates. N.B. Make sure the HTTPS
         server certificates are signed with "subject alt name". For instance a
         certificate can be self-signed using the following command,
         ```
            openssl x509 -req -days 200 -in example.com.csr \
              -signkey example.com.key \
              -out example.com.crt \
              -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
         ```
         
        repeated bytes allowed_ca_certs = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAllowedCaCertsCount in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The count of allowedCaCerts.
      • getAllowedCaCerts

        public com.google.protobuf.ByteString getAllowedCaCerts​(int index)
         Optional. Specifies a list of allowed custom CA certificates (in DER
         format) for HTTPS verification. This overrides the default SSL trust
         store. If this is empty or unspecified, Dialogflow will use Google's
         default trust store to verify certificates. N.B. Make sure the HTTPS
         server certificates are signed with "subject alt name". For instance a
         certificate can be self-signed using the following command,
         ```
            openssl x509 -req -days 200 -in example.com.csr \
              -signkey example.com.key \
              -out example.com.crt \
              -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
         ```
         
        repeated bytes allowed_ca_certs = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAllowedCaCerts in interface Webhook.GenericWebServiceOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The allowedCaCerts at the given index.
      • setAllowedCaCerts

        public Webhook.GenericWebService.Builder setAllowedCaCerts​(int index,
                                                                   com.google.protobuf.ByteString value)
         Optional. Specifies a list of allowed custom CA certificates (in DER
         format) for HTTPS verification. This overrides the default SSL trust
         store. If this is empty or unspecified, Dialogflow will use Google's
         default trust store to verify certificates. N.B. Make sure the HTTPS
         server certificates are signed with "subject alt name". For instance a
         certificate can be self-signed using the following command,
         ```
            openssl x509 -req -days 200 -in example.com.csr \
              -signkey example.com.key \
              -out example.com.crt \
              -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
         ```
         
        repeated bytes allowed_ca_certs = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index to set the value at.
        value - The allowedCaCerts to set.
        Returns:
        This builder for chaining.
      • addAllowedCaCerts

        public Webhook.GenericWebService.Builder addAllowedCaCerts​(com.google.protobuf.ByteString value)
         Optional. Specifies a list of allowed custom CA certificates (in DER
         format) for HTTPS verification. This overrides the default SSL trust
         store. If this is empty or unspecified, Dialogflow will use Google's
         default trust store to verify certificates. N.B. Make sure the HTTPS
         server certificates are signed with "subject alt name". For instance a
         certificate can be self-signed using the following command,
         ```
            openssl x509 -req -days 200 -in example.com.csr \
              -signkey example.com.key \
              -out example.com.crt \
              -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
         ```
         
        repeated bytes allowed_ca_certs = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The allowedCaCerts to add.
        Returns:
        This builder for chaining.
      • addAllAllowedCaCerts

        public Webhook.GenericWebService.Builder addAllAllowedCaCerts​(Iterable<? extends com.google.protobuf.ByteString> values)
         Optional. Specifies a list of allowed custom CA certificates (in DER
         format) for HTTPS verification. This overrides the default SSL trust
         store. If this is empty or unspecified, Dialogflow will use Google's
         default trust store to verify certificates. N.B. Make sure the HTTPS
         server certificates are signed with "subject alt name". For instance a
         certificate can be self-signed using the following command,
         ```
            openssl x509 -req -days 200 -in example.com.csr \
              -signkey example.com.key \
              -out example.com.crt \
              -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
         ```
         
        repeated bytes allowed_ca_certs = 5 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        values - The allowedCaCerts to add.
        Returns:
        This builder for chaining.
      • clearAllowedCaCerts

        public Webhook.GenericWebService.Builder clearAllowedCaCerts()
         Optional. Specifies a list of allowed custom CA certificates (in DER
         format) for HTTPS verification. This overrides the default SSL trust
         store. If this is empty or unspecified, Dialogflow will use Google's
         default trust store to verify certificates. N.B. Make sure the HTTPS
         server certificates are signed with "subject alt name". For instance a
         certificate can be self-signed using the following command,
         ```
            openssl x509 -req -days 200 -in example.com.csr \
              -signkey example.com.key \
              -out example.com.crt \
              -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
         ```
         
        repeated bytes allowed_ca_certs = 5 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getWebhookTypeValue

        public int getWebhookTypeValue()
         Optional. Type of the webhook.
         
        .google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.WebhookType webhook_type = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getWebhookTypeValue in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The enum numeric value on the wire for webhookType.
      • setWebhookTypeValue

        public Webhook.GenericWebService.Builder setWebhookTypeValue​(int value)
         Optional. Type of the webhook.
         
        .google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.WebhookType webhook_type = 6 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The enum numeric value on the wire for webhookType to set.
        Returns:
        This builder for chaining.
      • setWebhookType

        public Webhook.GenericWebService.Builder setWebhookType​(Webhook.GenericWebService.WebhookType value)
         Optional. Type of the webhook.
         
        .google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.WebhookType webhook_type = 6 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The webhookType to set.
        Returns:
        This builder for chaining.
      • clearWebhookType

        public Webhook.GenericWebService.Builder clearWebhookType()
         Optional. Type of the webhook.
         
        .google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.WebhookType webhook_type = 6 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getHttpMethodValue

        public int getHttpMethodValue()
         Optional. HTTP method for the flexible webhook calls. Standard webhook
         always uses POST.
         
        .google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.HttpMethod http_method = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getHttpMethodValue in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The enum numeric value on the wire for httpMethod.
      • setHttpMethodValue

        public Webhook.GenericWebService.Builder setHttpMethodValue​(int value)
         Optional. HTTP method for the flexible webhook calls. Standard webhook
         always uses POST.
         
        .google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.HttpMethod http_method = 7 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The enum numeric value on the wire for httpMethod to set.
        Returns:
        This builder for chaining.
      • setHttpMethod

        public Webhook.GenericWebService.Builder setHttpMethod​(Webhook.GenericWebService.HttpMethod value)
         Optional. HTTP method for the flexible webhook calls. Standard webhook
         always uses POST.
         
        .google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.HttpMethod http_method = 7 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The httpMethod to set.
        Returns:
        This builder for chaining.
      • clearHttpMethod

        public Webhook.GenericWebService.Builder clearHttpMethod()
         Optional. HTTP method for the flexible webhook calls. Standard webhook
         always uses POST.
         
        .google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.HttpMethod http_method = 7 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getRequestBody

        public String getRequestBody()
         Optional. Defines a custom JSON object as request body to send to
         flexible webhook.
         
        string request_body = 8 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestBody in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The requestBody.
      • getRequestBodyBytes

        public com.google.protobuf.ByteString getRequestBodyBytes()
         Optional. Defines a custom JSON object as request body to send to
         flexible webhook.
         
        string request_body = 8 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRequestBodyBytes in interface Webhook.GenericWebServiceOrBuilder
        Returns:
        The bytes for requestBody.
      • setRequestBody

        public Webhook.GenericWebService.Builder setRequestBody​(String value)
         Optional. Defines a custom JSON object as request body to send to
         flexible webhook.
         
        string request_body = 8 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The requestBody to set.
        Returns:
        This builder for chaining.
      • clearRequestBody

        public Webhook.GenericWebService.Builder clearRequestBody()
         Optional. Defines a custom JSON object as request body to send to
         flexible webhook.
         
        string request_body = 8 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setRequestBodyBytes

        public Webhook.GenericWebService.Builder setRequestBodyBytes​(com.google.protobuf.ByteString value)
         Optional. Defines a custom JSON object as request body to send to
         flexible webhook.
         
        string request_body = 8 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for requestBody to set.
        Returns:
        This builder for chaining.
      • getParameterMappingCount

        public int getParameterMappingCount()
        Description copied from interface: Webhook.GenericWebServiceOrBuilder
         Optional. Maps the values extracted from specific fields of the flexible
         webhook response into session parameters.
         - Key: session parameter name
         - Value: field path in the webhook response
         
        map<string, string> parameter_mapping = 9 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getParameterMappingCount in interface Webhook.GenericWebServiceOrBuilder
      • containsParameterMapping

        public boolean containsParameterMapping​(String key)
         Optional. Maps the values extracted from specific fields of the flexible
         webhook response into session parameters.
         - Key: session parameter name
         - Value: field path in the webhook response
         
        map<string, string> parameter_mapping = 9 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        containsParameterMapping in interface Webhook.GenericWebServiceOrBuilder
      • getParameterMappingMap

        public Map<String,​String> getParameterMappingMap()
         Optional. Maps the values extracted from specific fields of the flexible
         webhook response into session parameters.
         - Key: session parameter name
         - Value: field path in the webhook response
         
        map<string, string> parameter_mapping = 9 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getParameterMappingMap in interface Webhook.GenericWebServiceOrBuilder
      • getParameterMappingOrDefault

        public String getParameterMappingOrDefault​(String key,
                                                   String defaultValue)
         Optional. Maps the values extracted from specific fields of the flexible
         webhook response into session parameters.
         - Key: session parameter name
         - Value: field path in the webhook response
         
        map<string, string> parameter_mapping = 9 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getParameterMappingOrDefault in interface Webhook.GenericWebServiceOrBuilder
      • getParameterMappingOrThrow

        public String getParameterMappingOrThrow​(String key)
         Optional. Maps the values extracted from specific fields of the flexible
         webhook response into session parameters.
         - Key: session parameter name
         - Value: field path in the webhook response
         
        map<string, string> parameter_mapping = 9 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getParameterMappingOrThrow in interface Webhook.GenericWebServiceOrBuilder
      • removeParameterMapping

        public Webhook.GenericWebService.Builder removeParameterMapping​(String key)
         Optional. Maps the values extracted from specific fields of the flexible
         webhook response into session parameters.
         - Key: session parameter name
         - Value: field path in the webhook response
         
        map<string, string> parameter_mapping = 9 [(.google.api.field_behavior) = OPTIONAL];
      • getMutableParameterMapping

        @Deprecated
        public Map<String,​String> getMutableParameterMapping()
        Deprecated.
        Use alternate mutation accessors instead.
      • putParameterMapping

        public Webhook.GenericWebService.Builder putParameterMapping​(String key,
                                                                     String value)
         Optional. Maps the values extracted from specific fields of the flexible
         webhook response into session parameters.
         - Key: session parameter name
         - Value: field path in the webhook response
         
        map<string, string> parameter_mapping = 9 [(.google.api.field_behavior) = OPTIONAL];
      • putAllParameterMapping

        public Webhook.GenericWebService.Builder putAllParameterMapping​(Map<String,​String> values)
         Optional. Maps the values extracted from specific fields of the flexible
         webhook response into session parameters.
         - Key: session parameter name
         - Value: field path in the webhook response
         
        map<string, string> parameter_mapping = 9 [(.google.api.field_behavior) = OPTIONAL];
      • setUnknownFields

        public final Webhook.GenericWebService.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Webhook.GenericWebService.Builder>
      • mergeUnknownFields

        public final Webhook.GenericWebService.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Webhook.GenericWebService.Builder>