-
Notifications
You must be signed in to change notification settings - Fork 461
Expand file tree
/
Copy pathContentBundleService.php
More file actions
29 lines (23 loc) · 3.8 KB
/
Copy pathContentBundleService.php
File metadata and controls
29 lines (23 loc) · 3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/ads/admanager/v1/content_bundle_service.proto
namespace GPBMetadata\Google\Ads\Admanager\V1;
class ContentBundleService
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Google\Ads\Admanager\V1\ContentBundleMessages::initOnce();
\GPBMetadata\Google\Api\Annotations::initOnce();
\GPBMetadata\Google\Api\Client::initOnce();
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
\GPBMetadata\Google\Api\Resource::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xAC\x11\x0A4google/ads/admanager/v1/content_bundle_service.proto\x12\x17google.ads.admanager.v1\x1A\x1Cgoogle/api/annotations.proto\x1A\x17google/api/client.proto\x1A\x1Fgoogle/api/field_behavior.proto\x1A\x19google/api/resource.proto\"W\x0A\x17GetContentBundleRequest\x12<\x0A\x04name\x18\x01 \x01(\x09B.\xE0A\x02\xFAA(\x0A&admanager.googleapis.com/ContentBundle\"\xC5\x01\x0A\x19ListContentBundlesRequest\x128\x0A\x06parent\x18\x01 \x01(\x09B(\xE0A\x02\xFAA\"\x0A admanager.googleapis.com/Network\x12\x16\x0A\x09page_size\x18\x02 \x01(\x05B\x03\xE0A\x01\x12\x17\x0A\x0Apage_token\x18\x03 \x01(\x09B\x03\xE0A\x01\x12\x13\x0A\x06filter\x18\x04 \x01(\x09B\x03\xE0A\x01\x12\x15\x0A\x08order_by\x18\x05 \x01(\x09B\x03\xE0A\x01\x12\x11\x0A\x04skip\x18\x06 \x01(\x05B\x03\xE0A\x01\"\x8A\x01\x0A\x1AListContentBundlesResponse\x12?\x0A\x0Fcontent_bundles\x18\x01 \x03(\x0B2&.google.ads.admanager.v1.ContentBundle\x12\x17\x0A\x0Fnext_page_token\x18\x02 \x01(\x09\x12\x12\x0A\x0Atotal_size\x18\x03 \x01(\x05\"\x9D\x01\x0A\"BatchActivateContentBundlesRequest\x128\x0A\x06parent\x18\x01 \x01(\x09B(\xE0A\x02\xFAA\"\x0A admanager.googleapis.com/Network\x12=\x0A\x05names\x18\x02 \x03(\x09B.\xE0A\x02\xFAA(\x0A&admanager.googleapis.com/ContentBundle\"%\x0A#BatchActivateContentBundlesResponse\"\x9F\x01\x0A\$BatchDeactivateContentBundlesRequest\x128\x0A\x06parent\x18\x01 \x01(\x09B(\xE0A\x02\xFAA\"\x0A admanager.googleapis.com/Network\x12=\x0A\x05names\x18\x02 \x03(\x09B.\xE0A\x02\xFAA(\x0A&admanager.googleapis.com/ContentBundle\"'\x0A%BatchDeactivateContentBundlesResponse2\xCF\x07\x0A\x14ContentBundleService\x12\xA3\x01\x0A\x10GetContentBundle\x120.google.ads.admanager.v1.GetContentBundleRequest\x1A&.google.ads.admanager.v1.ContentBundle\"5\xDAA\x04name\x82\xD3\xE4\x93\x02(\x12&/v1/{name=networks/*/contentBundles/*}\x12\xB6\x01\x0A\x12ListContentBundles\x122.google.ads.admanager.v1.ListContentBundlesRequest\x1A3.google.ads.admanager.v1.ListContentBundlesResponse\"7\xDAA\x06parent\x82\xD3\xE4\x93\x02(\x12&/v1/{parent=networks/*}/contentBundles\x12\xE8\x01\x0A\x1BBatchActivateContentBundles\x12;.google.ads.admanager.v1.BatchActivateContentBundlesRequest\x1A<.google.ads.admanager.v1.BatchActivateContentBundlesResponse\"N\xDAA\x0Cparent,names\x82\xD3\xE4\x93\x029\"4/v1/{parent=networks/*}/contentBundles:batchActivate:\x01*\x12\xF0\x01\x0A\x1DBatchDeactivateContentBundles\x12=.google.ads.admanager.v1.BatchDeactivateContentBundlesRequest\x1A>.google.ads.admanager.v1.BatchDeactivateContentBundlesResponse\"P\xDAA\x0Cparent,names\x82\xD3\xE4\x93\x02;\"6/v1/{parent=networks/*}/contentBundles:batchDeactivate:\x01*\x1Az\xCAA\x18admanager.googleapis.com\xD2A\\https://www.googleapis.com/auth/admanager,https://www.googleapis.com/auth/admanager.readonlyB\xCD\x01\x0A\x1Bcom.google.ads.admanager.v1B\x19ContentBundleServiceProtoP\x01Z@google.golang.org/genproto/googleapis/ads/admanager/v1;admanager\xAA\x02\x17Google.Ads.AdManager.V1\xCA\x02\x17Google\\Ads\\AdManager\\V1\xEA\x02\x1AGoogle::Ads::AdManager::V1b\x06proto3"
, true);
static::$is_initialized = true;
}
}