Interface ImportPlaybookResponseOrBuilder (0.89.0)

public interface ImportPlaybookResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConflictingResources()

public abstract ImportPlaybookResponse.ConflictingResources getConflictingResources()

Info which resources have conflicts when REPORT_CONFLICTS import strategy is set for all resources in ImportPlaybookRequest.

.google.cloud.dialogflow.cx.v3beta1.ImportPlaybookResponse.ConflictingResources conflicting_resources = 2;

Returns
Type Description
ImportPlaybookResponse.ConflictingResources

The conflictingResources.

getConflictingResourcesOrBuilder()

public abstract ImportPlaybookResponse.ConflictingResourcesOrBuilder getConflictingResourcesOrBuilder()

Info which resources have conflicts when REPORT_CONFLICTS import strategy is set for all resources in ImportPlaybookRequest.

.google.cloud.dialogflow.cx.v3beta1.ImportPlaybookResponse.ConflictingResources conflicting_resources = 2;

Returns
Type Description
ImportPlaybookResponse.ConflictingResourcesOrBuilder

getPlaybook()

public abstract String getPlaybook()

The unique identifier of the new playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

string playbook = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The playbook.

getPlaybookBytes()

public abstract ByteString getPlaybookBytes()

The unique identifier of the new playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

string playbook = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for playbook.

hasConflictingResources()

public abstract boolean hasConflictingResources()

Info which resources have conflicts when REPORT_CONFLICTS import strategy is set for all resources in ImportPlaybookRequest.

.google.cloud.dialogflow.cx.v3beta1.ImportPlaybookResponse.ConflictingResources conflicting_resources = 2;

Returns
Type Description
boolean

Whether the conflictingResources field is set.