public interface WebhookNotificationCloudLogOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHttpResponse()
public abstract HttpResponse getHttpResponse()Required. Represents the HTTP response. This message includes the status code, reason phrase, headers, and body.
.google.rpc.HttpResponse http_response = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.HttpResponse |
The httpResponse. |
getHttpResponseOrBuilder()
public abstract HttpResponseOrBuilder getHttpResponseOrBuilder()Required. Represents the HTTP response. This message includes the status code, reason phrase, headers, and body.
.google.rpc.HttpResponse http_response = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.HttpResponseOrBuilder |
|
hasHttpResponse()
public abstract boolean hasHttpResponse()Required. Represents the HTTP response. This message includes the status code, reason phrase, headers, and body.
.google.rpc.HttpResponse http_response = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the httpResponse field is set. |