Class GetWebhookRequest.Builder (0.94.0)

public static final class GetWebhookRequest.Builder extends GeneratedMessage.Builder<GetWebhookRequest.Builder> implements GetWebhookRequestOrBuilder

The request message for Webhooks.GetWebhook.

Protobuf type google.cloud.dialogflow.cx.v3.GetWebhookRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetWebhookRequest build()
Returns
Type Description
GetWebhookRequest

buildPartial()

public GetWebhookRequest buildPartial()
Returns
Type Description
GetWebhookRequest

clear()

public GetWebhookRequest.Builder clear()
Returns
Type Description
GetWebhookRequest.Builder
Overrides

clearName()

public GetWebhookRequest.Builder clearName()

Required. The name of the webhook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/webhooks/<WebhookID>.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetWebhookRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetWebhookRequest getDefaultInstanceForType()
Returns
Type Description
GetWebhookRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the webhook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/webhooks/<WebhookID>.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the webhook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/webhooks/<WebhookID>.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetWebhookRequest other)

public GetWebhookRequest.Builder mergeFrom(GetWebhookRequest other)
Parameter
Name Description
other GetWebhookRequest
Returns
Type Description
GetWebhookRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetWebhookRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetWebhookRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetWebhookRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetWebhookRequest.Builder
Overrides

setName(String value)

public GetWebhookRequest.Builder setName(String value)

Required. The name of the webhook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/webhooks/<WebhookID>.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetWebhookRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetWebhookRequest.Builder setNameBytes(ByteString value)

Required. The name of the webhook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/webhooks/<WebhookID>.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetWebhookRequest.Builder

This builder for chaining.