public static interface ChannelProfile.InstagramConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Output only. The description of the Meta business page or profile.
string description = 4 [(.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 = 4 [(.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 = 2 [(.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 = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getInstagramAccountId()
public abstract String getInstagramAccountId()Required. The Instagram Account ID.
string instagram_account_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The instagramAccountId. |
getInstagramAccountIdBytes()
public abstract ByteString getInstagramAccountIdBytes()Required. The Instagram Account ID.
string instagram_account_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instagramAccountId. |
getThumbnailUrl()
public abstract String getThumbnailUrl()Output only. The fetched Meta business profile thumbnail URL.
string thumbnail_url = 3 [(.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 = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for thumbnailUrl. |