public interface ReceiveTriggerWebhookRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBody()
public abstract HttpBody getBody()
HTTP request body.
.google.api.HttpBody body = 1;
Returns | |
---|---|
Type | Description |
com.google.api.HttpBody | The body. |
getBodyOrBuilder()
public abstract HttpBodyOrBuilder getBodyOrBuilder()
HTTP request body.
.google.api.HttpBody body = 1;
Returns | |
---|---|
Type | Description |
com.google.api.HttpBodyOrBuilder |
getName()
public abstract String getName()
The name of the ReceiveTriggerWebhook
to retrieve.
Format: projects/{project}/locations/{location}/triggers/{trigger}
string name = 5;
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
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. |