Send feedback
Class ImportPlaybookResponse.ConflictingResources (0.89.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class ImportPlaybookResponse . ConflictingResources extends GeneratedMessageV3 implements ImportPlaybookResponse . ConflictingResourcesOrBuilder
Conflicting resources detected during the import process. Only filled when
REPORT_CONFLICTS is set in the
request and there are conflicts in the display names.
Protobuf type
google.cloud.dialogflow.cx.v3beta1.ImportPlaybookResponse.ConflictingResources
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
MAIN_PLAYBOOK_DISPLAY_NAME_FIELD_NUMBER
public static final int MAIN_PLAYBOOK_DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
NESTED_PLAYBOOK_DISPLAY_NAMES_FIELD_NUMBER
public static final int NESTED_PLAYBOOK_DISPLAY_NAMES_FIELD_NUMBER
Field Value
Type
Description
int
public static final int TOOL_DISPLAY_NAMES_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ImportPlaybookResponse . ConflictingResources getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ImportPlaybookResponse . ConflictingResources . Builder newBuilder ()
newBuilder(ImportPlaybookResponse.ConflictingResources prototype)
public static ImportPlaybookResponse . ConflictingResources . Builder newBuilder ( ImportPlaybookResponse . ConflictingResources prototype )
public static ImportPlaybookResponse . ConflictingResources parseDelimitedFrom ( InputStream input )
public static ImportPlaybookResponse . ConflictingResources parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ImportPlaybookResponse . ConflictingResources parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportPlaybookResponse . ConflictingResources parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ImportPlaybookResponse . ConflictingResources parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportPlaybookResponse . ConflictingResources parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ImportPlaybookResponse . ConflictingResources parseFrom ( CodedInputStream input )
public static ImportPlaybookResponse . ConflictingResources parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ImportPlaybookResponse . ConflictingResources parseFrom ( InputStream input )
public static ImportPlaybookResponse . ConflictingResources parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ImportPlaybookResponse . ConflictingResources parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportPlaybookResponse . ConflictingResources parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ImportPlaybookResponse . ConflictingResources > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ImportPlaybookResponse . ConflictingResources getDefaultInstanceForType ()
getMainPlaybookDisplayName()
public String getMainPlaybookDisplayName ()
Display name of conflicting main playbook.
string main_playbook_display_name = 1;
Returns
Type
Description
String
The mainPlaybookDisplayName.
getMainPlaybookDisplayNameBytes()
public ByteString getMainPlaybookDisplayNameBytes ()
Display name of conflicting main playbook.
string main_playbook_display_name = 1;
Returns
Type
Description
ByteString
The bytes for mainPlaybookDisplayName.
getNestedPlaybookDisplayNames(int index)
public String getNestedPlaybookDisplayNames ( int index )
Display names of conflicting nested playbooks.
repeated string nested_playbook_display_names = 2;
Parameter
Name
Description
index
int The index of the element to return.
Returns
Type
Description
String
The nestedPlaybookDisplayNames at the given index.
getNestedPlaybookDisplayNamesBytes(int index)
public ByteString getNestedPlaybookDisplayNamesBytes ( int index )
Display names of conflicting nested playbooks.
repeated string nested_playbook_display_names = 2;
Parameter
Name
Description
index
int The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the nestedPlaybookDisplayNames at the given index.
getNestedPlaybookDisplayNamesCount()
public int getNestedPlaybookDisplayNamesCount ()
Display names of conflicting nested playbooks.
repeated string nested_playbook_display_names = 2;
Returns
Type
Description
int
The count of nestedPlaybookDisplayNames.
getNestedPlaybookDisplayNamesList()
public ProtocolStringList getNestedPlaybookDisplayNamesList ()
Display names of conflicting nested playbooks.
repeated string nested_playbook_display_names = 2;
Returns
Type
Description
ProtocolStringList
A list containing the nestedPlaybookDisplayNames.
getParserForType()
public Parser<ImportPlaybookResponse . ConflictingResources > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public String getToolDisplayNames ( int index )
Display names of conflicting tools.
repeated string tool_display_names = 3;
Parameter
Name
Description
index
int The index of the element to return.
Returns
Type
Description
String
The toolDisplayNames at the given index.
public ByteString getToolDisplayNamesBytes ( int index )
Display names of conflicting tools.
repeated string tool_display_names = 3;
Parameter
Name
Description
index
int The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the toolDisplayNames at the given index.
public int getToolDisplayNamesCount ()
Display names of conflicting tools.
repeated string tool_display_names = 3;
Returns
Type
Description
int
The count of toolDisplayNames.
public ProtocolStringList getToolDisplayNamesList ()
Display names of conflicting tools.
repeated string tool_display_names = 3;
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ImportPlaybookResponse . ConflictingResources . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImportPlaybookResponse . ConflictingResources . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ImportPlaybookResponse . ConflictingResources . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-29 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]