public static final class IngestedContextReferenceDebugInfo.Builder extends GeneratedMessage.Builder<IngestedContextReferenceDebugInfo.Builder> implements IngestedContextReferenceDebugInfoOrBuilderDebug information related to ingested context reference.
Protobuf type google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IngestedContextReferenceDebugInfo.BuilderImplements
IngestedContextReferenceDebugInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllIngestedParametersDebugInfo(Iterable<? extends IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo> values)
public IngestedContextReferenceDebugInfo.Builder addAllIngestedParametersDebugInfo(Iterable<? extends IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo> values)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo> |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
addIngestedParametersDebugInfo(IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo value)
public IngestedContextReferenceDebugInfo.Builder addIngestedParametersDebugInfo(IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo value)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
addIngestedParametersDebugInfo(IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder builderForValue)
public IngestedContextReferenceDebugInfo.Builder addIngestedParametersDebugInfo(IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder builderForValue)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
addIngestedParametersDebugInfo(int index, IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo value)
public IngestedContextReferenceDebugInfo.Builder addIngestedParametersDebugInfo(int index, IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo value)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
addIngestedParametersDebugInfo(int index, IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder builderForValue)
public IngestedContextReferenceDebugInfo.Builder addIngestedParametersDebugInfo(int index, IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder builderForValue)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
addIngestedParametersDebugInfoBuilder()
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder addIngestedParametersDebugInfoBuilder()Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
|
addIngestedParametersDebugInfoBuilder(int index)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder addIngestedParametersDebugInfoBuilder(int index)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
|
build()
public IngestedContextReferenceDebugInfo build()| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo |
|
buildPartial()
public IngestedContextReferenceDebugInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo |
|
clear()
public IngestedContextReferenceDebugInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
clearContextReferenceRetrieved()
public IngestedContextReferenceDebugInfo.Builder clearContextReferenceRetrieved()The status of context_reference retrieval from database.
bool context_reference_retrieved = 2;
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
This builder for chaining. |
clearIngestedParametersDebugInfo()
public IngestedContextReferenceDebugInfo.Builder clearIngestedParametersDebugInfo()Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
clearProjectNotAllowlisted()
public IngestedContextReferenceDebugInfo.Builder clearProjectNotAllowlisted()Indicates if the project is allowlisted to use ingested context reference.
bool project_not_allowlisted = 1;
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
This builder for chaining. |
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 |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIngestedParametersDebugInfo(int index)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo getIngestedParametersDebugInfo(int index)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo |
|
getIngestedParametersDebugInfoBuilder(int index)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder getIngestedParametersDebugInfoBuilder(int index)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
|
getIngestedParametersDebugInfoBuilderList()
public List<IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder> getIngestedParametersDebugInfoBuilderList()Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getIngestedParametersDebugInfoCount()
public int getIngestedParametersDebugInfoCount()Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.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.v2beta1.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.v2beta1.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.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder> |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(IngestedContextReferenceDebugInfo other)
public IngestedContextReferenceDebugInfo.Builder mergeFrom(IngestedContextReferenceDebugInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestedContextReferenceDebugInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IngestedContextReferenceDebugInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IngestedContextReferenceDebugInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
removeIngestedParametersDebugInfo(int index)
public IngestedContextReferenceDebugInfo.Builder removeIngestedParametersDebugInfo(int index)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
setContextReferenceRetrieved(boolean value)
public IngestedContextReferenceDebugInfo.Builder setContextReferenceRetrieved(boolean value)The status of context_reference retrieval from database.
bool context_reference_retrieved = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe contextReferenceRetrieved to set. |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
This builder for chaining. |
setIngestedParametersDebugInfo(int index, IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo value)
public IngestedContextReferenceDebugInfo.Builder setIngestedParametersDebugInfo(int index, IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo value)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
setIngestedParametersDebugInfo(int index, IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder builderForValue)
public IngestedContextReferenceDebugInfo.Builder setIngestedParametersDebugInfo(int index, IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder builderForValue)Parameters ingested from the context reference.
repeated .google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo ingested_parameters_debug_info = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
|
setProjectNotAllowlisted(boolean value)
public IngestedContextReferenceDebugInfo.Builder setProjectNotAllowlisted(boolean value)Indicates if the project is allowlisted to use ingested context reference.
bool project_not_allowlisted = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe projectNotAllowlisted to set. |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.Builder |
This builder for chaining. |