Class Tool.Authentication.ServiceAgentAuthConfig (0.52.0)

public static final class Tool.Authentication.ServiceAgentAuthConfig extends GeneratedMessageV3 implements Tool.Authentication.ServiceAgentAuthConfigOrBuilder

Config for auth using Diglogflow service agent.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Tool.Authentication.ServiceAgentAuthConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Tool.Authentication.ServiceAgentAuthConfig

Static Methods

getDefaultInstance()

public static Tool.Authentication.ServiceAgentAuthConfig getDefaultInstance()
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Tool.Authentication.ServiceAgentAuthConfig.Builder newBuilder()
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig.Builder

newBuilder(Tool.Authentication.ServiceAgentAuthConfig prototype)

public static Tool.Authentication.ServiceAgentAuthConfig.Builder newBuilder(Tool.Authentication.ServiceAgentAuthConfig prototype)
Parameter
NameDescription
prototypeTool.Authentication.ServiceAgentAuthConfig
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig.Builder

parseDelimitedFrom(InputStream input)

public static Tool.Authentication.ServiceAgentAuthConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Tool.Authentication.ServiceAgentAuthConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Tool.Authentication.ServiceAgentAuthConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Tool.Authentication.ServiceAgentAuthConfig> parser()
Returns
TypeDescription
Parser<ServiceAgentAuthConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Tool.Authentication.ServiceAgentAuthConfig getDefaultInstanceForType()
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig

getParserForType()

public Parser<Tool.Authentication.ServiceAgentAuthConfig> getParserForType()
Returns
TypeDescription
Parser<ServiceAgentAuthConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Tool.Authentication.ServiceAgentAuthConfig.Builder newBuilderForType()
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Tool.Authentication.ServiceAgentAuthConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Tool.Authentication.ServiceAgentAuthConfig.Builder toBuilder()
Returns
TypeDescription
Tool.Authentication.ServiceAgentAuthConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException