Class Webhook.GenericWebService.OAuthConfig (0.54.0)

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.v3beta1.Webhook.GenericWebService.OAuthConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Webhook.GenericWebService.OAuthConfig

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()
Returns
Type Description
Webhook.GenericWebService.OAuthConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Webhook.GenericWebService.OAuthConfig.Builder newBuilder()
Returns
Type Description
Webhook.GenericWebService.OAuthConfig.Builder

newBuilder(Webhook.GenericWebService.OAuthConfig prototype)

public static Webhook.GenericWebService.OAuthConfig.Builder newBuilder(Webhook.GenericWebService.OAuthConfig prototype)
Parameter
Name Description
prototype Webhook.GenericWebService.OAuthConfig
Returns
Type Description
Webhook.GenericWebService.OAuthConfig.Builder

parseDelimitedFrom(InputStream input)

public static Webhook.GenericWebService.OAuthConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.OAuthConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Webhook.GenericWebService.OAuthConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.OAuthConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Webhook.GenericWebService.OAuthConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.OAuthConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Webhook.GenericWebService.OAuthConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.OAuthConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Webhook.GenericWebService.OAuthConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.OAuthConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Webhook.GenericWebService.OAuthConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Webhook.GenericWebService.OAuthConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Webhook.GenericWebService.OAuthConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Webhook.GenericWebService.OAuthConfig> parser()
Returns
Type Description
Parser<OAuthConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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()
Returns
Type Description
Webhook.GenericWebService.OAuthConfig

getParserForType()

public Parser<Webhook.GenericWebService.OAuthConfig> getParserForType()
Returns
Type Description
Parser<OAuthConfig>
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];

Returns
Type Description
ProtocolStringList

A list containing the scopes.

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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Webhook.GenericWebService.OAuthConfig.Builder newBuilderForType()
Returns
Type Description
Webhook.GenericWebService.OAuthConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Webhook.GenericWebService.OAuthConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Webhook.GenericWebService.OAuthConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Webhook.GenericWebService.OAuthConfig.Builder toBuilder()
Returns
Type Description
Webhook.GenericWebService.OAuthConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException