public static interface Webhook.GenericWebService.OAuthConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Required.
|
com.google.protobuf.ByteString |
getClientIdBytes()
Required.
|
String |
getClientSecret()
Optional.
|
com.google.protobuf.ByteString |
getClientSecretBytes()
Optional.
|
String |
getScopes(int index)
Optional.
|
com.google.protobuf.ByteString |
getScopesBytes(int index)
Optional.
|
int |
getScopesCount()
Optional.
|
List<String> |
getScopesList()
Optional.
|
String |
getTokenEndpoint()
Required.
|
com.google.protobuf.ByteString |
getTokenEndpointBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClientId()
Required. The client ID provided by the 3rd party platform.
string client_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getClientIdBytes()
Required. The client ID provided by the 3rd party platform.
string client_id = 1 [(.google.api.field_behavior) = REQUIRED];String getClientSecret()
Optional. The client secret provided by the 3rd party platform.
string client_secret = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getClientSecretBytes()
Optional. The client secret provided by the 3rd party platform.
string client_secret = 2 [(.google.api.field_behavior) = OPTIONAL];String getTokenEndpoint()
Required. The token endpoint provided by the 3rd party platform to exchange an access token.
string token_endpoint = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTokenEndpointBytes()
Required. The token endpoint provided by the 3rd party platform to exchange an access token.
string token_endpoint = 3 [(.google.api.field_behavior) = REQUIRED];List<String> getScopesList()
Optional. The OAuth scopes to grant.
repeated string scopes = 4 [(.google.api.field_behavior) = OPTIONAL];int getScopesCount()
Optional. The OAuth scopes to grant.
repeated string scopes = 4 [(.google.api.field_behavior) = OPTIONAL];String getScopes(int index)
Optional. The OAuth scopes to grant.
repeated string scopes = 4 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getScopesBytes(int index)
Optional. The OAuth scopes to grant.
repeated string scopes = 4 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.