public final class BatchUpdateEntityTypesResponse extends GeneratedMessageV3 implements BatchUpdateEntityTypesResponseOrBuilder
The response message for EntityTypes.BatchUpdateEntityTypes.
Protobuf type google.cloud.dialogflow.v2beta1.BatchUpdateEntityTypesResponse
Fields
ENTITY_TYPES_FIELD_NUMBER
public static final int ENTITY_TYPES_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstance()
public static BatchUpdateEntityTypesResponse getDefaultInstance()
Returns
getDefaultInstanceForType()
public BatchUpdateEntityTypesResponse getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getEntityTypes(int index)
public EntityType getEntityTypes(int index)
The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
Parameter
Returns
getEntityTypesCount()
public int getEntityTypesCount()
The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
Returns
getEntityTypesList()
public List<EntityType> getEntityTypesList()
The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
Returns
getEntityTypesOrBuilder(int index)
public EntityTypeOrBuilder getEntityTypesOrBuilder(int index)
The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
Parameter
Returns
getEntityTypesOrBuilderList()
public List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()
The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
Returns
Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.EntityTypeOrBuilder> | |
getParserForType()
public Parser<BatchUpdateEntityTypesResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static BatchUpdateEntityTypesResponse.Builder newBuilder()
Returns
newBuilder(BatchUpdateEntityTypesResponse prototype)
public static BatchUpdateEntityTypesResponse.Builder newBuilder(BatchUpdateEntityTypesResponse prototype)
Parameter
Returns
newBuilderForType()
public BatchUpdateEntityTypesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchUpdateEntityTypesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public static BatchUpdateEntityTypesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchUpdateEntityTypesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static BatchUpdateEntityTypesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateEntityTypesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static BatchUpdateEntityTypesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateEntityTypesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchUpdateEntityTypesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BatchUpdateEntityTypesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchUpdateEntityTypesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchUpdateEntityTypesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static BatchUpdateEntityTypesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateEntityTypesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<BatchUpdateEntityTypesResponse> parser()
Returns
toBuilder()
public BatchUpdateEntityTypesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions