Interface WebhookNotificationCloudLogOrBuilder (0.2.0)

public interface WebhookNotificationCloudLogOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.