public interface AdRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRequestMetadata()
public abstract RequestMetadata getRequestMetadata()The request metadata used to make the ad request.
.google.cloud.video.stitcher.v1.RequestMetadata request_metadata = 2;
| Type | Description |
| RequestMetadata | The requestMetadata. |
getRequestMetadataOrBuilder()
public abstract RequestMetadataOrBuilder getRequestMetadataOrBuilder()The request metadata used to make the ad request.
.google.cloud.video.stitcher.v1.RequestMetadata request_metadata = 2;
| Type | Description |
| RequestMetadataOrBuilder |
getResponseMetadata()
public abstract ResponseMetadata getResponseMetadata()The response metadata received from the ad request.
.google.cloud.video.stitcher.v1.ResponseMetadata response_metadata = 3;
| Type | Description |
| ResponseMetadata | The responseMetadata. |
getResponseMetadataOrBuilder()
public abstract ResponseMetadataOrBuilder getResponseMetadataOrBuilder()The response metadata received from the ad request.
.google.cloud.video.stitcher.v1.ResponseMetadata response_metadata = 3;
| Type | Description |
| ResponseMetadataOrBuilder |
getUri()
public abstract String getUri()The ad tag URI processed with integrated macros.
string uri = 1;
| Type | Description |
| String | The uri. |
getUriBytes()
public abstract ByteString getUriBytes()The ad tag URI processed with integrated macros.
string uri = 1;
| Type | Description |
| ByteString | The bytes for uri. |
hasRequestMetadata()
public abstract boolean hasRequestMetadata()The request metadata used to make the ad request.
.google.cloud.video.stitcher.v1.RequestMetadata request_metadata = 2;
| Type | Description |
| boolean | Whether the requestMetadata field is set. |
hasResponseMetadata()
public abstract boolean hasResponseMetadata()The response metadata received from the ad request.
.google.cloud.video.stitcher.v1.ResponseMetadata response_metadata = 3;
| Type | Description |
| boolean | Whether the responseMetadata field is set. |