Class WebhookConfig.Builder (3.85.0)

public static final class WebhookConfig.Builder extends GeneratedMessage.Builder<WebhookConfig.Builder> implements WebhookConfigOrBuilder

WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL.

Protobuf type google.devtools.cloudbuild.v1.WebhookConfig

Static Methods

getDescriptor()

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

Methods

build()

public WebhookConfig build()
Returns
Type Description
WebhookConfig

buildPartial()

public WebhookConfig buildPartial()
Returns
Type Description
WebhookConfig

clear()

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

clearAuthMethod()

public WebhookConfig.Builder clearAuthMethod()
Returns
Type Description
WebhookConfig.Builder

clearSecret()

public WebhookConfig.Builder clearSecret()

Required. Resource name for the secret required as a URL parameter.

string secret = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
WebhookConfig.Builder

This builder for chaining.

clearState()

public WebhookConfig.Builder clearState()

Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.

.google.devtools.cloudbuild.v1.WebhookConfig.State state = 4;

Returns
Type Description
WebhookConfig.Builder

This builder for chaining.

getAuthMethodCase()

public WebhookConfig.AuthMethodCase getAuthMethodCase()
Returns
Type Description
WebhookConfig.AuthMethodCase

getDefaultInstanceForType()

public WebhookConfig getDefaultInstanceForType()
Returns
Type Description
WebhookConfig

getDescriptorForType()

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

getSecret()

public String getSecret()

Required. Resource name for the secret required as a URL parameter.

string secret = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The secret.

getSecretBytes()

public ByteString getSecretBytes()

Required. Resource name for the secret required as a URL parameter.

string secret = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for secret.

getState()

public WebhookConfig.State getState()

Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.

.google.devtools.cloudbuild.v1.WebhookConfig.State state = 4;

Returns
Type Description
WebhookConfig.State

The state.

getStateValue()

public int getStateValue()

Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.

.google.devtools.cloudbuild.v1.WebhookConfig.State state = 4;

Returns
Type Description
int

The enum numeric value on the wire for state.

hasSecret()

public boolean hasSecret()

Required. Resource name for the secret required as a URL parameter.

string secret = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the secret field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(WebhookConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setSecret(String value)

public WebhookConfig.Builder setSecret(String value)

Required. Resource name for the secret required as a URL parameter.

string secret = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The secret to set.

Returns
Type Description
WebhookConfig.Builder

This builder for chaining.

setSecretBytes(ByteString value)

public WebhookConfig.Builder setSecretBytes(ByteString value)

Required. Resource name for the secret required as a URL parameter.

string secret = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for secret to set.

Returns
Type Description
WebhookConfig.Builder

This builder for chaining.

setState(WebhookConfig.State value)

public WebhookConfig.Builder setState(WebhookConfig.State value)

Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.

.google.devtools.cloudbuild.v1.WebhookConfig.State state = 4;

Parameter
Name Description
value WebhookConfig.State

The state to set.

Returns
Type Description
WebhookConfig.Builder

This builder for chaining.

setStateValue(int value)

public WebhookConfig.Builder setStateValue(int value)

Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.

.google.devtools.cloudbuild.v1.WebhookConfig.State state = 4;

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
WebhookConfig.Builder

This builder for chaining.