- 4.84.0 (latest)
- 4.82.0
- 4.81.0
- 4.80.0
- 4.79.0
- 4.78.0
- 4.76.0
- 4.74.0
- 4.73.0
- 4.70.0
- 4.69.0
- 4.68.0
- 4.66.0
- 4.65.0
- 4.64.0
- 4.63.0
- 4.62.0
- 4.61.0
- 4.60.0
- 4.59.0
- 4.58.0
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.45.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.33.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.1
- 4.8.6
- 4.7.5
- 4.6.0
- 4.5.11
- 4.4.0
- 4.3.1
public static final class BatchUpdateEntityTypesRequest.Builder extends GeneratedMessageV3.Builder<BatchUpdateEntityTypesRequest.Builder> implements BatchUpdateEntityTypesRequestOrBuilderThe request message for EntityTypes.BatchUpdateEntityTypes.
 Protobuf type google.cloud.dialogflow.v2beta1.BatchUpdateEntityTypesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchUpdateEntityTypesRequest.BuilderImplements
BatchUpdateEntityTypesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchUpdateEntityTypesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
build()
public BatchUpdateEntityTypesRequest build()| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest | |
buildPartial()
public BatchUpdateEntityTypesRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest | |
clear()
public BatchUpdateEntityTypesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
clearEntityTypeBatch()
public BatchUpdateEntityTypesRequest.Builder clearEntityTypeBatch()| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
clearEntityTypeBatchInline()
public BatchUpdateEntityTypesRequest.Builder clearEntityTypeBatchInline()The collection of entity types to update or create.
 .google.cloud.dialogflow.v2beta1.EntityTypeBatch entity_type_batch_inline = 3;
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
clearEntityTypeBatchUri()
public BatchUpdateEntityTypesRequest.Builder clearEntityTypeBatchUri()The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".
 string entity_type_batch_uri = 2;
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public BatchUpdateEntityTypesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
clearLanguageCode()
public BatchUpdateEntityTypesRequest.Builder clearLanguageCode()Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
 string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchUpdateEntityTypesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
clearParent()
public BatchUpdateEntityTypesRequest.Builder clearParent()Required. The name of the agent to update or create entity types in. Supported formats:
- projects/<Project ID>/agent
- projects/<Project ID>/locations/<Location ID>/agent
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | This builder for chaining. | 
clearUpdateMask()
public BatchUpdateEntityTypesRequest.Builder clearUpdateMask()Optional. The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
clone()
public BatchUpdateEntityTypesRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
getDefaultInstanceForType()
public BatchUpdateEntityTypesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getEntityTypeBatchCase()
public BatchUpdateEntityTypesRequest.EntityTypeBatchCase getEntityTypeBatchCase()| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.EntityTypeBatchCase | |
getEntityTypeBatchInline()
public EntityTypeBatch getEntityTypeBatchInline()The collection of entity types to update or create.
 .google.cloud.dialogflow.v2beta1.EntityTypeBatch entity_type_batch_inline = 3;
| Returns | |
|---|---|
| Type | Description | 
| EntityTypeBatch | The entityTypeBatchInline. | 
getEntityTypeBatchInlineBuilder()
public EntityTypeBatch.Builder getEntityTypeBatchInlineBuilder()The collection of entity types to update or create.
 .google.cloud.dialogflow.v2beta1.EntityTypeBatch entity_type_batch_inline = 3;
| Returns | |
|---|---|
| Type | Description | 
| EntityTypeBatch.Builder | |
getEntityTypeBatchInlineOrBuilder()
public EntityTypeBatchOrBuilder getEntityTypeBatchInlineOrBuilder()The collection of entity types to update or create.
 .google.cloud.dialogflow.v2beta1.EntityTypeBatch entity_type_batch_inline = 3;
| Returns | |
|---|---|
| Type | Description | 
| EntityTypeBatchOrBuilder | |
getEntityTypeBatchUri()
public String getEntityTypeBatchUri()The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".
 string entity_type_batch_uri = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The entityTypeBatchUri. | 
getEntityTypeBatchUriBytes()
public ByteString getEntityTypeBatchUriBytes()The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".
 string entity_type_batch_uri = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for entityTypeBatchUri. | 
getLanguageCode()
public String getLanguageCode()Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
 string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| String | The languageCode. | 
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
 string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for languageCode. | 
