Send feedback
Class Webhook.GenericWebService.OAuthConfig (0.62.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.62.0 keyboard_arrow_down
public static final class Webhook . GenericWebService . OAuthConfig extends GeneratedMessageV3 implements Webhook . GenericWebService . OAuthConfigOrBuilder
Represents configuration of OAuth client credential flow for 3rd party
API authentication.
Protobuf type google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.OAuthConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CLIENT_ID_FIELD_NUMBER
public static final int CLIENT_ID_FIELD_NUMBER
Field Value
Type
Description
int
CLIENT_SECRET_FIELD_NUMBER
public static final int CLIENT_SECRET_FIELD_NUMBER
Field Value
Type
Description
int
SCOPES_FIELD_NUMBER
public static final int SCOPES_FIELD_NUMBER
Field Value
Type
Description
int
TOKEN_ENDPOINT_FIELD_NUMBER
public static final int TOKEN_ENDPOINT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Webhook . GenericWebService . OAuthConfig getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Webhook . GenericWebService . OAuthConfig . Builder newBuilder ()
newBuilder(Webhook.GenericWebService.OAuthConfig prototype)
public static Webhook . GenericWebService . OAuthConfig . Builder newBuilder ( Webhook . GenericWebService . OAuthConfig prototype )
public static Webhook . GenericWebService . OAuthConfig parseDelimitedFrom ( InputStream input )
public static Webhook . GenericWebService . OAuthConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Webhook . GenericWebService . OAuthConfig parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Webhook . GenericWebService . OAuthConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Webhook . GenericWebService . OAuthConfig parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Webhook . GenericWebService . OAuthConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Webhook . GenericWebService . OAuthConfig parseFrom ( CodedInputStream input )
public static Webhook . GenericWebService . OAuthConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Webhook . GenericWebService . OAuthConfig parseFrom ( InputStream input )
public static Webhook . GenericWebService . OAuthConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Webhook . GenericWebService . OAuthConfig parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Webhook . GenericWebService . OAuthConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Webhook . GenericWebService . OAuthConfig > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getClientId()
public String getClientId ()
Required. The client ID provided by the 3rd party platform.
string client_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The clientId.
getClientIdBytes()
public ByteString getClientIdBytes ()
Required. The client ID provided by the 3rd party platform.
string client_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for clientId.
getClientSecret()
public String getClientSecret ()
Required. The client secret provided by the 3rd party platform.
string client_secret = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The clientSecret.
getClientSecretBytes()
public ByteString getClientSecretBytes ()
Required. The client secret provided by the 3rd party platform.
string client_secret = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for clientSecret.
getDefaultInstanceForType()
public Webhook . GenericWebService . OAuthConfig getDefaultInstanceForType ()
getParserForType()
public Parser<Webhook . GenericWebService . OAuthConfig > getParserForType ()
Overrides
getScopes(int index)
public String getScopes ( int index )
Optional. The OAuth scopes to grant.
repeated string scopes = 4 [(.google.api.field_behavior) = OPTIONAL];
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 ByteString getScopesBytes ( int index )
Optional. The OAuth scopes to grant.
repeated string scopes = 4 [(.google.api.field_behavior) = OPTIONAL];
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 int getScopesCount ()
Optional. The OAuth scopes to grant.
repeated string scopes = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The count of scopes.
getScopesList()
public ProtocolStringList getScopesList ()
Optional. The OAuth scopes to grant.
repeated string scopes = 4 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTokenEndpoint()
public 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];
Returns
Type
Description
String
The tokenEndpoint.
getTokenEndpointBytes()
public 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];
Returns
Type
Description
ByteString
The bytes for tokenEndpoint.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Webhook . GenericWebService . OAuthConfig . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Webhook . GenericWebService . OAuthConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Webhook . GenericWebService . OAuthConfig . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]