public interface CompareVersionsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBaseVersion()
public abstract 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 abstract 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. |
getLanguageCode()
public abstract 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 abstract 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 abstract 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 abstract 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. |