getParent()
public String getParent()Required. The name of the agent to update or create entity types in. Supported formats:
- projects/<Project ID>/agent
- projects/<Project ID>/locations/<Location ID>/agent
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public ByteString getParentBytes()Required. The name of the agent to update or create entity types in. Supported formats:
- projects/<Project ID>/agent
- projects/<Project ID>/locations/<Location ID>/agent
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. | 
getUpdateMask()
public FieldMask getUpdateMask()Optional. The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| FieldMask | The updateMask. | 
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| FieldMaskOrBuilder | |
hasEntityTypeBatchInline()
public boolean hasEntityTypeBatchInline()The collection of entity types to update or create.
 .google.cloud.dialogflow.v2beta1.EntityTypeBatch entity_type_batch_inline = 3;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the entityTypeBatchInline field is set. | 
hasEntityTypeBatchUri()
public boolean hasEntityTypeBatchUri()The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".
 string entity_type_batch_uri = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the entityTypeBatchUri field is set. | 
hasUpdateMask()
public boolean hasUpdateMask()Optional. The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateMask field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeEntityTypeBatchInline(EntityTypeBatch value)
public BatchUpdateEntityTypesRequest.Builder mergeEntityTypeBatchInline(EntityTypeBatch value)The collection of entity types to update or create.
 .google.cloud.dialogflow.v2beta1.EntityTypeBatch entity_type_batch_inline = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | EntityTypeBatch | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
mergeFrom(BatchUpdateEntityTypesRequest other)
public BatchUpdateEntityTypesRequest.Builder mergeFrom(BatchUpdateEntityTypesRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | BatchUpdateEntityTypesRequest | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchUpdateEntityTypesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public BatchUpdateEntityTypesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchUpdateEntityTypesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
mergeUpdateMask(FieldMask value)
public BatchUpdateEntityTypesRequest.Builder mergeUpdateMask(FieldMask value)Optional. The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | FieldMask | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
setEntityTypeBatchInline(EntityTypeBatch value)
public BatchUpdateEntityTypesRequest.Builder setEntityTypeBatchInline(EntityTypeBatch value)The collection of entity types to update or create.
 .google.cloud.dialogflow.v2beta1.EntityTypeBatch entity_type_batch_inline = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | EntityTypeBatch | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
setEntityTypeBatchInline(EntityTypeBatch.Builder builderForValue)
public BatchUpdateEntityTypesRequest.Builder setEntityTypeBatchInline(EntityTypeBatch.Builder builderForValue)The collection of entity types to update or create.
 .google.cloud.dialogflow.v2beta1.EntityTypeBatch entity_type_batch_inline = 3;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | EntityTypeBatch.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
setEntityTypeBatchUri(String value)
public BatchUpdateEntityTypesRequest.Builder setEntityTypeBatchUri(String value)The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".
 string entity_type_batch_uri = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe entityTypeBatchUri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | This builder for chaining. | 
setEntityTypeBatchUriBytes(ByteString value)
public BatchUpdateEntityTypesRequest.Builder setEntityTypeBatchUriBytes(ByteString value)The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".
 string entity_type_batch_uri = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for entityTypeBatchUri to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public BatchUpdateEntityTypesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
setLanguageCode(String value)
public BatchUpdateEntityTypesRequest.Builder setLanguageCode(String value)Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
 string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe languageCode to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | This builder for chaining. | 
setLanguageCodeBytes(ByteString value)
public BatchUpdateEntityTypesRequest.Builder setLanguageCodeBytes(ByteString value)Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
 string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for languageCode to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | This builder for chaining. | 
setParent(String value)
public BatchUpdateEntityTypesRequest.Builder setParent(String value)Required. The name of the agent to update or create entity types in. Supported formats:
- projects/<Project ID>/agent
- projects/<Project ID>/locations/<Location ID>/agent
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe parent to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | This builder for chaining. | 
setParentBytes(ByteString value)
public BatchUpdateEntityTypesRequest.Builder setParentBytes(ByteString value)Required. The name of the agent to update or create entity types in. Supported formats:
- projects/<Project ID>/agent
- projects/<Project ID>/locations/<Location ID>/agent
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for parent to set. | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchUpdateEntityTypesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchUpdateEntityTypesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
setUpdateMask(FieldMask value)
public BatchUpdateEntityTypesRequest.Builder setUpdateMask(FieldMask value)Optional. The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | FieldMask | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |
setUpdateMask(FieldMask.Builder builderForValue)
public BatchUpdateEntityTypesRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| BatchUpdateEntityTypesRequest.Builder | |