@@ -1471,7 +1471,7 @@ public class AdGroupAds {
14711471 * parameters, call the {@link Get#execute()} method to invoke the remote operation.
14721472 *
14731473 * @param advertiserId Required. The ID of the advertiser this ad group ad belongs to.
1474- * @param adGroupAdId Required. The ID of the ad group ad to fetch.
1474+ * @param adGroupAdId Required. The ID of the ad to fetch.
14751475 * @return the request
14761476 */
14771477 public Get get(java.lang.Long advertiserId, java.lang.Long adGroupAdId) throws java.io.IOException {
@@ -1501,7 +1501,7 @@ public class Get extends DisplayVideoRequest<com.google.api.services.displayvide
15011501 * must be called to initialize this instance immediately after invoking the constructor. </p>
15021502 *
15031503 * @param advertiserId Required. The ID of the advertiser this ad group ad belongs to.
1504- * @param adGroupAdId Required. The ID of the ad group ad to fetch.
1504+ * @param adGroupAdId Required. The ID of the ad to fetch.
15051505 * @since 1.13
15061506 */
15071507 protected Get(java.lang.Long advertiserId, java.lang.Long adGroupAdId) {
@@ -1591,17 +1591,17 @@ public Get setAdvertiserId(java.lang.Long advertiserId) {
15911591 return this;
15921592 }
15931593
1594- /** Required. The ID of the ad group ad to fetch. */
1594+ /** Required. The ID of the ad to fetch. */
15951595 @com.google.api.client.util.Key
15961596 private java.lang.Long adGroupAdId;
15971597
1598- /** Required. The ID of the ad group ad to fetch.
1598+ /** Required. The ID of the ad to fetch.
15991599 */
16001600 public java.lang.Long getAdGroupAdId() {
16011601 return adGroupAdId;
16021602 }
16031603
1604- /** Required. The ID of the ad group ad to fetch. */
1604+ /** Required. The ID of the ad to fetch. */
16051605 public Get setAdGroupAdId(java.lang.Long adGroupAdId) {
16061606 this.adGroupAdId = adGroupAdId;
16071607 return this;
@@ -1620,7 +1620,7 @@ public Get set(String parameterName, Object value) {
16201620 * This request holds the parameters needed by the displayvideo server. After setting any optional
16211621 * parameters, call the {@link List#execute()} method to invoke the remote operation.
16221622 *
1623- * @param advertiserId Required. The ID of the advertiser the ad groups belongs to.
1623+ * @param advertiserId Required. The ID of the advertiser the ads belong to.
16241624 * @return the request
16251625 */
16261626 public List list(java.lang.Long advertiserId) throws java.io.IOException {
@@ -1646,7 +1646,7 @@ public class List extends DisplayVideoRequest<com.google.api.services.displayvid
16461646 * {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
16471647 * must be called to initialize this instance immediately after invoking the constructor. </p>
16481648 *
1649- * @param advertiserId Required. The ID of the advertiser the ad groups belongs to.
1649+ * @param advertiserId Required. The ID of the advertiser the ads belong to.
16501650 * @since 1.13
16511651 */
16521652 protected List(java.lang.Long advertiserId) {
@@ -1719,45 +1719,45 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
17191719 return (List) super.setUploadProtocol(uploadProtocol);
17201720 }
17211721
1722- /** Required. The ID of the advertiser the ad groups belongs to. */
1722+ /** Required. The ID of the advertiser the ads belong to. */
17231723 @com.google.api.client.util.Key
17241724 private java.lang.Long advertiserId;
17251725
1726- /** Required. The ID of the advertiser the ad groups belongs to.
1726+ /** Required. The ID of the advertiser the ads belong to.
17271727 */
17281728 public java.lang.Long getAdvertiserId() {
17291729 return advertiserId;
17301730 }
17311731
1732- /** Required. The ID of the advertiser the ad groups belongs to. */
1732+ /** Required. The ID of the advertiser the ads belong to. */
17331733 public List setAdvertiserId(java.lang.Long advertiserId) {
17341734 this.advertiserId = advertiserId;
17351735 return this;
17361736 }
17371737
17381738 /**
1739- * Optional. Allows filtering by custom ad group ad fields. Supported syntax: * Filter
1740- * expressions are made up of one or more restrictions. * Restrictions can be combined by
1741- * `AND` and ` OR`. A sequence of restrictions implicitly uses `AND`. * A restriction has the
1742- * form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator.
1743- * Supported fields: * `adGroupId` * `displayName` * `entityStatus` * `adGroupAdId`
1744- * Examples: * All ad group ads under an ad group: `adGroupId="1234"` * All ad group ads
1745- * under an ad group with an entityStatus of `ENTITY_STATUS_ACTIVE` or
1746- * `ENTITY_STATUS_PAUSED`: ` (entityStatus="ENTITY_STATUS_ACTIVE" OR
1747- * entityStatus="ENTITY_STATUS_PAUSED") AND adGroupId="12345"` The length of this field
1748- * should be no more than 500 characters. Reference our [filter `LIST` requests](/display-
1749- * video/api/guides/how-tos/filters) guide for more information.
1739+ * Optional. Allows filtering by ad group ad fields. Supported syntax: * Filter expressions
1740+ * are made up of one or more restrictions. * Restrictions can be combined by `AND` and
1741+ * `OR`. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of
1742+ * `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported
1743+ * fields: * `adGroupId` * `displayName` * `entityStatus` * `adGroupAdId` Examples: * All ad
1744+ * group ads under an ad group: `adGroupId="1234"` * All ad group ads under an ad group with
1745+ * an entityStatus of `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`:
1746+ * `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND
1747+ * adGroupId="12345"` The length of this field should be no more than 500 characters.
1748+ * Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide
1749+ * for more information.
17501750 */
17511751 @com.google.api.client.util.Key
17521752 private java.lang.String filter;
17531753
1754- /** Optional. Allows filtering by custom ad group ad fields. Supported syntax: * Filter expressions are
1755- made up of one or more restrictions. * Restrictions can be combined by `AND` and `OR`. A sequence
1756- of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator}
1757- {value}`. * All fields must use the `EQUALS (=)` operator. Supported fields: * `adGroupId` *
1758- `displayName` * ` entityStatus` * `adGroupAdId` Examples: * All ad group ads under an ad group:
1759- `adGroupId="1234"` * All ad group ads under an ad group with an entityStatus of
1760- `ENTITY_STATUS_ACTIVE` or ` ENTITY_STATUS_PAUSED`: `(entityStatus="ENTITY_STATUS_ACTIVE" OR
1754+ /** Optional. Allows filtering by ad group ad fields. Supported syntax: * Filter expressions are made
1755+ up of one or more restrictions. * Restrictions can be combined by `AND` and `OR`. A sequence of
1756+ restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. *
1757+ All fields must use the `EQUALS (=)` operator. Supported fields: * `adGroupId` * `displayName ` *
1758+ `entityStatus` * `adGroupAdId` Examples: * All ad group ads under an ad group: `adGroupId="1234"` *
1759+ All ad group ads under an ad group with an entityStatus of `ENTITY_STATUS_ACTIVE` or
1760+ `ENTITY_STATUS_PAUSED`: `(entityStatus="ENTITY_STATUS_ACTIVE" OR
17611761 entityStatus="ENTITY_STATUS_PAUSED") AND adGroupId="12345"` The length of this field should be no
17621762 more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-
17631763 tos/filters) guide for more information.
@@ -1767,17 +1767,17 @@ public java.lang.String getFilter() {
17671767 }
17681768
17691769 /**
1770- * Optional. Allows filtering by custom ad group ad fields. Supported syntax: * Filter
1771- * expressions are made up of one or more restrictions. * Restrictions can be combined by
1772- * `AND` and ` OR`. A sequence of restrictions implicitly uses `AND`. * A restriction has the
1773- * form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator.
1774- * Supported fields: * `adGroupId` * `displayName` * `entityStatus` * `adGroupAdId`
1775- * Examples: * All ad group ads under an ad group: `adGroupId="1234"` * All ad group ads
1776- * under an ad group with an entityStatus of `ENTITY_STATUS_ACTIVE` or
1777- * `ENTITY_STATUS_PAUSED`: ` (entityStatus="ENTITY_STATUS_ACTIVE" OR
1778- * entityStatus="ENTITY_STATUS_PAUSED") AND adGroupId="12345"` The length of this field
1779- * should be no more than 500 characters. Reference our [filter `LIST` requests](/display-
1780- * video/api/guides/how-tos/filters) guide for more information.
1770+ * Optional. Allows filtering by ad group ad fields. Supported syntax: * Filter expressions
1771+ * are made up of one or more restrictions. * Restrictions can be combined by `AND` and
1772+ * `OR`. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of
1773+ * `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported
1774+ * fields: * `adGroupId` * `displayName` * `entityStatus` * `adGroupAdId` Examples: * All ad
1775+ * group ads under an ad group: `adGroupId="1234"` * All ad group ads under an ad group with
1776+ * an entityStatus of `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`:
1777+ * `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND
1778+ * adGroupId="12345"` The length of this field should be no more than 500 characters.
1779+ * Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide
1780+ * for more information.
17811781 */
17821782 public List setFilter(java.lang.String filter) {
17831783 this.filter = filter;
0 commit comments