Interface AdRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdRequest
,AdRequest.Builder
public interface AdRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestMetadata
getRequestMetadata()
The request metadata used to make the ad request.RequestMetadataOrBuilder
getRequestMetadataOrBuilder()
The request metadata used to make the ad request.ResponseMetadata
getResponseMetadata()
The response metadata received from the ad request.ResponseMetadataOrBuilder
getResponseMetadataOrBuilder()
The response metadata received from the ad request.String
getUri()
The ad tag URI processed with integrated macros.com.google.protobuf.ByteString
getUriBytes()
The ad tag URI processed with integrated macros.boolean
hasRequestMetadata()
The request metadata used to make the ad request.boolean
hasResponseMetadata()
The response metadata received from the ad request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUri
String getUri()
The ad tag URI processed with integrated macros.
string uri = 1;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
The ad tag URI processed with integrated macros.
string uri = 1;
- Returns:
- The bytes for uri.
-
hasRequestMetadata
boolean hasRequestMetadata()
The request metadata used to make the ad request.
.google.cloud.video.stitcher.v1.RequestMetadata request_metadata = 2;
- Returns:
- Whether the requestMetadata field is set.
-
getRequestMetadata
RequestMetadata getRequestMetadata()
The request metadata used to make the ad request.
.google.cloud.video.stitcher.v1.RequestMetadata request_metadata = 2;
- Returns:
- The requestMetadata.
-
getRequestMetadataOrBuilder
RequestMetadataOrBuilder getRequestMetadataOrBuilder()
The request metadata used to make the ad request.
.google.cloud.video.stitcher.v1.RequestMetadata request_metadata = 2;
-
hasResponseMetadata
boolean hasResponseMetadata()
The response metadata received from the ad request.
.google.cloud.video.stitcher.v1.ResponseMetadata response_metadata = 3;
- Returns:
- Whether the responseMetadata field is set.
-
getResponseMetadata
ResponseMetadata getResponseMetadata()
The response metadata received from the ad request.
.google.cloud.video.stitcher.v1.ResponseMetadata response_metadata = 3;
- Returns:
- The responseMetadata.
-
getResponseMetadataOrBuilder
ResponseMetadataOrBuilder getResponseMetadataOrBuilder()
The response metadata received from the ad request.
.google.cloud.video.stitcher.v1.ResponseMetadata response_metadata = 3;
-
-