Interface ReceiveTriggerWebhookRequestOrBuilder (3.82.0)

publicinterface ReceiveTriggerWebhookRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

publicabstractHttpBodygetBody()

HTTP request body.

.google.api.HttpBody body = 1;

Returns
Type Description
com.google.api.HttpBody

The body.

getBodyOrBuilder()

publicabstractHttpBodyOrBuildergetBodyOrBuilder()

HTTP request body.

.google.api.HttpBody body = 1;

Returns
Type Description
com.google.api.HttpBodyOrBuilder

getName()

publicabstractStringgetName()

The name of the ReceiveTriggerWebhook to retrieve. Format: projects/{project}/locations/{location}/triggers/{trigger}

string name = 5;

Returns
Type Description
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

The name of the ReceiveTriggerWebhook to retrieve. Format: projects/{project}/locations/{location}/triggers/{trigger}

string name = 5;

Returns
Type Description
ByteString

The bytes for name.

getProjectId()

publicabstractStringgetProjectId()

Project in which the specified trigger lives

string project_id = 2;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

publicabstractByteStringgetProjectIdBytes()

Project in which the specified trigger lives

string project_id = 2;

Returns
Type Description
ByteString

The bytes for projectId.

getSecret()

publicabstractStringgetSecret()

Secret token used for authorization if an OAuth token isn't provided.

string secret = 4;

Returns
Type Description
String

The secret.

getSecretBytes()

publicabstractByteStringgetSecretBytes()

Secret token used for authorization if an OAuth token isn't provided.

string secret = 4;

Returns
Type Description
ByteString

The bytes for secret.

getTrigger()

publicabstractStringgetTrigger()

Name of the trigger to run the payload against

string trigger = 3;

Returns
Type Description
String

The trigger.

getTriggerBytes()

publicabstractByteStringgetTriggerBytes()

Name of the trigger to run the payload against

string trigger = 3;

Returns
Type Description
ByteString

The bytes for trigger.

hasBody()

publicabstractbooleanhasBody()

HTTP request body.

.google.api.HttpBody body = 1;

Returns
Type Description
boolean

Whether the body field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.