Class Webhook.GenericWebService.ServiceAccountAuthConfig (0.92.0)

public static final class Webhook.GenericWebService.ServiceAccountAuthConfig extends GeneratedMessageV3 implements Webhook.GenericWebService.ServiceAccountAuthConfigOrBuilder

Configuration for authentication using a service account.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Webhook.GenericWebService.ServiceAccountAuthConfig

Inheritance

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

Static Fields

SERVICE_ACCOUNT_FIELD_NUMBER

public static final int SERVICE_ACCOUNT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Webhook.GenericWebService.ServiceAccountAuthConfig getDefaultInstance()
Returns
Type Description
Webhook.GenericWebService.ServiceAccountAuthConfig

getDescriptor()

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

newBuilder()

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

newBuilder(Webhook.GenericWebService.ServiceAccountAuthConfig prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Webhook.GenericWebService.ServiceAccountAuthConfig getDefaultInstanceForType()
Returns
Type Description
Webhook.GenericWebService.ServiceAccountAuthConfig

getParserForType()

public Parser<Webhook.GenericWebService.ServiceAccountAuthConfig> getParserForType()
Returns
Type Description
Parser<ServiceAccountAuthConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServiceAccount()

public String getServiceAccount()

Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the Authorization header of the webhook request.

The service account must have the roles/iam.serviceAccountTokenCreator role granted to the Dialogflow service agent.

string service_account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The serviceAccount.

getServiceAccountBytes()

public ByteString getServiceAccountBytes()

Required. The email address of the service account used to authenticate the webhook call. Dialogflow uses this service account to exchange an access token and the access token is then sent in the Authorization header of the webhook request.

The service account must have the roles/iam.serviceAccountTokenCreator role granted to the Dialogflow service agent.

string service_account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for serviceAccount.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Webhook.GenericWebService.ServiceAccountAuthConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Webhook.GenericWebService.ServiceAccountAuthConfig.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.ServiceAccountAuthConfig.Builder toBuilder()
Returns
Type Description
Webhook.GenericWebService.ServiceAccountAuthConfig.Builder

writeTo(CodedOutputStream output)

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