public static final class ToolUse.WebhookToolTrace.Builder extends GeneratedMessage.Builder<ToolUse.WebhookToolTrace.Builder> implements ToolUse.WebhookToolTraceOrBuilderThe tracing information for the webhook tool.
Protobuf type google.cloud.dialogflow.cx.v3beta1.ToolUse.WebhookToolTrace
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ToolUse.WebhookToolTrace.BuilderImplements
ToolUse.WebhookToolTraceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ToolUse.WebhookToolTrace build()| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace |
|
buildPartial()
public ToolUse.WebhookToolTrace buildPartial()| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace |
|
clear()
public ToolUse.WebhookToolTrace.Builder clear()| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
|
clearWebhookTag()
public ToolUse.WebhookToolTrace.Builder clearWebhookTag()Optional. The tag of the webhook.
string webhook_tag = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
This builder for chaining. |
clearWebhookUri()
public ToolUse.WebhookToolTrace.Builder clearWebhookUri()Optional. The url of the webhook.
string webhook_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ToolUse.WebhookToolTrace getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getWebhookTag()
public String getWebhookTag()Optional. The tag of the webhook.
string webhook_tag = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The webhookTag. |
getWebhookTagBytes()
public ByteString getWebhookTagBytes()Optional. The tag of the webhook.
string webhook_tag = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for webhookTag. |
getWebhookUri()
public String getWebhookUri()Optional. The url of the webhook.
string webhook_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The webhookUri. |
getWebhookUriBytes()
public ByteString getWebhookUriBytes()Optional. The url of the webhook.
string webhook_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for webhookUri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ToolUse.WebhookToolTrace other)
public ToolUse.WebhookToolTrace.Builder mergeFrom(ToolUse.WebhookToolTrace other)| Parameter | |
|---|---|
| Name | Description |
other |
ToolUse.WebhookToolTrace |
| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ToolUse.WebhookToolTrace.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ToolUse.WebhookToolTrace.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
|
setWebhookTag(String value)
public ToolUse.WebhookToolTrace.Builder setWebhookTag(String value)Optional. The tag of the webhook.
string webhook_tag = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe webhookTag to set. |
| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
This builder for chaining. |
setWebhookTagBytes(ByteString value)
public ToolUse.WebhookToolTrace.Builder setWebhookTagBytes(ByteString value)Optional. The tag of the webhook.
string webhook_tag = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for webhookTag to set. |
| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
This builder for chaining. |
setWebhookUri(String value)
public ToolUse.WebhookToolTrace.Builder setWebhookUri(String value)Optional. The url of the webhook.
string webhook_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe webhookUri to set. |
| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
This builder for chaining. |
setWebhookUriBytes(ByteString value)
public ToolUse.WebhookToolTrace.Builder setWebhookUriBytes(ByteString value)Optional. The url of the webhook.
string webhook_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for webhookUri to set. |
| Returns | |
|---|---|
| Type | Description |
ToolUse.WebhookToolTrace.Builder |
This builder for chaining. |