Class IngestedContextReferenceDebugInfo (4.97.0)

public final class IngestedContextReferenceDebugInfo extends GeneratedMessage implements IngestedContextReferenceDebugInfoOrBuilder

Debug information related to ingested context reference.

Protobuf type google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > IngestedContextReferenceDebugInfo

Static Fields

CONTEXT_REFERENCE_RETRIEVED_FIELD_NUMBER

public static final int CONTEXT_REFERENCE_RETRIEVED_FIELD_NUMBER
Field Value
Type Description
int

INGESTED_PARAMETERS_DEBUG_INFO_FIELD_NUMBER

public static final int INGESTED_PARAMETERS_DEBUG_INFO_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_NOT_ALLOWLISTED_FIELD_NUMBER

public static final int PROJECT_NOT_ALLOWLISTED_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IngestedContextReferenceDebugInfo getDefaultInstance()
Returns
Type Description
IngestedContextReferenceDebugInfo

getDescriptor()

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

newBuilder()

public static IngestedContextReferenceDebugInfo.Builder newBuilder()
Returns
Type Description
IngestedContextReferenceDebugInfo.Builder

newBuilder(IngestedContextReferenceDebugInfo prototype)

public static IngestedContextReferenceDebugInfo.Builder newBuilder(IngestedContextReferenceDebugInfo prototype)
Parameter
Name Description
prototype IngestedContextReferenceDebugInfo
Returns
Type Description
IngestedContextReferenceDebugInfo.Builder

parseDelimitedFrom(InputStream input)

public static IngestedContextReferenceDebugInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IngestedContextReferenceDebugInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static IngestedContextReferenceDebugInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IngestedContextReferenceDebugInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IngestedContextReferenceDebugInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IngestedContextReferenceDebugInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IngestedContextReferenceDebugInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IngestedContextReferenceDebugInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static IngestedContextReferenceDebugInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IngestedContextReferenceDebugInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static IngestedContextReferenceDebugInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IngestedContextReferenceDebugInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngestedContextReferenceDebugInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<IngestedContextReferenceDebugInfo> parser()
Returns
Type Description
Parser<IngestedContextReferenceDebugInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getContextReferenceRetrieved()

public boolean getContextReferenceRetrieved()

The status of context_reference retrieval from database.

bool context_reference_retrieved = 2;

Returns
Type Description
boolean

The contextReferenceRetrieved.

getDefaultInstanceForType()

public IngestedContextReferenceDebugInfo getDefaultInstanceForType()
Returns
Type Description
IngestedContextReferenceDebugInfo

getIngestedParametersDebugInfo(int index)

public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo getIngestedParametersDebugInfo(int index)

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Parameter
Name Description
index int
Returns
Type Description
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo

getIngestedParametersDebugInfoCount()

public int getIngestedParametersDebugInfoCount()

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Returns
Type Description
int

getIngestedParametersDebugInfoList()

public List<IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo> getIngestedParametersDebugInfoList()

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Returns
Type Description
List<IngestedParameterDebugInfo>

getIngestedParametersDebugInfoOrBuilder(int index)

public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder getIngestedParametersDebugInfoOrBuilder(int index)

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Parameter
Name Description
index int
Returns
Type Description
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder

getIngestedParametersDebugInfoOrBuilderList()

public List<? extends IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder> getIngestedParametersDebugInfoOrBuilderList()

Parameters ingested from the context reference.

repeated .google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder>

getParserForType()

public Parser<IngestedContextReferenceDebugInfo> getParserForType()
Returns
Type Description
Parser<IngestedContextReferenceDebugInfo>
Overrides

getProjectNotAllowlisted()

public boolean getProjectNotAllowlisted()

Indicates if the project is allowlisted to use ingested context reference.

bool project_not_allowlisted = 1;

Returns
Type Description
boolean

The projectNotAllowlisted.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IngestedContextReferenceDebugInfo.Builder newBuilderForType()
Returns
Type Description
IngestedContextReferenceDebugInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected IngestedContextReferenceDebugInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IngestedContextReferenceDebugInfo.Builder
Overrides

toBuilder()

public IngestedContextReferenceDebugInfo.Builder toBuilder()
Returns
Type Description
IngestedContextReferenceDebugInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException