public interface ProviderOAuthConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOauthProviderIdCase()
public abstract ProviderOAuthConfig.OauthProviderIdCase getOauthProviderIdCase()
Returns | |
---|---|
Type | Description |
ProviderOAuthConfig.OauthProviderIdCase |
getScopes(int index)
public abstract String getScopes(int index)
Required. User selected scopes to apply to the Oauth config In the event of changing scopes, user records under AccountConnector will be deleted and users will re-auth again.
repeated string scopes = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The scopes at the given index. |
getScopesBytes(int index)
public abstract ByteString getScopesBytes(int index)
Required. User selected scopes to apply to the Oauth config In the event of changing scopes, user records under AccountConnector will be deleted and users will re-auth again.
repeated string scopes = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the scopes at the given index. |
getScopesCount()
public abstract int getScopesCount()
Required. User selected scopes to apply to the Oauth config In the event of changing scopes, user records under AccountConnector will be deleted and users will re-auth again.
repeated string scopes = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The count of scopes. |
getScopesList()
public abstract List<String> getScopesList()
Required. User selected scopes to apply to the Oauth config In the event of changing scopes, user records under AccountConnector will be deleted and users will re-auth again.
repeated string scopes = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the scopes. |
getSystemProviderId()
public abstract SystemProvider getSystemProviderId()
Immutable. Developer Connect provided OAuth.
.google.cloud.developerconnect.v1.SystemProvider system_provider_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
SystemProvider |
The systemProviderId. |
getSystemProviderIdValue()
public abstract int getSystemProviderIdValue()
Immutable. Developer Connect provided OAuth.
.google.cloud.developerconnect.v1.SystemProvider system_provider_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for systemProviderId. |
hasSystemProviderId()
public abstract boolean hasSystemProviderId()
Immutable. Developer Connect provided OAuth.
.google.cloud.developerconnect.v1.SystemProvider system_provider_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the systemProviderId field is set. |