public static final class IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder extends GeneratedMessage.Builder<IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder> implements IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilderDebug information related to ingested parameters from context reference.
Protobuf type
google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo build()| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo |
|
buildPartial()
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo |
|
clear()
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
|
clearIngestionStatus()
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder clearIngestionStatus()The ingestion status for this specific parameter.
.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
This builder for chaining. |
clearParameter()
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder clearParameter()The name of the parameter in the context reference.
string parameter = 1;
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIngestionStatus()
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus getIngestionStatus()The ingestion status for this specific parameter.
.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus |
The ingestionStatus. |
getIngestionStatusValue()
public int getIngestionStatusValue()The ingestion status for this specific parameter.
.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for ingestionStatus. |
getParameter()
public String getParameter()The name of the parameter in the context reference.
string parameter = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The parameter. |
getParameterBytes()
public ByteString getParameterBytes()The name of the parameter in the context reference.
string parameter = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parameter. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo other)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder mergeFrom(IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
|
setIngestionStatus(IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus value)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder setIngestionStatus(IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus value)The ingestion status for this specific parameter.
.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus ingestion_status = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatusThe ingestionStatus to set. |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
This builder for chaining. |
setIngestionStatusValue(int value)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder setIngestionStatusValue(int value)The ingestion status for this specific parameter.
.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus ingestion_status = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for ingestionStatus to set. |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
This builder for chaining. |
setParameter(String value)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder setParameter(String value)The name of the parameter in the context reference.
string parameter = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parameter to set. |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
This builder for chaining. |
setParameterBytes(ByteString value)
public IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder setParameterBytes(ByteString value)The name of the parameter in the context reference.
string parameter = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parameter to set. |
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.Builder |
This builder for chaining. |