public static interface ChannelProfile.WhatsAppConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Output only. The description of the Meta business page or profile.
string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Output only. The description of the Meta business page or profile.
string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDisplayName()
public abstract String getDisplayName()Output only. The fetched Meta business page name.
string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Output only. The fetched Meta business page name.
string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getPhoneNumber()
public abstract String getPhoneNumber()Optional. The phone number in E.164 format.
string phone_number = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The phoneNumber. |
getPhoneNumberBytes()
public abstract ByteString getPhoneNumberBytes()Optional. The phone number in E.164 format.
string phone_number = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phoneNumber. |
getPhoneNumberId()
public abstract String getPhoneNumberId()Required. The Meta phone number ID.
string phone_number_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The phoneNumberId. |
getPhoneNumberIdBytes()
public abstract ByteString getPhoneNumberIdBytes()Required. The Meta phone number ID.
string phone_number_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phoneNumberId. |
getThumbnailUrl()
public abstract String getThumbnailUrl()Output only. The fetched Meta business profile thumbnail URL.
string thumbnail_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The thumbnailUrl. |
getThumbnailUrlBytes()
public abstract ByteString getThumbnailUrlBytes()Output only. The fetched Meta business profile thumbnail URL.
string thumbnail_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for thumbnailUrl. |
getWabaId()
public abstract String getWabaId()Required. The WhatsApp Business Account ID.
string waba_id = 1 [(.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 = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for wabaId. |