public static interface DataStore.FederatedSearchConfig.ThirdPartyOauthConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppName()
public abstract String getAppName()Optional. The type of the application. E.g., "jira", "box", etc.
string app_name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The appName. |
getAppNameBytes()
public abstract ByteString getAppNameBytes()Optional. The type of the application. E.g., "jira", "box", etc.
string app_name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appName. |
getInstanceName()
public abstract String getInstanceName()Optional. The instance name identifying the 3P app, e.g., "vaissptbots-my". This is different from the instance_uri which is the full URL of the 3P app e.g., "https://vaissptbots-my.sharepoint.com".
string instance_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The instanceName. |
getInstanceNameBytes()
public abstract ByteString getInstanceNameBytes()Optional. The instance name identifying the 3P app, e.g., "vaissptbots-my". This is different from the instance_uri which is the full URL of the 3P app e.g., "https://vaissptbots-my.sharepoint.com".
string instance_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceName. |