Class BatchUpdateIntentsResponse (4.47.0)

public final class BatchUpdateIntentsResponse extends GeneratedMessageV3 implements BatchUpdateIntentsResponseOrBuilder

The response message for Intents.BatchUpdateIntents.

Protobuf type google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse

Static Fields

INTENTS_FIELD_NUMBER

public static final int INTENTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchUpdateIntentsResponse getDefaultInstance()
Returns
TypeDescription
BatchUpdateIntentsResponse

getDescriptor()

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

newBuilder()

public static BatchUpdateIntentsResponse.Builder newBuilder()
Returns
TypeDescription
BatchUpdateIntentsResponse.Builder

newBuilder(BatchUpdateIntentsResponse prototype)

public static BatchUpdateIntentsResponse.Builder newBuilder(BatchUpdateIntentsResponse prototype)
Parameter
NameDescription
prototypeBatchUpdateIntentsResponse
Returns
TypeDescription
BatchUpdateIntentsResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchUpdateIntentsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIntentsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchUpdateIntentsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static BatchUpdateIntentsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIntentsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchUpdateIntentsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIntentsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchUpdateIntentsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIntentsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchUpdateIntentsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateIntentsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateIntentsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchUpdateIntentsResponse> parser()
Returns
TypeDescription
Parser<BatchUpdateIntentsResponse>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchUpdateIntentsResponse getDefaultInstanceForType()
Returns
TypeDescription
BatchUpdateIntentsResponse

getIntents(int index)

public Intent getIntents(int index)

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Intent

getIntentsCount()

public int getIntentsCount()

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Returns
TypeDescription
int

getIntentsList()

public List<Intent> getIntentsList()

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Returns
TypeDescription
List<Intent>

getIntentsOrBuilder(int index)

public IntentOrBuilder getIntentsOrBuilder(int index)

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IntentOrBuilder

getIntentsOrBuilderList()

public List<? extends IntentOrBuilder> getIntentsOrBuilderList()

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2beta1.IntentOrBuilder>

getParserForType()

public Parser<BatchUpdateIntentsResponse> getParserForType()
Returns
TypeDescription
Parser<BatchUpdateIntentsResponse>
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 BatchUpdateIntentsResponse.Builder newBuilderForType()
Returns
TypeDescription
BatchUpdateIntentsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchUpdateIntentsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchUpdateIntentsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public BatchUpdateIntentsResponse.Builder toBuilder()
Returns
TypeDescription
BatchUpdateIntentsResponse.Builder

writeTo(CodedOutputStream output)

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