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 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;