public static final class Webhook.GenericWebService extends com.google.protobuf.GeneratedMessageV3 implements Webhook.GenericWebServiceOrBuilder
Represents configuration for a generic web service.Protobuf type
google.cloud.dialogflow.cx.v3.Webhook.GenericWebService| Modifier and Type | Class and 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.OAuthConfig
Represents configuration of OAuth client credential flow for 3rd party
API authentication.
|
static interface |
Webhook.GenericWebService.OAuthConfigOrBuilder |
static class |
Webhook.GenericWebService.ServiceAgentAuth
Indicate the auth token type generated from the [Diglogflow service
agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
|
static class |
Webhook.GenericWebService.WebhookType
Represents the type of webhook configuration.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
ALLOWED_CA_CERTS_FIELD_NUMBER |
static int |
HTTP_METHOD_FIELD_NUMBER |
static int |
OAUTH_CONFIG_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 |
SERVICE_AGENT_AUTH_FIELD_NUMBER |
static int |
URI_FIELD_NUMBER |
static int |
USERNAME_FIELD_NUMBER |
static int |
WEBHOOK_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and 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.
|
Webhook.GenericWebService.OAuthConfig |
getOauthConfig()
Optional.
|
Webhook.GenericWebService.OAuthConfigOrBuilder |
getOauthConfigOrBuilder()
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.v3.Webhook.GenericWebService.password is deprecated.
See google/cloud/dialogflow/cx/v3/webhook.proto;l=190
|
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=190
|
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() |
Webhook.GenericWebService.ServiceAgentAuth |
getServiceAgentAuth()
Optional.
|
int |
getServiceAgentAuthValue()
Optional.
|
String |
getUri()
Required.
|
com.google.protobuf.ByteString |
getUriBytes()
Required.
|
String |
getUsername()
Deprecated.
google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.username is deprecated.
See google/cloud/dialogflow/cx/v3/webhook.proto;l=187
|
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=187
|
Webhook.GenericWebService.WebhookType |
getWebhookType()
Optional.
|
int |
getWebhookTypeValue()
Optional.
|
int |
hashCode() |
boolean |
hasOauthConfig()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(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(ByteBuffer data) |
static Webhook.GenericWebService |
parseFrom(ByteBuffer 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 com.google.protobuf.Parser<Webhook.GenericWebService> |
parser() |
Webhook.GenericWebService.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int URI_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
public static final int REQUEST_HEADERS_FIELD_NUMBER
public static final int ALLOWED_CA_CERTS_FIELD_NUMBER
public static final int OAUTH_CONFIG_FIELD_NUMBER
public static final int SERVICE_AGENT_AUTH_FIELD_NUMBER
public static final int WEBHOOK_TYPE_FIELD_NUMBER
public static final int HTTP_METHOD_FIELD_NUMBER
public static final int REQUEST_BODY_FIELD_NUMBER
public static final int PARAMETER_MAPPING_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getUri()
Required. The webhook URI for receiving POST requests. It must use https protocol.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];getUri in interface Webhook.GenericWebServiceOrBuilderpublic 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];getUriBytes in interface Webhook.GenericWebServiceOrBuilder@Deprecated public String getUsername()
The user name for HTTP Basic authentication.
string username = 2 [deprecated = true];getUsername in interface Webhook.GenericWebServiceOrBuilder@Deprecated public com.google.protobuf.ByteString getUsernameBytes()
The user name for HTTP Basic authentication.
string username = 2 [deprecated = true];getUsernameBytes in interface Webhook.GenericWebServiceOrBuilder@Deprecated public String getPassword()
The password for HTTP Basic authentication.
string password = 3 [deprecated = true];getPassword in interface Webhook.GenericWebServiceOrBuilder@Deprecated public com.google.protobuf.ByteString getPasswordBytes()
The password for HTTP Basic authentication.
string password = 3 [deprecated = true];getPasswordBytes in interface Webhook.GenericWebServiceOrBuilderpublic int getRequestHeadersCount()
Webhook.GenericWebServiceOrBuilderThe HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;getRequestHeadersCount in interface Webhook.GenericWebServiceOrBuilderpublic boolean containsRequestHeaders(String key)
The HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;containsRequestHeaders in interface Webhook.GenericWebServiceOrBuilder@Deprecated public Map<String,String> getRequestHeaders()
getRequestHeadersMap() instead.getRequestHeaders in interface Webhook.GenericWebServiceOrBuilderpublic Map<String,String> getRequestHeadersMap()
The HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;getRequestHeadersMap in interface Webhook.GenericWebServiceOrBuilderpublic String getRequestHeadersOrDefault(String key, String defaultValue)
The HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;getRequestHeadersOrDefault in interface Webhook.GenericWebServiceOrBuilderpublic String getRequestHeadersOrThrow(String key)
The HTTP request headers to send together with webhook requests.
map<string, string> request_headers = 4;getRequestHeadersOrThrow in interface Webhook.GenericWebServiceOrBuilderpublic 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];getAllowedCaCertsList in interface Webhook.GenericWebServiceOrBuilderpublic 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];getAllowedCaCertsCount in interface Webhook.GenericWebServiceOrBuilderpublic 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];getAllowedCaCerts in interface Webhook.GenericWebServiceOrBuilderindex - The index of the element to return.public boolean hasOauthConfig()
Optional. The OAuth configuration of the webhook. If specified, Dialogflow will initiate the OAuth client credential flow to exchange an access token from the 3rd party platform and put it in the auth header.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.OAuthConfig oauth_config = 11 [(.google.api.field_behavior) = OPTIONAL];
hasOauthConfig in interface Webhook.GenericWebServiceOrBuilderpublic Webhook.GenericWebService.OAuthConfig getOauthConfig()
Optional. The OAuth configuration of the webhook. If specified, Dialogflow will initiate the OAuth client credential flow to exchange an access token from the 3rd party platform and put it in the auth header.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.OAuthConfig oauth_config = 11 [(.google.api.field_behavior) = OPTIONAL];
getOauthConfig in interface Webhook.GenericWebServiceOrBuilderpublic Webhook.GenericWebService.OAuthConfigOrBuilder getOauthConfigOrBuilder()
Optional. The OAuth configuration of the webhook. If specified, Dialogflow will initiate the OAuth client credential flow to exchange an access token from the 3rd party platform and put it in the auth header.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.OAuthConfig oauth_config = 11 [(.google.api.field_behavior) = OPTIONAL];
getOauthConfigOrBuilder in interface Webhook.GenericWebServiceOrBuilderpublic int getServiceAgentAuthValue()
Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.ServiceAgentAuth service_agent_auth = 12 [(.google.api.field_behavior) = OPTIONAL];
getServiceAgentAuthValue in interface Webhook.GenericWebServiceOrBuilderpublic Webhook.GenericWebService.ServiceAgentAuth getServiceAgentAuth()
Optional. Indicate the auth token type generated from the [Diglogflow service agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent). The generated token is sent in the Authorization header.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.ServiceAgentAuth service_agent_auth = 12 [(.google.api.field_behavior) = OPTIONAL];
getServiceAgentAuth in interface Webhook.GenericWebServiceOrBuilderpublic int getWebhookTypeValue()
Optional. Type of the webhook.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.WebhookType webhook_type = 6 [(.google.api.field_behavior) = OPTIONAL];
getWebhookTypeValue in interface Webhook.GenericWebServiceOrBuilderpublic Webhook.GenericWebService.WebhookType getWebhookType()
Optional. Type of the webhook.
.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.WebhookType webhook_type = 6 [(.google.api.field_behavior) = OPTIONAL];
getWebhookType in interface Webhook.GenericWebServiceOrBuilderpublic 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];
getHttpMethodValue in interface Webhook.GenericWebServiceOrBuilderpublic Webhook.GenericWebService.HttpMethod getHttpMethod()
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];
getHttpMethod in interface Webhook.GenericWebServiceOrBuilderpublic 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];getRequestBody in interface Webhook.GenericWebServiceOrBuilderpublic 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];getRequestBodyBytes in interface Webhook.GenericWebServiceOrBuilderpublic int getParameterMappingCount()
Webhook.GenericWebServiceOrBuilderOptional. 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];
getParameterMappingCount in interface Webhook.GenericWebServiceOrBuilderpublic 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];
containsParameterMapping in interface Webhook.GenericWebServiceOrBuilder@Deprecated public Map<String,String> getParameterMapping()
getParameterMappingMap() instead.getParameterMapping in interface Webhook.GenericWebServiceOrBuilderpublic 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];
getParameterMappingMap in interface Webhook.GenericWebServiceOrBuilderpublic 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];
getParameterMappingOrDefault in interface Webhook.GenericWebServiceOrBuilderpublic 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];
getParameterMappingOrThrow in interface Webhook.GenericWebServiceOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Webhook.GenericWebService parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webhook.GenericWebService parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webhook.GenericWebService parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webhook.GenericWebService parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webhook.GenericWebService parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webhook.GenericWebService parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webhook.GenericWebService parseFrom(InputStream input) throws IOException
IOExceptionpublic static Webhook.GenericWebService parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webhook.GenericWebService parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Webhook.GenericWebService parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webhook.GenericWebService parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Webhook.GenericWebService parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Webhook.GenericWebService.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Webhook.GenericWebService.Builder newBuilder()
public static Webhook.GenericWebService.Builder newBuilder(Webhook.GenericWebService prototype)
public Webhook.GenericWebService.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Webhook.GenericWebService.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Webhook.GenericWebService getDefaultInstance()
public static com.google.protobuf.Parser<Webhook.GenericWebService> parser()
public com.google.protobuf.Parser<Webhook.GenericWebService> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Webhook.GenericWebService getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.