Interface ResponseMetadataOrBuilder (0.41.0)

public interface ResponseMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

public abstract String getBody()

The body of the response.

string body = 6;

Returns
TypeDescription
String

The body.

getBodyBytes()

public abstract ByteString getBodyBytes()

The body of the response.

string body = 6;

Returns
TypeDescription
ByteString

The bytes for body.

getDuration()

public abstract Duration getDuration()

Total time elapsed for the response.

.google.protobuf.Duration duration = 5;

Returns
TypeDescription
Duration

The duration.

getDurationOrBuilder()

public abstract DurationOrBuilder getDurationOrBuilder()

Total time elapsed for the response.

.google.protobuf.Duration duration = 5;

Returns
TypeDescription
DurationOrBuilder

getError()

public abstract String getError()

Error message received when making the ad request.

string error = 1;

Returns
TypeDescription
String

The error.

getErrorBytes()

public abstract ByteString getErrorBytes()

Error message received when making the ad request.

string error = 1;

Returns
TypeDescription
ByteString

The bytes for error.

getHeaders()

public abstract Struct getHeaders()

Headers from the response.

.google.protobuf.Struct headers = 2;

Returns
TypeDescription
Struct

The headers.

getHeadersOrBuilder()

public abstract StructOrBuilder getHeadersOrBuilder()

Headers from the response.

.google.protobuf.Struct headers = 2;

Returns
TypeDescription
StructOrBuilder

getSizeBytes()

public abstract int getSizeBytes()

Size in bytes of the response.

int32 size_bytes = 4;

Returns
TypeDescription
int

The sizeBytes.

getStatusCode()

public abstract String getStatusCode()

Status code for the response.

string status_code = 3;

Returns
TypeDescription
String

The statusCode.

getStatusCodeBytes()

public abstract ByteString getStatusCodeBytes()

Status code for the response.

string status_code = 3;

Returns
TypeDescription
ByteString

The bytes for statusCode.

hasDuration()

public abstract boolean hasDuration()

Total time elapsed for the response.

.google.protobuf.Duration duration = 5;

Returns
TypeDescription
boolean

Whether the duration field is set.

hasHeaders()

public abstract boolean hasHeaders()

Headers from the response.

.google.protobuf.Struct headers = 2;

Returns
TypeDescription
boolean

Whether the headers field is set.