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