Class Environment.VersionConfig.Builder (0.94.0)

public static final class Environment.VersionConfig.Builder extends GeneratedMessage.Builder<Environment.VersionConfig.Builder> implements Environment.VersionConfigOrBuilder

Configuration for the version.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Environment.VersionConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Environment.VersionConfig build()
Returns
Type Description
Environment.VersionConfig

buildPartial()

public Environment.VersionConfig buildPartial()
Returns
Type Description
Environment.VersionConfig

clear()

public Environment.VersionConfig.Builder clear()
Returns
Type Description
Environment.VersionConfig.Builder
Overrides

clearVersion()

public Environment.VersionConfig.Builder clearVersion()

Required. Flow, playbook and tool versions are supported. Format for flow version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>. Format for playbook version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>. Format for tool version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.

string version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
Environment.VersionConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public Environment.VersionConfig getDefaultInstanceForType()
Returns
Type Description
Environment.VersionConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getVersion()

public String getVersion()

Required. Flow, playbook and tool versions are supported. Format for flow version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>. Format for playbook version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>. Format for tool version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.

string version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

Required. Flow, playbook and tool versions are supported. Format for flow version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>. Format for playbook version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>. Format for tool version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.

string version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for version.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Environment.VersionConfig other)

public Environment.VersionConfig.Builder mergeFrom(Environment.VersionConfig other)
Parameter
Name Description
other Environment.VersionConfig
Returns
Type Description
Environment.VersionConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Environment.VersionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Environment.VersionConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Environment.VersionConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Environment.VersionConfig.Builder
Overrides

setVersion(String value)

public Environment.VersionConfig.Builder setVersion(String value)

Required. Flow, playbook and tool versions are supported. Format for flow version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>. Format for playbook version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>. Format for tool version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.

string version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The version to set.

Returns
Type Description
Environment.VersionConfig.Builder

This builder for chaining.

setVersionBytes(ByteString value)

public Environment.VersionConfig.Builder setVersionBytes(ByteString value)

Required. Flow, playbook and tool versions are supported. Format for flow version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>. Format for playbook version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>. Format for tool version: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/tools/<ToolID>/versions/<VersionID>.

string version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for version to set.

Returns
Type Description
Environment.VersionConfig.Builder

This builder for chaining.