public interface WhatsAppCredentialsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthCode()
public abstract String getAuthCode()Required. The Meta auth code provided by the embedded signup flow.
string auth_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The authCode. |
getAuthCodeBytes()
public abstract ByteString getAuthCodeBytes()Required. The Meta auth code provided by the embedded signup flow.
string auth_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for authCode. |
getBusinessAccountId()
public abstract String getBusinessAccountId()Required. The Business Account ID to use for the phone number.
string business_account_id = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The businessAccountId. |
getBusinessAccountIdBytes()
public abstract ByteString getBusinessAccountIdBytes()Required. The Business Account ID to use for the phone number.
string business_account_id = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for businessAccountId. |
getConversationProfileId()
public abstract String getConversationProfileId()Required. The Conversation Profile ID to use for the deployment.
string conversation_profile_id = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The conversationProfileId. |
getConversationProfileIdBytes()
public abstract ByteString getConversationProfileIdBytes()Required. The Conversation Profile ID to use for the deployment.
string conversation_profile_id = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for conversationProfileId. |
getPhoneNumber()
public abstract String getPhoneNumber()Required. The phone number to register with WhatsApp.
string phone_number = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The phoneNumber. |
getPhoneNumberBytes()
public abstract ByteString getPhoneNumberBytes()Required. The phone number to register with WhatsApp.
string phone_number = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phoneNumber. |
getPin()
public abstract String getPin()Required. The 6-digit PIN created by the user for two-step verification.
string pin = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The pin. |
getPinBytes()
public abstract ByteString getPinBytes()Required. The 6-digit PIN created by the user for two-step verification.
string pin = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pin. |
getWabaId()
public abstract String getWabaId()Required. The WhatsApp Business Account ID.
string waba_id = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The wabaId. |
getWabaIdBytes()
public abstract ByteString getWabaIdBytes()Required. The WhatsApp Business Account ID.
string waba_id = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for wabaId. |