Class WebhookName.Builder (0.54.0)

public static class WebhookName.Builder

Builder for projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}.

Inheritance

java.lang.Object > WebhookName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public WebhookName build()
Returns
Type Description
WebhookName

getAgent()

public String getAgent()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getWebhook()

public String getWebhook()
Returns
Type Description
String

setAgent(String agent)

public WebhookName.Builder setAgent(String agent)
Parameter
Name Description
agent String
Returns
Type Description
WebhookName.Builder

setLocation(String location)

public WebhookName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
WebhookName.Builder

setProject(String project)

public WebhookName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
WebhookName.Builder

setWebhook(String webhook)

public WebhookName.Builder setWebhook(String webhook)
Parameter
Name Description
webhook String
Returns
Type Description
WebhookName.Builder