Interface LoadVersionRequestOrBuilder (0.48.0)

public interface LoadVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowOverrideAgentResources()

public abstract boolean getAllowOverrideAgentResources()

This field is used to prevent accidental overwrite of other agent resources, which can potentially impact other flow's behavior. If allow_override_agent_resources is false, conflicted agent-level resources will not be overridden (i.e. intents, entities, webhooks).

bool allow_override_agent_resources = 2;

Returns
TypeDescription
boolean

The allowOverrideAgentResources.

getName()

public abstract String getName()

Required. The Version to be loaded to draft flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The Version to be loaded to draft flow. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>.

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

Returns
TypeDescription
ByteString

The bytes for name.