Class Webhook.GenericWebService
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService
-
- All Implemented Interfaces:
Webhook.GenericWebServiceOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- Webhook
public static final class Webhook.GenericWebService extends com.google.protobuf.GeneratedMessageV3 implements Webhook.GenericWebServiceOrBuilder
Represents configuration for a generic web service.
Protobuf typegoogle.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Webhook.GenericWebService.Builder
Represents configuration for a generic web service.static class
Webhook.GenericWebService.HttpMethod
HTTP method to use when calling webhooks.static class
Webhook.GenericWebService.WebhookType
Represents the type of webhook configuration.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALLOWED_CA_CERTS_FIELD_NUMBER
static int
HTTP_METHOD_FIELD_NUMBER
static int
PARAMETER_MAPPING_FIELD_NUMBER
static int
PASSWORD_FIELD_NUMBER
static int
REQUEST_BODY_FIELD_NUMBER
static int
REQUEST_HEADERS_FIELD_NUMBER
static int
URI_FIELD_NUMBER
static int
USERNAME_FIELD_NUMBER
static int
WEBHOOK_TYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsParameterMapping(String key)
Optional.boolean
containsRequestHeaders(String key)
The HTTP request headers to send together with webhook requests.boolean
equals(Object obj)
com.google.protobuf.ByteString
getAllowedCaCerts(int index)
Optional.int
getAllowedCaCertsCount()
Optional.List<com.google.protobuf.ByteString>
getAllowedCaCertsList()
Optional.static Webhook.GenericWebService
getDefaultInstance()
Webhook.GenericWebService
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
Webhook.GenericWebService.HttpMethod
getHttpMethod()
Optional.int
getHttpMethodValue()
Optional.Map<String,String>
getParameterMapping()
Deprecated.int
getParameterMappingCount()
Optional.Map<String,String>
getParameterMappingMap()
Optional.String
getParameterMappingOrDefault(String key, String defaultValue)
Optional.String
getParameterMappingOrThrow(String key)
Optional.com.google.protobuf.Parser<Webhook.GenericWebService>
getParserForType()
String
getPassword()
Deprecated.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.password is deprecated.com.google.protobuf.ByteString
getPasswordBytes()
Deprecated.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.password is deprecated.String
getRequestBody()
Optional.com.google.protobuf.ByteString
getRequestBodyBytes()
Optional.Map<String,String>
getRequestHeaders()
Deprecated.int
getRequestHeadersCount()
The HTTP request headers to send together with webhook requests.Map<String,String>
getRequestHeadersMap()
The HTTP request headers to send together with webhook requests.String
getRequestHeadersOrDefault(String key, String defaultValue)
The HTTP request headers to send together with webhook requests.String
getRequestHeadersOrThrow(String key)
The HTTP request headers to send together with webhook requests.int
getSerializedSize()
String
getUri()
Required.com.google.protobuf.ByteString
getUriBytes()
Required.String
getUsername()
Deprecated.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.username is deprecated.com.google.protobuf.ByteString
getUsernameBytes()
Deprecated.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.username is deprecated.Webhook.GenericWebService.WebhookType
getWebhookType()
Optional.int
getWebhookTypeValue()
Optional.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static Webhook.GenericWebService.Builder
newBuilder()
static Webhook.GenericWebService.Builder
newBuilder(Webhook.GenericWebService prototype)
Webhook.GenericWebService.Builder
newBuilderForType()
protected Webhook.GenericWebService.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Webhook.GenericWebService
parseDelimitedFrom(InputStream input)
static Webhook.GenericWebService
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook.GenericWebService
parseFrom(byte[] data)
static Webhook.GenericWebService
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook.GenericWebService
parseFrom(com.google.protobuf.ByteString data)
static Webhook.GenericWebService
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook.GenericWebService
parseFrom(com.google.protobuf.CodedInputStream input)
static Webhook.GenericWebService
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook.GenericWebService
parseFrom(InputStream input)
static Webhook.GenericWebService
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Webhook.GenericWebService
parseFrom(ByteBuffer data)
static Webhook.GenericWebService
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Webhook.GenericWebService>
parser()
Webhook.GenericWebService.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PASSWORD_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUEST_HEADERS_FIELD_NUMBER
public static final int REQUEST_HEADERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOWED_CA_CERTS_FIELD_NUMBER
public static final int ALLOWED_CA_CERTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WEBHOOK_TYPE_FIELD_NUMBER
public static final int WEBHOOK_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HTTP_METHOD_FIELD_NUMBER
public static final int HTTP_METHOD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUEST_BODY_FIELD_NUMBER
public static final int REQUEST_BODY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARAMETER_MAPPING_FIELD_NUMBER
public static final int PARAMETER_MAPPING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
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 interfaceWebhook.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 interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The bytes for uri.
-
getUsername
@Deprecated public String getUsername()
Deprecated.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.username is deprecated. See google/cloud/dialogflow/cx/v3beta1/webhook.proto;l=147The user name for HTTP Basic authentication.
string username = 2 [deprecated = true];
- Specified by:
getUsername
in interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The username.
-
getUsernameBytes
@Deprecated public com.google.protobuf.ByteString getUsernameBytes()
Deprecated.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.username is deprecated. See google/cloud/dialogflow/cx/v3beta1/webhook.proto;l=147The user name for HTTP Basic authentication.
string username = 2 [deprecated = true];
- Specified by:
getUsernameBytes
in interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The bytes for username.
-
getPassword
@Deprecated public String getPassword()
Deprecated.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.password is deprecated. See google/cloud/dialogflow/cx/v3beta1/webhook.proto;l=150The password for HTTP Basic authentication.
string password = 3 [deprecated = true];
- Specified by:
getPassword
in interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The password.
-
getPasswordBytes
@Deprecated public com.google.protobuf.ByteString getPasswordBytes()
Deprecated.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.password is deprecated. See google/cloud/dialogflow/cx/v3beta1/webhook.proto;l=150The password for HTTP Basic authentication.
string password = 3 [deprecated = true];
- Specified by:
getPasswordBytes
in interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The bytes for password.
-
getRequestHeadersCount
public int getRequestHeadersCount()
Description copied from interface:Webhook.GenericWebServiceOrBuilder
The HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;
- Specified by:
getRequestHeadersCount
in interfaceWebhook.GenericWebServiceOrBuilder
-
containsRequestHeaders
public boolean containsRequestHeaders(String key)
The HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;
- Specified by:
containsRequestHeaders
in interfaceWebhook.GenericWebServiceOrBuilder
-
getRequestHeaders
@Deprecated public Map<String,String> getRequestHeaders()
Deprecated.UsegetRequestHeadersMap()
instead.- Specified by:
getRequestHeaders
in interfaceWebhook.GenericWebServiceOrBuilder
-
getRequestHeadersMap
public Map<String,String> getRequestHeadersMap()
The HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;
- Specified by:
getRequestHeadersMap
in interfaceWebhook.GenericWebServiceOrBuilder
-
getRequestHeadersOrDefault
public String getRequestHeadersOrDefault(String key, String defaultValue)
The HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;
- Specified by:
getRequestHeadersOrDefault
in interfaceWebhook.GenericWebServiceOrBuilder
-
getRequestHeadersOrThrow
public String getRequestHeadersOrThrow(String key)
The HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;
- Specified by:
getRequestHeadersOrThrow
in interfaceWebhook.GenericWebServiceOrBuilder
-
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 interfaceWebhook.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 interfaceWebhook.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 interfaceWebhook.GenericWebServiceOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The allowedCaCerts at the given index.
-
getWebhookTypeValue
public int getWebhookTypeValue()
Optional. Type of the webhook.
.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.WebhookType webhook_type = 6 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getWebhookTypeValue
in interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The enum numeric value on the wire for webhookType.
-
getWebhookType
public Webhook.GenericWebService.WebhookType getWebhookType()
Optional. Type of the webhook.
.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.WebhookType webhook_type = 6 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getWebhookType
in interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The webhookType.
-
getHttpMethodValue
public int getHttpMethodValue()
Optional. HTTP method for the flexible webhook calls. Standard webhook always uses POST.
.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.HttpMethod http_method = 7 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getHttpMethodValue
in interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The enum numeric value on the wire for httpMethod.
-
getHttpMethod
public Webhook.GenericWebService.HttpMethod getHttpMethod()
Optional. HTTP method for the flexible webhook calls. Standard webhook always uses POST.
.google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.HttpMethod http_method = 7 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getHttpMethod
in interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The httpMethod.
-
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 interfaceWebhook.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 interfaceWebhook.GenericWebServiceOrBuilder
- Returns:
- The bytes for requestBody.
-
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 interfaceWebhook.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 interfaceWebhook.GenericWebServiceOrBuilder
-
getParameterMapping
@Deprecated public Map<String,String> getParameterMapping()
Deprecated.UsegetParameterMappingMap()
instead.- Specified by:
getParameterMapping
in interfaceWebhook.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 interfaceWebhook.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 interfaceWebhook.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 interfaceWebhook.GenericWebServiceOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Webhook.GenericWebService parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webhook.GenericWebService parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webhook.GenericWebService parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webhook.GenericWebService parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webhook.GenericWebService parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webhook.GenericWebService parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Webhook.GenericWebService parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Webhook.GenericWebService parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Webhook.GenericWebService parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Webhook.GenericWebService parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Webhook.GenericWebService parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Webhook.GenericWebService parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Webhook.GenericWebService.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Webhook.GenericWebService.Builder newBuilder()
-
newBuilder
public static Webhook.GenericWebService.Builder newBuilder(Webhook.GenericWebService prototype)
-
toBuilder
public Webhook.GenericWebService.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Webhook.GenericWebService.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Webhook.GenericWebService getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Webhook.GenericWebService> parser()
-
getParserForType
public com.google.protobuf.Parser<Webhook.GenericWebService> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Webhook.GenericWebService getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-