Class CompareVersionsRequest.Builder (0.94.0)

public static final class CompareVersionsRequest.Builder extends GeneratedMessage.Builder<CompareVersionsRequest.Builder> implements CompareVersionsRequestOrBuilder

The request message for Versions.CompareVersions.

Protobuf type google.cloud.dialogflow.cx.v3.CompareVersionsRequest

Static Methods

getDescriptor()

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

Methods

build()

public CompareVersionsRequest build()
Returns
Type Description
CompareVersionsRequest

buildPartial()

public CompareVersionsRequest buildPartial()
Returns
Type Description
CompareVersionsRequest

clear()

public CompareVersionsRequest.Builder clear()
Returns
Type Description
CompareVersionsRequest.Builder
Overrides

clearBaseVersion()

public CompareVersionsRequest.Builder clearBaseVersion()

Required. Name of the base flow version to compare with the target version. Use version ID 0 to indicate the draft version of the specified flow.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

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

Returns
Type Description
CompareVersionsRequest.Builder

This builder for chaining.

clearLanguageCode()

public CompareVersionsRequest.Builder clearLanguageCode()

The language to compare the flow versions for.

If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 3;

Returns
Type Description
CompareVersionsRequest.Builder

This builder for chaining.

clearTargetVersion()

public CompareVersionsRequest.Builder clearTargetVersion()

Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

string target_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CompareVersionsRequest.Builder

This builder for chaining.

getBaseVersion()

public String getBaseVersion()

Required. Name of the base flow version to compare with the target version. Use version ID 0 to indicate the draft version of the specified flow.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

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

Returns
Type Description
String

The baseVersion.

getBaseVersionBytes()

public ByteString getBaseVersionBytes()

Required. Name of the base flow version to compare with the target version. Use version ID 0 to indicate the draft version of the specified flow.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

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

Returns
Type Description
ByteString

The bytes for baseVersion.

getDefaultInstanceForType()

public CompareVersionsRequest getDefaultInstanceForType()
Returns
Type Description
CompareVersionsRequest

getDescriptorForType()

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

getLanguageCode()

public String getLanguageCode()

The language to compare the flow versions for.

If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 3;

Returns
Type Description
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

The language to compare the flow versions for.

If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 3;

Returns
Type Description
ByteString

The bytes for languageCode.

getTargetVersion()

public String getTargetVersion()

Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

string target_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The targetVersion.

getTargetVersionBytes()

public ByteString getTargetVersionBytes()

Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

string target_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for targetVersion.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CompareVersionsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setBaseVersion(String value)

public CompareVersionsRequest.Builder setBaseVersion(String value)

Required. Name of the base flow version to compare with the target version. Use version ID 0 to indicate the draft version of the specified flow.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

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

Parameter
Name Description
value String

The baseVersion to set.

Returns
Type Description
CompareVersionsRequest.Builder

This builder for chaining.

setBaseVersionBytes(ByteString value)

public CompareVersionsRequest.Builder setBaseVersionBytes(ByteString value)

Required. Name of the base flow version to compare with the target version. Use version ID 0 to indicate the draft version of the specified flow.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

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

Parameter
Name Description
value ByteString

The bytes for baseVersion to set.

Returns
Type Description
CompareVersionsRequest.Builder

This builder for chaining.

setLanguageCode(String value)

public CompareVersionsRequest.Builder setLanguageCode(String value)

The language to compare the flow versions for.

If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 3;

Parameter
Name Description
value String

The languageCode to set.

Returns
Type Description
CompareVersionsRequest.Builder

This builder for chaining.

setLanguageCodeBytes(ByteString value)

public CompareVersionsRequest.Builder setLanguageCodeBytes(ByteString value)

The language to compare the flow versions for.

If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

string language_code = 3;

Parameter
Name Description
value ByteString

The bytes for languageCode to set.

Returns
Type Description
CompareVersionsRequest.Builder

This builder for chaining.

setTargetVersion(String value)

public CompareVersionsRequest.Builder setTargetVersion(String value)

Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

string target_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The targetVersion to set.

Returns
Type Description
CompareVersionsRequest.Builder

This builder for chaining.

setTargetVersionBytes(ByteString value)

public CompareVersionsRequest.Builder setTargetVersionBytes(ByteString value)

Required. Name of the target flow version to compare with the base version. Use version ID 0 to indicate the draft version of the specified flow. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.

string target_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for targetVersion to set.

Returns
Type Description
CompareVersionsRequest.Builder

This builder for chaining.