public interface ResponseMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBody()
public abstract String getBody()The body of the response.
string body = 6;
| Type | Description |
| String | The body. |
getBodyBytes()
public abstract ByteString getBodyBytes()The body of the response.
string body = 6;
| Type | Description |
| ByteString | The bytes for body. |
getDuration()
public abstract Duration getDuration()Total time elapsed for the response.
.google.protobuf.Duration duration = 5;
| Type | Description |
| Duration | The duration. |
getDurationOrBuilder()
public abstract DurationOrBuilder getDurationOrBuilder()Total time elapsed for the response.
.google.protobuf.Duration duration = 5;
| Type | Description |
| DurationOrBuilder |
getError()
public abstract String getError()Error message received when making the ad request.
string error = 1;
| Type | Description |
| String | The error. |
getErrorBytes()
public abstract ByteString getErrorBytes()Error message received when making the ad request.
string error = 1;
| Type | Description |
| ByteString | The bytes for error. |
getHeaders()
public abstract Struct getHeaders()Headers from the response.
.google.protobuf.Struct headers = 2;
| Type | Description |
| Struct | The headers. |
getHeadersOrBuilder()
public abstract StructOrBuilder getHeadersOrBuilder()Headers from the response.
.google.protobuf.Struct headers = 2;
| Type | Description |
| StructOrBuilder |
getSizeBytes()
public abstract int getSizeBytes()Size in bytes of the response.
int32 size_bytes = 4;
| Type | Description |
| int | The sizeBytes. |
getStatusCode()
public abstract String getStatusCode()Status code for the response.
string status_code = 3;
| Type | Description |
| String | The statusCode. |
getStatusCodeBytes()
public abstract ByteString getStatusCodeBytes()Status code for the response.
string status_code = 3;
| Type | Description |
| ByteString | The bytes for statusCode. |
hasDuration()
public abstract boolean hasDuration()Total time elapsed for the response.
.google.protobuf.Duration duration = 5;
| Type | Description |
| boolean | Whether the duration field is set. |
hasHeaders()
public abstract boolean hasHeaders()Headers from the response.
.google.protobuf.Struct headers = 2;
| Type | Description |
| boolean | Whether the headers field is set. |