public static interface ToolUse.WebhookToolTraceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getWebhookTag()
public abstract 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 abstract 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 abstract 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 abstract 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. |