public interface InstagramCredentialsOrBuilder 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. |
getConversationProfileId()
public abstract String getConversationProfileId()Required. The Conversation Profile ID to use for the deployment.
string conversation_profile_id = 2 [(.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 = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for conversationProfileId. |