public static final class ImportAgentRequest.Builder extends GeneratedMessageV3.Builder<ImportAgentRequest.Builder> implements ImportAgentRequestOrBuilderThe request message for Agents.ImportAgent.
Protobuf type google.cloud.dialogflow.v2.ImportAgentRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImportAgentRequest.BuilderImplements
ImportAgentRequestOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImportAgentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ImportAgentRequest.Builder |
build()
public ImportAgentRequest build()| Type | Description |
| ImportAgentRequest |
buildPartial()
public ImportAgentRequest buildPartial()| Type | Description |
| ImportAgentRequest |
clear()
public ImportAgentRequest.Builder clear()| Type | Description |
| ImportAgentRequest.Builder |
clearAgent()
public ImportAgentRequest.Builder clearAgent()| Type | Description |
| ImportAgentRequest.Builder |
clearAgentContent()
public ImportAgentRequest.Builder clearAgentContent()Zip compressed raw byte content for agent.
bytes agent_content = 3;
| Type | Description |
| ImportAgentRequest.Builder | This builder for chaining. |
clearAgentUri()
public ImportAgentRequest.Builder clearAgentUri()The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://".
string agent_uri = 2;
| Type | Description |
| ImportAgentRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ImportAgentRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ImportAgentRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ImportAgentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ImportAgentRequest.Builder |
clearParent()
public ImportAgentRequest.Builder clearParent() Required. The project that the agent to import is associated with.
Format: projects/<Project ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ImportAgentRequest.Builder | This builder for chaining. |
clone()
public ImportAgentRequest.Builder clone()| Type | Description |
| ImportAgentRequest.Builder |
getAgentCase()
public ImportAgentRequest.AgentCase getAgentCase()| Type | Description |
| ImportAgentRequest.AgentCase |
getAgentContent()
public ByteString getAgentContent()Zip compressed raw byte content for agent.
bytes agent_content = 3;
| Type | Description |
| ByteString | The agentContent. |
getAgentUri()
public String getAgentUri()The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://".
string agent_uri = 2;
| Type | Description |
| String | The agentUri. |
getAgentUriBytes()
public ByteString getAgentUriBytes()The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://".
string agent_uri = 2;
| Type | Description |
| ByteString | The bytes for agentUri. |
getDefaultInstanceForType()
public ImportAgentRequest getDefaultInstanceForType()| Type | Description |
| ImportAgentRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getParent()
public String getParent() Required. The project that the agent to import is associated with.
Format: projects/<Project ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The project that the agent to import is associated with.
Format: projects/<Project ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasAgentContent()
public boolean hasAgentContent()Zip compressed raw byte content for agent.
bytes agent_content = 3;
| Type | Description |
| boolean | Whether the agentContent field is set. |
hasAgentUri()
public boolean hasAgentUri()The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://".
string agent_uri = 2;
| Type | Description |
| boolean | Whether the agentUri field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ImportAgentRequest other)
public ImportAgentRequest.Builder mergeFrom(ImportAgentRequest other)| Name | Description |
| other | ImportAgentRequest |
| Type | Description |
| ImportAgentRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportAgentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ImportAgentRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ImportAgentRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ImportAgentRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImportAgentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ImportAgentRequest.Builder |
setAgentContent(ByteString value)
public ImportAgentRequest.Builder setAgentContent(ByteString value)Zip compressed raw byte content for agent.
bytes agent_content = 3;
| Name | Description |
| value | ByteStringThe agentContent to set. |
| Type | Description |
| ImportAgentRequest.Builder | This builder for chaining. |
setAgentUri(String value)
public ImportAgentRequest.Builder setAgentUri(String value)The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://".
string agent_uri = 2;
| Name | Description |
| value | StringThe agentUri to set. |
| Type | Description |
| ImportAgentRequest.Builder | This builder for chaining. |
setAgentUriBytes(ByteString value)
public ImportAgentRequest.Builder setAgentUriBytes(ByteString value)The URI to a Google Cloud Storage file containing the agent to import. Note: The URI must start with "gs://".
string agent_uri = 2;
| Name | Description |
| value | ByteStringThe bytes for agentUri to set. |
| Type | Description |
| ImportAgentRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ImportAgentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ImportAgentRequest.Builder |
setParent(String value)
public ImportAgentRequest.Builder setParent(String value) Required. The project that the agent to import is associated with.
Format: projects/<Project ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe parent to set. |
| Type | Description |
| ImportAgentRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ImportAgentRequest.Builder setParentBytes(ByteString value) Required. The project that the agent to import is associated with.
Format: projects/<Project ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for parent to set. |
| Type | Description |
| ImportAgentRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImportAgentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ImportAgentRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ImportAgentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ImportAgentRequest.Builder |