Skip to content

Commit

Permalink
chore: regenerate displayvideo client (#18331)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 11, 2023
1 parent 4e0d4a2 commit 794e911
Show file tree
Hide file tree
Showing 27 changed files with 110 additions and 124 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-displayvideo/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-displayvideo</artifactId>
<version>v2-rev20230921-2.0.0</version>
<version>v2-rev20231009-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20230921-2.0.0'
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20231009-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12755,9 +12755,8 @@ public class AssignedLocations {

/**
* Bulk edits multiple assignments between locations and a single location list. The operation will
* delete the assigned locations provided in
* BulkEditAssignedLocationsRequest.deleted_assigned_locations and then create the assigned
* locations provided in BulkEditAssignedLocationsRequest.created_assigned_locations.
* delete the assigned locations provided in deletedAssignedLocations and then create the assigned
* locations provided in createdAssignedLocations.
*
* Create a request for the method "assignedLocations.bulkEdit".
*
Expand All @@ -12784,9 +12783,8 @@ public class BulkEdit extends DisplayVideoRequest<com.google.api.services.displa

/**
* Bulk edits multiple assignments between locations and a single location list. The operation
* will delete the assigned locations provided in
* BulkEditAssignedLocationsRequest.deleted_assigned_locations and then create the assigned
* locations provided in BulkEditAssignedLocationsRequest.created_assigned_locations.
* will delete the assigned locations provided in deletedAssignedLocations and then create the
* assigned locations provided in createdAssignedLocations.
*
* Create a request for the method "assignedLocations.bulkEdit".
*
Expand Down Expand Up @@ -17583,8 +17581,8 @@ public YoutubeAdGroups youtubeAdGroups() {
public class YoutubeAdGroups {

/**
* Lists assigned targeting options for multiple YouTube ad groups across targeting types.
* Inherieted assigned targeting options are not included.
* Lists assigned targeting options for multiple YouTube ad groups across targeting types. Inherited
* assigned targeting options are not included.
*
* Create a request for the method "youtubeAdGroups.bulkListAdGroupAssignedTargetingOptions".
*
Expand All @@ -17610,7 +17608,7 @@ public class BulkListAdGroupAssignedTargetingOptions extends DisplayVideoRequest

/**
* Lists assigned targeting options for multiple YouTube ad groups across targeting types.
* Inherieted assigned targeting options are not included.
* Inherited assigned targeting options are not included.
*
* Create a request for the method "youtubeAdGroups.bulkListAdGroupAssignedTargetingOptions".
*
Expand Down Expand Up @@ -17756,28 +17754,26 @@ public BulkListAdGroupAssignedTargetingOptions setFilter(java.lang.String filter
}

/**
* Optional. Field by which to sort the list. Acceptable values are: * `youtubeAdGroupId`
* (acceptable in v2) * `adGroupId` (acceptable in v3) *
* `assignedTargetingOption.targetingType` The default sorting order is ascending. To
* Optional. Field by which to sort the list. Acceptable values are: * `adGroupId` (default)
* * `assignedTargetingOption.targetingType` The default sorting order is ascending. To
* specify descending order for a field, a suffix "desc" should be added to the field name.
* Example: `targetingType desc`.
*/
@com.google.api.client.util.Key
private java.lang.String orderBy;

/** Optional. Field by which to sort the list. Acceptable values are: * `youtubeAdGroupId` (acceptable
in v2) * `adGroupId` (acceptable in v3) * `assignedTargetingOption.targetingType` The default
sorting order is ascending. To specify descending order for a field, a suffix "desc" should be
added to the field name. Example: `targetingType desc`.
/** Optional. Field by which to sort the list. Acceptable values are: * `adGroupId` (default) *
`assignedTargetingOption.targetingType` The default sorting order is ascending. To specify
descending order for a field, a suffix "desc" should be added to the field name. Example:
`targetingType desc`.
*/
public java.lang.String getOrderBy() {
return orderBy;
}

/**
* Optional. Field by which to sort the list. Acceptable values are: * `youtubeAdGroupId`
* (acceptable in v2) * `adGroupId` (acceptable in v3) *
* `assignedTargetingOption.targetingType` The default sorting order is ascending. To
* Optional. Field by which to sort the list. Acceptable values are: * `adGroupId` (default)
* * `assignedTargetingOption.targetingType` The default sorting order is ascending. To
* specify descending order for a field, a suffix "desc" should be added to the field name.
* Example: `targetingType desc`.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final class Advertiser extends com.google.api.client.json.GenericJson {
private java.lang.Long advertiserId;

/**
* Billing related settings of the advertiser.
* Required. Billing related settings of the advertiser.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -174,15 +174,15 @@ public Advertiser setAdvertiserId(java.lang.Long advertiserId) {
}

/**
* Billing related settings of the advertiser.
* Required. Billing related settings of the advertiser.
* @return value or {@code null} for none
*/
public AdvertiserBillingConfig getBillingConfig() {
return billingConfig;
}

/**
* Billing related settings of the advertiser.
* Required. Billing related settings of the advertiser.
* @param billingConfig billingConfig or {@code null} for none
*/
public Advertiser setBillingConfig(AdvertiserBillingConfig billingConfig) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,22 @@
public final class AdvertiserBillingConfig extends com.google.api.client.json.GenericJson {

/**
* The ID of a billing profile assigned to the advertiser. This field will default to the default
* billing profile ID of the advertiser's parent partner if a value is not provided.
* The ID of a billing profile assigned to the advertiser.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long billingProfileId;

/**
* The ID of a billing profile assigned to the advertiser. This field will default to the default
* billing profile ID of the advertiser's parent partner if a value is not provided.
* The ID of a billing profile assigned to the advertiser.
* @return value or {@code null} for none
*/
public java.lang.Long getBillingProfileId() {
return billingProfileId;
}

/**
* The ID of a billing profile assigned to the advertiser. This field will default to the default
* billing profile ID of the advertiser's parent partner if a value is not provided.
* The ID of a billing profile assigned to the advertiser.
* @param billingProfileId billingProfileId or {@code null} for none
*/
public AdvertiserBillingConfig setBillingProfileId(java.lang.Long billingProfileId) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,31 @@
public final class AgeRangeAssignedTargetingOptionDetails extends com.google.api.client.json.GenericJson {

/**
* The age range of an audience. We only support targeting a continuous age range of an audience.
* Thus, the age range represented in this field can be 1) targeted solely, or, 2) part of a
* larger continuous age range. The reach of a continuous age range targeting can be expanded by
* also targeting an audience of an unknown age. Output only in v1. Required in v2.
* Required. The age range of an audience. We only support targeting a continuous age range of an
* audience. Thus, the age range represented in this field can be 1) targeted solely, or, 2) part
* of a larger continuous age range. The reach of a continuous age range targeting can be expanded
* by also targeting an audience of an unknown age.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String ageRange;

/**
* The age range of an audience. We only support targeting a continuous age range of an audience.
* Thus, the age range represented in this field can be 1) targeted solely, or, 2) part of a
* larger continuous age range. The reach of a continuous age range targeting can be expanded by
* also targeting an audience of an unknown age. Output only in v1. Required in v2.
* Required. The age range of an audience. We only support targeting a continuous age range of an
* audience. Thus, the age range represented in this field can be 1) targeted solely, or, 2) part
* of a larger continuous age range. The reach of a continuous age range targeting can be expanded
* by also targeting an audience of an unknown age.
* @return value or {@code null} for none
*/
public java.lang.String getAgeRange() {
return ageRange;
}

/**
* The age range of an audience. We only support targeting a continuous age range of an audience.
* Thus, the age range represented in this field can be 1) targeted solely, or, 2) part of a
* larger continuous age range. The reach of a continuous age range targeting can be expanded by
* also targeting an audience of an unknown age. Output only in v1. Required in v2.
* Required. The age range of an audience. We only support targeting a continuous age range of an
* audience. Thus, the age range represented in this field can be 1) targeted solely, or, 2) part
* of a larger continuous age range. The reach of a continuous age range targeting can be expanded
* by also targeting an audience of an unknown age.
* @param ageRange ageRange or {@code null} for none
*/
public AgeRangeAssignedTargetingOptionDetails setAgeRange(java.lang.String ageRange) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
package com.google.api.services.displayvideo.v2.model;

/**
* An assignment between a location list and a relevant targeting option. Currently, geo region
* targeting options are the only supported option for assignment.
* An assignment between a location list and a relevant targeting option.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation
Expand Down Expand Up @@ -47,9 +46,7 @@ public final class AssignedLocation extends com.google.api.client.json.GenericJs
private java.lang.String name;

/**
* Required. The ID of the targeting option assigned to the location list. Assigned locations can
* only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting
* assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
* Required. The ID of the targeting option assigned to the location list.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -92,19 +89,15 @@ public AssignedLocation setName(java.lang.String name) {
}

/**
* Required. The ID of the targeting option assigned to the location list. Assigned locations can
* only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting
* assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
* Required. The ID of the targeting option assigned to the location list.
* @return value or {@code null} for none
*/
public java.lang.String getTargetingOptionId() {
return targetingOptionId;
}

/**
* Required. The ID of the targeting option assigned to the location list. Assigned locations can
* only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting
* assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
* Required. The ID of the targeting option assigned to the location list.
* @param targetingOptionId targetingOptionId or {@code null} for none
*/
public AssignedLocation setTargetingOptionId(java.lang.String targetingOptionId) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
public final class AudioContentTypeAssignedTargetingOptionDetails extends com.google.api.client.json.GenericJson {

/**
* The audio content type. Output only in v1. Required in v2.
* Required. The audio content type.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String audioContentType;

/**
* The audio content type. Output only in v1. Required in v2.
* Required. The audio content type.
* @return value or {@code null} for none
*/
public java.lang.String getAudioContentType() {
return audioContentType;
}

/**
* The audio content type. Output only in v1. Required in v2.
* Required. The audio content type.
* @param audioContentType audioContentType or {@code null} for none
*/
public AudioContentTypeAssignedTargetingOptionDetails setAudioContentType(java.lang.String audioContentType) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public final class BulkEditAssignedLocationsRequest extends com.google.api.client.json.GenericJson {

/**
* The assigned locations to create in bulk, specified as a list of AssignedLocations.
* The assigned locations to create in bulk, specified as a list of AssignedLocation resources.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -44,23 +44,23 @@ public final class BulkEditAssignedLocationsRequest extends com.google.api.clien
}

/**
* The IDs of the assigned locations to delete in bulk, specified as a list of
* assigned_location_ids.
* The IDs of the assigned locations to delete in bulk, specified as a list of assignedLocationId
* values.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.util.List<java.lang.Long> deletedAssignedLocations;

/**
* The assigned locations to create in bulk, specified as a list of AssignedLocations.
* The assigned locations to create in bulk, specified as a list of AssignedLocation resources.
* @return value or {@code null} for none
*/
public java.util.List<AssignedLocation> getCreatedAssignedLocations() {
return createdAssignedLocations;
}

/**
* The assigned locations to create in bulk, specified as a list of AssignedLocations.
* The assigned locations to create in bulk, specified as a list of AssignedLocation resources.
* @param createdAssignedLocations createdAssignedLocations or {@code null} for none
*/
public BulkEditAssignedLocationsRequest setCreatedAssignedLocations(java.util.List<AssignedLocation> createdAssignedLocations) {
Expand All @@ -69,17 +69,17 @@ public BulkEditAssignedLocationsRequest setCreatedAssignedLocations(java.util.Li
}

/**
* The IDs of the assigned locations to delete in bulk, specified as a list of
* assigned_location_ids.
* The IDs of the assigned locations to delete in bulk, specified as a list of assignedLocationId
* values.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.Long> getDeletedAssignedLocations() {
return deletedAssignedLocations;
}

/**
* The IDs of the assigned locations to delete in bulk, specified as a list of
* assigned_location_ids.
* The IDs of the assigned locations to delete in bulk, specified as a list of assignedLocationId
* values.
* @param deletedAssignedLocations deletedAssignedLocations or {@code null} for none
*/
public BulkEditAssignedLocationsRequest setDeletedAssignedLocations(java.util.List<java.lang.Long> deletedAssignedLocations) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.displayvideo.v2.model;

/**
* Response message for AssignedLocationService.BulkEditAssignedLocations.
* Model definition for BulkEditAssignedLocationsResponse.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public final class BulkListAdGroupAssignedTargetingOptionsResponse extends com.g
/**
* A token identifying the next page of results. This value should be specified as the pageToken
* in a subsequent call to `BulkListAdGroupAssignedTargetingOptions` to fetch the next page of
* results. This token will be absent if there are no more
* youtube_ad_group_assigned_targeting_options or ad_group_assigned_targeting_options to return.
* results. This token will be absent if there are no more AdGroupAssignedTargetingOption
* resources to return.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -51,8 +51,8 @@ public final class BulkListAdGroupAssignedTargetingOptionsResponse extends com.g
/**
* A token identifying the next page of results. This value should be specified as the pageToken
* in a subsequent call to `BulkListAdGroupAssignedTargetingOptions` to fetch the next page of
* results. This token will be absent if there are no more
* youtube_ad_group_assigned_targeting_options or ad_group_assigned_targeting_options to return.
* results. This token will be absent if there are no more AdGroupAssignedTargetingOption
* resources to return.
* @return value or {@code null} for none
*/
public java.lang.String getNextPageToken() {
Expand All @@ -62,8 +62,8 @@ public java.lang.String getNextPageToken() {
/**
* A token identifying the next page of results. This value should be specified as the pageToken
* in a subsequent call to `BulkListAdGroupAssignedTargetingOptions` to fetch the next page of
* results. This token will be absent if there are no more
* youtube_ad_group_assigned_targeting_options or ad_group_assigned_targeting_options to return.
* results. This token will be absent if there are no more AdGroupAssignedTargetingOption
* resources to return.
* @param nextPageToken nextPageToken or {@code null} for none
*/
public BulkListAdGroupAssignedTargetingOptionsResponse setNextPageToken(java.lang.String nextPageToken) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class ContentInstreamPositionAssignedTargetingOptionDetails extends
private java.lang.String adType;

/**
* The content instream position for video or audio ads. Output only in v1. Required in v2.
* Required. The content instream position for video or audio ads.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -76,15 +76,15 @@ public ContentInstreamPositionAssignedTargetingOptionDetails setAdType(java.lang
}

/**
* The content instream position for video or audio ads. Output only in v1. Required in v2.
* Required. The content instream position for video or audio ads.
* @return value or {@code null} for none
*/
public java.lang.String getContentInstreamPosition() {
return contentInstreamPosition;
}

/**
* The content instream position for video or audio ads. Output only in v1. Required in v2.
* Required. The content instream position for video or audio ads.
* @param contentInstreamPosition contentInstreamPosition or {@code null} for none
*/
public ContentInstreamPositionAssignedTargetingOptionDetails setContentInstreamPosition(java.lang.String contentInstreamPosition) {
Expand Down
Loading

0 comments on commit 794e911

Please sign in to comment.