google-ads-ad_manager-v1 1.1.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +4 -4
- data/README.md +4 -4
- data/lib/google/ads/ad_manager/v1/ad_break_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/ad_break_service/paths.rb +69 -0
- data/lib/google/ads/ad_manager/v1/ad_break_service/rest/client.rb +854 -0
- data/lib/google/ads/ad_manager/v1/ad_break_service/rest/service_stub.rb +432 -0
- data/lib/google/ads/ad_manager/v1/ad_break_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/ad_break_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/ad_unit_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/bandwidth_group_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/bandwidth_group_service/paths.rb +64 -0
- data/lib/google/ads/ad_manager/v1/bandwidth_group_service/rest/client.rb +538 -0
- data/lib/google/ads/ad_manager/v1/bandwidth_group_service/rest/service_stub.rb +203 -0
- data/lib/google/ads/ad_manager/v1/bandwidth_group_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/bandwidth_group_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/company_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/custom_field_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/custom_targeting_key_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/paths.rb +9 -14
- data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/rest/client.rb +2 -2
- data/lib/google/ads/ad_manager/v1/custom_targeting_value_service/rest/service_stub.rb +14 -0
- data/lib/google/ads/ad_manager/v1/device_category_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/device_category_service/paths.rb +64 -0
- data/lib/google/ads/ad_manager/v1/device_category_service/rest/client.rb +538 -0
- data/lib/google/ads/ad_manager/v1/device_category_service/rest/service_stub.rb +203 -0
- data/lib/google/ads/ad_manager/v1/device_category_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/device_category_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/entity_signals_mapping_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/geo_target_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/geo_target_service/paths.rb +64 -0
- data/lib/google/ads/ad_manager/v1/geo_target_service/rest/client.rb +538 -0
- data/lib/google/ads/ad_manager/v1/geo_target_service/rest/service_stub.rb +203 -0
- data/lib/google/ads/ad_manager/v1/geo_target_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/geo_target_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/network_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/network_service/rest/client.rb +1 -1
- data/lib/google/ads/ad_manager/v1/network_service/rest.rb +1 -1
- data/lib/google/ads/ad_manager/v1/network_service.rb +1 -1
- data/lib/google/ads/ad_manager/v1/operating_system_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/operating_system_service/paths.rb +64 -0
- data/lib/google/ads/ad_manager/v1/operating_system_service/rest/client.rb +538 -0
- data/lib/google/ads/ad_manager/v1/operating_system_service/rest/service_stub.rb +203 -0
- data/lib/google/ads/ad_manager/v1/operating_system_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/operating_system_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/operating_system_version_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/operating_system_version_service/paths.rb +64 -0
- data/lib/google/ads/ad_manager/v1/operating_system_version_service/rest/client.rb +541 -0
- data/lib/google/ads/ad_manager/v1/operating_system_version_service/rest/service_stub.rb +203 -0
- data/lib/google/ads/ad_manager/v1/operating_system_version_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/operating_system_version_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/order_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/placement_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/private_auction_deal_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/private_auction_deal_service/paths.rb +217 -0
- data/lib/google/ads/ad_manager/v1/private_auction_deal_service/rest/client.rb +719 -0
- data/lib/google/ads/ad_manager/v1/private_auction_deal_service/rest/service_stub.rb +327 -0
- data/lib/google/ads/ad_manager/v1/private_auction_deal_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/private_auction_deal_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/private_auction_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/private_auction_service/paths.rb +81 -0
- data/lib/google/ads/ad_manager/v1/private_auction_service/rest/client.rb +718 -0
- data/lib/google/ads/ad_manager/v1/private_auction_service/rest/service_stub.rb +327 -0
- data/lib/google/ads/ad_manager/v1/private_auction_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/private_auction_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/credentials.rb +47 -0
- data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/paths.rb +64 -0
- data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/rest/client.rb +539 -0
- data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/rest/service_stub.rb +203 -0
- data/lib/google/ads/ad_manager/v1/programmatic_buyer_service/rest.rb +52 -0
- data/lib/google/ads/ad_manager/v1/programmatic_buyer_service.rb +48 -0
- data/lib/google/ads/ad_manager/v1/report_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/report_service/rest/operations.rb +0 -7
- data/lib/google/ads/ad_manager/v1/rest.rb +10 -1
- data/lib/google/ads/ad_manager/v1/role_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/taxonomy_category_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/user_service/credentials.rb +3 -0
- data/lib/google/ads/ad_manager/v1/version.rb +1 -1
- data/lib/google/ads/ad_manager/v1.rb +10 -1
- data/lib/google/ads/admanager/v1/ad_break_messages_pb.rb +50 -0
- data/lib/google/ads/admanager/v1/ad_break_service_pb.rb +57 -0
- data/lib/google/ads/admanager/v1/ad_break_service_services_pb.rb +93 -0
- data/lib/google/ads/admanager/v1/ad_unit_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/ad_unit_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/bandwidth_group_messages_pb.rb +45 -0
- data/lib/google/ads/admanager/v1/bandwidth_group_service_pb.rb +51 -0
- data/lib/google/ads/admanager/v1/bandwidth_group_service_services_pb.rb +47 -0
- data/lib/google/ads/admanager/v1/{company_credit_status_enum_pb.rb → company_enums_pb.rb} +4 -2
- data/lib/google/ads/admanager/v1/company_messages_pb.rb +2 -3
- data/lib/google/ads/admanager/v1/company_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/contact_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/custom_field_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/custom_field_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/custom_targeting_key_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/custom_targeting_value_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/custom_targeting_value_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/deal_buyer_permission_type_enum_pb.rb +43 -0
- data/lib/google/ads/admanager/v1/device_category_messages_pb.rb +45 -0
- data/lib/google/ads/admanager/v1/device_category_service_pb.rb +51 -0
- data/lib/google/ads/admanager/v1/device_category_service_services_pb.rb +47 -0
- data/lib/google/ads/admanager/v1/early_ad_break_notification_enums_pb.rb +43 -0
- data/lib/google/ads/admanager/v1/entity_signals_mapping_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/entity_signals_mapping_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/geo_target_messages_pb.rb +45 -0
- data/lib/google/ads/admanager/v1/geo_target_service_pb.rb +51 -0
- data/lib/google/ads/admanager/v1/geo_target_service_services_pb.rb +47 -0
- data/lib/google/ads/admanager/v1/{company_type_enum_pb.rb → live_stream_event_messages_pb.rb} +6 -4
- data/lib/google/ads/admanager/v1/network_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/network_service_services_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/operating_system_messages_pb.rb +45 -0
- data/lib/google/ads/admanager/v1/operating_system_service_pb.rb +51 -0
- data/lib/google/ads/admanager/v1/operating_system_service_services_pb.rb +47 -0
- data/lib/google/ads/admanager/v1/operating_system_version_messages_pb.rb +45 -0
- data/lib/google/ads/admanager/v1/operating_system_version_service_pb.rb +51 -0
- data/lib/google/ads/admanager/v1/operating_system_version_service_services_pb.rb +47 -0
- data/lib/google/ads/admanager/v1/order_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/order_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/placement_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/placement_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/private_auction_deal_messages_pb.rb +56 -0
- data/lib/google/ads/admanager/v1/private_auction_deal_service_pb.rb +55 -0
- data/lib/google/ads/admanager/v1/private_auction_deal_service_services_pb.rb +51 -0
- data/lib/google/ads/admanager/v1/private_auction_messages_pb.rb +47 -0
- data/lib/google/ads/admanager/v1/private_auction_service_pb.rb +55 -0
- data/lib/google/ads/admanager/v1/private_auction_service_services_pb.rb +51 -0
- data/lib/google/ads/admanager/v1/private_marketplace_enums_pb.rb +43 -0
- data/lib/google/ads/admanager/v1/programmatic_buyer_messages_pb.rb +45 -0
- data/lib/google/ads/admanager/v1/programmatic_buyer_service_pb.rb +51 -0
- data/lib/google/ads/admanager/v1/programmatic_buyer_service_services_pb.rb +47 -0
- data/lib/google/ads/admanager/v1/report_messages_pb.rb +83 -0
- data/lib/google/ads/admanager/v1/report_service_pb.rb +4 -38
- data/lib/google/ads/admanager/v1/request_platform_enum_pb.rb +43 -0
- data/lib/google/ads/admanager/v1/role_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/role_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/targeted_video_bumper_type_enum_pb.rb +43 -0
- data/lib/google/ads/admanager/v1/targeting_pb.rb +63 -0
- data/lib/google/ads/admanager/v1/taxonomy_category_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/taxonomy_category_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/team_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/user_messages_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/user_service_pb.rb +1 -1
- data/lib/google/ads/admanager/v1/video_position_enum_pb.rb +43 -0
- data/proto_docs/google/ads/admanager/v1/ad_break_messages.rb +112 -0
- data/proto_docs/google/ads/admanager/v1/ad_break_service.rb +150 -0
- data/proto_docs/google/ads/admanager/v1/ad_unit_messages.rb +10 -9
- data/proto_docs/google/ads/admanager/v1/bandwidth_group_messages.rb +40 -0
- data/proto_docs/google/ads/admanager/v1/bandwidth_group_service.rb +99 -0
- data/proto_docs/google/ads/admanager/v1/{company_credit_status_enum.rb → company_enums.rb} +30 -1
- data/proto_docs/google/ads/admanager/v1/company_messages.rb +3 -3
- data/proto_docs/google/ads/admanager/v1/contact_messages.rb +3 -4
- data/proto_docs/google/ads/admanager/v1/custom_field_messages.rb +3 -3
- data/proto_docs/google/ads/admanager/v1/custom_field_value.rb +0 -1
- data/proto_docs/google/ads/admanager/v1/custom_targeting_value_messages.rb +6 -1
- data/proto_docs/google/ads/admanager/v1/custom_targeting_value_service.rb +2 -2
- data/proto_docs/google/ads/admanager/v1/deal_buyer_permission_type_enum.rb +45 -0
- data/proto_docs/google/ads/admanager/v1/device_category_messages.rb +39 -0
- data/proto_docs/google/ads/admanager/v1/device_category_service.rb +99 -0
- data/proto_docs/google/ads/admanager/v1/early_ad_break_notification_enums.rb +51 -0
- data/proto_docs/google/ads/admanager/v1/entity_signals_mapping_messages.rb +1 -1
- data/proto_docs/google/ads/admanager/v1/geo_target_messages.rb +59 -0
- data/proto_docs/google/ads/admanager/v1/geo_target_service.rb +99 -0
- data/proto_docs/google/ads/admanager/v1/live_stream_event_messages.rb +41 -0
- data/proto_docs/google/ads/admanager/v1/network_messages.rb +1 -1
- data/proto_docs/google/ads/admanager/v1/operating_system_messages.rb +39 -0
- data/proto_docs/google/ads/admanager/v1/operating_system_service.rb +99 -0
- data/proto_docs/google/ads/admanager/v1/operating_system_version_messages.rb +46 -0
- data/proto_docs/google/ads/admanager/v1/operating_system_version_service.rb +102 -0
- data/proto_docs/google/ads/admanager/v1/placement_messages.rb +7 -8
- data/proto_docs/google/ads/admanager/v1/private_auction_deal_messages.rb +98 -0
- data/proto_docs/google/ads/admanager/v1/private_auction_deal_service.rb +130 -0
- data/proto_docs/google/ads/admanager/v1/private_auction_messages.rb +61 -0
- data/proto_docs/google/ads/admanager/v1/private_auction_service.rb +129 -0
- data/proto_docs/google/ads/admanager/v1/{company_type_enum.rb → private_marketplace_enums.rb} +17 -18
- data/proto_docs/google/ads/admanager/v1/programmatic_buyer_messages.rb +61 -0
- data/proto_docs/google/ads/admanager/v1/programmatic_buyer_service.rb +100 -0
- data/proto_docs/google/ads/admanager/v1/report_messages.rb +3587 -0
- data/proto_docs/google/ads/admanager/v1/report_service.rb +0 -3300
- data/proto_docs/google/ads/admanager/v1/request_platform_enum.rb +53 -0
- data/proto_docs/google/ads/admanager/v1/size.rb +6 -10
- data/proto_docs/google/ads/admanager/v1/targeted_video_bumper_type_enum.rb +48 -0
- data/proto_docs/google/ads/admanager/v1/targeting.rb +279 -0
- data/proto_docs/google/ads/admanager/v1/team_messages.rb +0 -4
- data/proto_docs/google/ads/admanager/v1/video_position_enum.rb +51 -0
- data/proto_docs/google/type/money.rb +43 -0
- metadata +122 -6
@@ -0,0 +1,46 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Ads
|
22
|
+
module AdManager
|
23
|
+
module V1
|
24
|
+
# Represents a specific version of an operating system.
|
25
|
+
# @!attribute [rw] name
|
26
|
+
# @return [::String]
|
27
|
+
# Identifier. The resource name of the `OperatingSystemVersion`.
|
28
|
+
# Format:
|
29
|
+
# `networks/{network_code}/operatingSystemVersions/{operating_system_version_id}`
|
30
|
+
# @!attribute [r] major_version
|
31
|
+
# @return [::Integer]
|
32
|
+
# Output only. The major version of the operating system.
|
33
|
+
# @!attribute [r] minor_version
|
34
|
+
# @return [::Integer]
|
35
|
+
# Output only. The minor version of the operating system.
|
36
|
+
# @!attribute [r] micro_version
|
37
|
+
# @return [::Integer]
|
38
|
+
# Output only. The micro version of the operating system.
|
39
|
+
class OperatingSystemVersion
|
40
|
+
include ::Google::Protobuf::MessageExts
|
41
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
@@ -0,0 +1,102 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Ads
|
22
|
+
module AdManager
|
23
|
+
module V1
|
24
|
+
# Request object for `GetOperatingSystemVersion` method.
|
25
|
+
# @!attribute [rw] name
|
26
|
+
# @return [::String]
|
27
|
+
# Required. The resource name of the OperatingSystemVersion.
|
28
|
+
# Format:
|
29
|
+
# `networks/{network_code}/operatingSystemVersions/{operating_system_version_id}`
|
30
|
+
class GetOperatingSystemVersionRequest
|
31
|
+
include ::Google::Protobuf::MessageExts
|
32
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
33
|
+
end
|
34
|
+
|
35
|
+
# Request object for `ListOperatingSystemVersions` method.
|
36
|
+
# @!attribute [rw] parent
|
37
|
+
# @return [::String]
|
38
|
+
# Required. The parent, which owns this collection of
|
39
|
+
# OperatingSystemVersions. Format: `networks/{network_code}`
|
40
|
+
# @!attribute [rw] page_size
|
41
|
+
# @return [::Integer]
|
42
|
+
# Optional. The maximum number of `OperatingSystemVersions` to return. The
|
43
|
+
# service may return fewer than this value. If unspecified, at most 50
|
44
|
+
# `OperatingSystemVersions` will be returned. The maximum value is 1000;
|
45
|
+
# values above 1000 will be coerced to 1000.
|
46
|
+
# @!attribute [rw] page_token
|
47
|
+
# @return [::String]
|
48
|
+
# Optional. A page token, received from a previous
|
49
|
+
# `ListOperatingSystemVersions` call. Provide this to retrieve the subsequent
|
50
|
+
# page.
|
51
|
+
#
|
52
|
+
# When paginating, all other parameters provided to
|
53
|
+
# `ListOperatingSystemVersions` must match the call that provided the page
|
54
|
+
# token.
|
55
|
+
# @!attribute [rw] filter
|
56
|
+
# @return [::String]
|
57
|
+
# Optional. Expression to filter the response.
|
58
|
+
# See syntax details at
|
59
|
+
# https://developers.google.com/ad-manager/api/beta/filters
|
60
|
+
# @!attribute [rw] order_by
|
61
|
+
# @return [::String]
|
62
|
+
# Optional. Expression to specify sorting order.
|
63
|
+
# See syntax details at
|
64
|
+
# https://developers.google.com/ad-manager/api/beta/filters#order
|
65
|
+
# @!attribute [rw] skip
|
66
|
+
# @return [::Integer]
|
67
|
+
# Optional. Number of individual resources to skip while paginating.
|
68
|
+
class ListOperatingSystemVersionsRequest
|
69
|
+
include ::Google::Protobuf::MessageExts
|
70
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
71
|
+
end
|
72
|
+
|
73
|
+
# Response object for `ListOperatingSystemVersionsRequest` containing matching
|
74
|
+
# `OperatingSystemVersion` objects.
|
75
|
+
# @!attribute [rw] operating_system_versions
|
76
|
+
# @return [::Array<::Google::Ads::AdManager::V1::OperatingSystemVersion>]
|
77
|
+
# The `OperatingSystemVersion` objects from the specified network.
|
78
|
+
# @!attribute [rw] next_page_token
|
79
|
+
# @return [::String]
|
80
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
81
|
+
# If this field is omitted, there are no subsequent pages.
|
82
|
+
# @!attribute [rw] total_size
|
83
|
+
# @return [::Integer]
|
84
|
+
# Total number of `OperatingSystemVersion` objects.
|
85
|
+
# If a filter was included in the request, this reflects the total number
|
86
|
+
# after the filtering is applied.
|
87
|
+
#
|
88
|
+
# `total_size` will not be calculated in the response unless it has been
|
89
|
+
# included in a response field mask. The response field mask can be provided
|
90
|
+
# to the method by using the URL parameter `$fields` or `fields`, or by using
|
91
|
+
# the HTTP/gRPC header `X-Goog-FieldMask`.
|
92
|
+
#
|
93
|
+
# For more information, see
|
94
|
+
# https://developers.google.com/ad-manager/api/beta/field-masks
|
95
|
+
class ListOperatingSystemVersionsResponse
|
96
|
+
include ::Google::Protobuf::MessageExts
|
97
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
102
|
+
end
|
@@ -31,24 +31,23 @@ module Google
|
|
31
31
|
# Output only. `Placement` ID.
|
32
32
|
# @!attribute [rw] display_name
|
33
33
|
# @return [::String]
|
34
|
-
# Required. The display name of the placement.
|
35
|
-
# characters.
|
34
|
+
# Required. The display name of the placement. This attribute has a maximum
|
35
|
+
# length of 255 characters.
|
36
36
|
# @!attribute [rw] description
|
37
37
|
# @return [::String]
|
38
|
-
# Optional. A description of the Placement. This
|
39
|
-
#
|
38
|
+
# Optional. A description of the Placement. This attribute has a maximum
|
39
|
+
# length of 65,535 characters.
|
40
40
|
# @!attribute [r] placement_code
|
41
41
|
# @return [::String]
|
42
42
|
# Output only. A string used to uniquely identify the Placement for purposes
|
43
|
-
# of serving the ad. This attribute is
|
44
|
-
# when a placement is created.
|
43
|
+
# of serving the ad. This attribute is assigned by Google.
|
45
44
|
# @!attribute [r] status
|
46
45
|
# @return [::Google::Ads::AdManager::V1::PlacementStatusEnum::PlacementStatus]
|
47
|
-
# Output only. The status of the Placement.
|
46
|
+
# Output only. The status of the Placement.
|
48
47
|
# @!attribute [rw] targeted_ad_units
|
49
48
|
# @return [::Array<::String>]
|
50
49
|
# Optional. The resource names of AdUnits that constitute the Placement.
|
51
|
-
# Format: "networks/\\{network_code}/adUnits/\\{
|
50
|
+
# Format: "networks/\\{network_code}/adUnits/\\{ad_unit}"
|
52
51
|
# @!attribute [r] update_time
|
53
52
|
# @return [::Google::Protobuf::Timestamp]
|
54
53
|
# Output only. The instant this Placement was last modified.
|
@@ -0,0 +1,98 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Ads
|
22
|
+
module AdManager
|
23
|
+
module V1
|
24
|
+
# The `PrivateAuctionDeal` resource.
|
25
|
+
# @!attribute [rw] name
|
26
|
+
# @return [::String]
|
27
|
+
# Identifier. The resource name of the `PrivateAuctionDeal`.
|
28
|
+
# Format:
|
29
|
+
# `networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}`
|
30
|
+
# @!attribute [r] private_auction_deal_id
|
31
|
+
# @return [::Integer]
|
32
|
+
# Output only. `PrivateAuctionDeal` ID.
|
33
|
+
# @!attribute [rw] private_auction_id
|
34
|
+
# @return [::Integer]
|
35
|
+
# Immutable. The ID of the
|
36
|
+
# [PrivateAuction](google.ads.admanager.v1.PrivateAuction).
|
37
|
+
# @!attribute [r] private_auction_display_name
|
38
|
+
# @return [::String]
|
39
|
+
# Output only. The display name of the
|
40
|
+
# [PrivateAuction](google.ads.admanager.v1.PrivateAuction).
|
41
|
+
# @!attribute [rw] buyer_account_id
|
42
|
+
# @return [::Integer]
|
43
|
+
# Immutable. The account ID of the buyer of the `PrivateAuctionDeal`.
|
44
|
+
# @!attribute [r] external_deal_id
|
45
|
+
# @return [::Integer]
|
46
|
+
# Output only. The external ID of the `PrivateAuctionDeal`.
|
47
|
+
# @!attribute [rw] targeting
|
48
|
+
# @return [::Google::Ads::AdManager::V1::Targeting]
|
49
|
+
# Optional. The targeting of the `PrivateAuctionDeal`.
|
50
|
+
# @!attribute [rw] end_time
|
51
|
+
# @return [::Google::Protobuf::Timestamp]
|
52
|
+
# Optional. The end time of the `PrivateAuctionDeal`.
|
53
|
+
# @!attribute [rw] floor_price
|
54
|
+
# @return [::Google::Type::Money]
|
55
|
+
# Required. The floor price of the `PrivateAuctionDeal`.
|
56
|
+
# @!attribute [rw] creative_sizes
|
57
|
+
# @return [::Array<::Google::Ads::AdManager::V1::Size>]
|
58
|
+
# Optional. The expected creative sizes of the `PrivateAuctionDeal`.
|
59
|
+
# @!attribute [r] status
|
60
|
+
# @return [::Google::Ads::AdManager::V1::PrivateMarketplaceDealStatusEnum::PrivateMarketplaceDealStatus]
|
61
|
+
# Output only. The status of the `PrivateAuctionDeal`.
|
62
|
+
# @!attribute [rw] auction_priority_enabled
|
63
|
+
# @return [::Boolean]
|
64
|
+
# Optional. Whether the deal is enabled with priority over open auction.
|
65
|
+
# @!attribute [rw] block_override_enabled
|
66
|
+
# @return [::Boolean]
|
67
|
+
# Optional. Whether the deal has block override enabled.
|
68
|
+
# @!attribute [rw] buyer_permission_type
|
69
|
+
# @return [::Google::Ads::AdManager::V1::DealBuyerPermissionTypeEnum::DealBuyerPermissionType]
|
70
|
+
# Optional. The buyer permission model defining how the deal would transact
|
71
|
+
# among all buyers under the same bidder.
|
72
|
+
# @!attribute [rw] buyer_data
|
73
|
+
# @return [::Google::Ads::AdManager::V1::PrivateAuctionDeal::BuyerData]
|
74
|
+
# Optional. The buyer data required by the Marketplace API.
|
75
|
+
# @!attribute [r] create_time
|
76
|
+
# @return [::Google::Protobuf::Timestamp]
|
77
|
+
# Output only. The instant at which the `PrivateAuctionDeal` was created.
|
78
|
+
# @!attribute [r] update_time
|
79
|
+
# @return [::Google::Protobuf::Timestamp]
|
80
|
+
# Output only. The instant at which the `PrivateAuctionDeal` was last
|
81
|
+
# updated.
|
82
|
+
class PrivateAuctionDeal
|
83
|
+
include ::Google::Protobuf::MessageExts
|
84
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
85
|
+
|
86
|
+
# Contains buyer data. This data is required by the Marketplace API.
|
87
|
+
# @!attribute [rw] buyer_emails
|
88
|
+
# @return [::Array<::String>]
|
89
|
+
# Optional. The email contacts of the buyer of the `PrivateAuctionDeal`.
|
90
|
+
class BuyerData
|
91
|
+
include ::Google::Protobuf::MessageExts
|
92
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
93
|
+
end
|
94
|
+
end
|
95
|
+
end
|
96
|
+
end
|
97
|
+
end
|
98
|
+
end
|
@@ -0,0 +1,130 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Ads
|
22
|
+
module AdManager
|
23
|
+
module V1
|
24
|
+
# Request object for `GetPrivateAuctionDeal` method.
|
25
|
+
# @!attribute [rw] name
|
26
|
+
# @return [::String]
|
27
|
+
# Required. The resource name of the PrivateAuctionDeal.
|
28
|
+
# Format:
|
29
|
+
# `networks/{network_code}/privateAuctionDeals/{private_auction_deal_id}`
|
30
|
+
class GetPrivateAuctionDealRequest
|
31
|
+
include ::Google::Protobuf::MessageExts
|
32
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
33
|
+
end
|
34
|
+
|
35
|
+
# Request object for `ListPrivateAuctionDeals` method.
|
36
|
+
# @!attribute [rw] parent
|
37
|
+
# @return [::String]
|
38
|
+
# Required. The parent, which owns this collection of PrivateAuctionDeals.
|
39
|
+
# Format:
|
40
|
+
# `networks/{network_code}`
|
41
|
+
# @!attribute [rw] page_size
|
42
|
+
# @return [::Integer]
|
43
|
+
# Optional. The maximum number of `PrivateAuctionDeals` to return. The
|
44
|
+
# service may return fewer than this value. If unspecified, at most 50
|
45
|
+
# `PrivateAuctionDeals` will be returned. The maximum value is 1000;
|
46
|
+
# values above 1000 will be coerced to 1000.
|
47
|
+
# @!attribute [rw] page_token
|
48
|
+
# @return [::String]
|
49
|
+
# Optional. A page token, received from a previous `ListPrivateAuctionDeals`
|
50
|
+
# call. Provide this to retrieve the subsequent page.
|
51
|
+
#
|
52
|
+
# When paginating, all other parameters provided to
|
53
|
+
# `ListPrivateAuctionDeals` must match the call that provided the page
|
54
|
+
# token.
|
55
|
+
# @!attribute [rw] filter
|
56
|
+
# @return [::String]
|
57
|
+
# Optional. Expression to filter the response.
|
58
|
+
# See syntax details at
|
59
|
+
# https://developers.google.com/ad-manager/api/beta/filters
|
60
|
+
# @!attribute [rw] order_by
|
61
|
+
# @return [::String]
|
62
|
+
# Optional. Expression to specify sorting order.
|
63
|
+
# See syntax details at
|
64
|
+
# https://developers.google.com/ad-manager/api/beta/filters#order
|
65
|
+
# @!attribute [rw] skip
|
66
|
+
# @return [::Integer]
|
67
|
+
# Optional. Number of individual resources to skip while paginating.
|
68
|
+
class ListPrivateAuctionDealsRequest
|
69
|
+
include ::Google::Protobuf::MessageExts
|
70
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
71
|
+
end
|
72
|
+
|
73
|
+
# Response object for `ListPrivateAuctionDealsRequest` containing matching
|
74
|
+
# `PrivateAuctionDeal` objects.
|
75
|
+
# @!attribute [rw] private_auction_deals
|
76
|
+
# @return [::Array<::Google::Ads::AdManager::V1::PrivateAuctionDeal>]
|
77
|
+
# The `PrivateAuctionDeal` objects from the specified network.
|
78
|
+
# @!attribute [rw] next_page_token
|
79
|
+
# @return [::String]
|
80
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
81
|
+
# If this field is omitted, there are no subsequent pages.
|
82
|
+
# @!attribute [rw] total_size
|
83
|
+
# @return [::Integer]
|
84
|
+
# Total number of `PrivateAuctionDeal` objects.
|
85
|
+
# If a filter was included in the request, this reflects the total number
|
86
|
+
# after the filtering is applied.
|
87
|
+
#
|
88
|
+
# `total_size` will not be calculated in the response unless it has been
|
89
|
+
# included in a response field mask. The response field mask can be provided
|
90
|
+
# to the method by using the URL parameter `$fields` or `fields`, or by using
|
91
|
+
# the HTTP/gRPC header `X-Goog-FieldMask`.
|
92
|
+
#
|
93
|
+
# For more information, see
|
94
|
+
# https://developers.google.com/ad-manager/api/beta/field-masks
|
95
|
+
class ListPrivateAuctionDealsResponse
|
96
|
+
include ::Google::Protobuf::MessageExts
|
97
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
98
|
+
end
|
99
|
+
|
100
|
+
# Request object for `CreatePrivateAuctionDeal` method.
|
101
|
+
# @!attribute [rw] parent
|
102
|
+
# @return [::String]
|
103
|
+
# Required. The parent resource where this `PrivateAuctionDeal` will be
|
104
|
+
# created. Format: `networks/{network_code}`
|
105
|
+
# @!attribute [rw] private_auction_deal
|
106
|
+
# @return [::Google::Ads::AdManager::V1::PrivateAuctionDeal]
|
107
|
+
# Required. The `PrivateAuctionDeal` to create.
|
108
|
+
class CreatePrivateAuctionDealRequest
|
109
|
+
include ::Google::Protobuf::MessageExts
|
110
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
111
|
+
end
|
112
|
+
|
113
|
+
# Request object for `UpdatePrivateAuctionDeal` method.
|
114
|
+
# @!attribute [rw] private_auction_deal
|
115
|
+
# @return [::Google::Ads::AdManager::V1::PrivateAuctionDeal]
|
116
|
+
# Required. The `PrivateAuctionDeal` to update.
|
117
|
+
#
|
118
|
+
# The `PrivateAuctionDeal`'s `name` is used to identify the
|
119
|
+
# `PrivateAuctionDeal` to update.
|
120
|
+
# @!attribute [rw] update_mask
|
121
|
+
# @return [::Google::Protobuf::FieldMask]
|
122
|
+
# Required. The list of fields to update.
|
123
|
+
class UpdatePrivateAuctionDealRequest
|
124
|
+
include ::Google::Protobuf::MessageExts
|
125
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
126
|
+
end
|
127
|
+
end
|
128
|
+
end
|
129
|
+
end
|
130
|
+
end
|
@@ -0,0 +1,61 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Ads
|
22
|
+
module AdManager
|
23
|
+
module V1
|
24
|
+
# The `PrivateAuction` resource.
|
25
|
+
# @!attribute [rw] name
|
26
|
+
# @return [::String]
|
27
|
+
# Identifier. The resource name of the `PrivateAuction`.
|
28
|
+
# Format:
|
29
|
+
# `networks/{network_code}/privateAuctions/{private_auction_id}`
|
30
|
+
# @!attribute [r] private_auction_id
|
31
|
+
# @return [::Integer]
|
32
|
+
# Output only. `PrivateAuction` ID.
|
33
|
+
# @!attribute [rw] display_name
|
34
|
+
# @return [::String]
|
35
|
+
# Required. Display name of the `PrivateAuction`. This attribute has a
|
36
|
+
# maximum length of 255 bytes.
|
37
|
+
# @!attribute [rw] description
|
38
|
+
# @return [::String]
|
39
|
+
# Optional. Description of the `PrivateAuction`. This attribute has a
|
40
|
+
# maximum length of 4096 bytes.
|
41
|
+
# @!attribute [rw] seller_contact_users
|
42
|
+
# @return [::Array<::String>]
|
43
|
+
# Optional. The resource names of the seller contact users associated with
|
44
|
+
# this `PrivateAuction`. Format: `networks/{network_code}/users/{user_id}`
|
45
|
+
# @!attribute [r] archived
|
46
|
+
# @return [::Boolean]
|
47
|
+
# Output only. Whether the `PrivateAuction` is archived.
|
48
|
+
# @!attribute [r] create_time
|
49
|
+
# @return [::Google::Protobuf::Timestamp]
|
50
|
+
# Output only. The instant at which the PrivateAuction was created.
|
51
|
+
# @!attribute [r] update_time
|
52
|
+
# @return [::Google::Protobuf::Timestamp]
|
53
|
+
# Output only. The instant at which the PrivateAuction was last updated.
|
54
|
+
class PrivateAuction
|
55
|
+
include ::Google::Protobuf::MessageExts
|
56
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,129 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2025 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Ads
|
22
|
+
module AdManager
|
23
|
+
module V1
|
24
|
+
# Request object for `GetPrivateAuction` method.
|
25
|
+
# @!attribute [rw] name
|
26
|
+
# @return [::String]
|
27
|
+
# Required. The resource name of the PrivateAuction.
|
28
|
+
# Format:
|
29
|
+
# `networks/{network_code}/privateAuctions/{private_auction_id}`
|
30
|
+
class GetPrivateAuctionRequest
|
31
|
+
include ::Google::Protobuf::MessageExts
|
32
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
33
|
+
end
|
34
|
+
|
35
|
+
# Request object for `ListPrivateAuctions` method.
|
36
|
+
# @!attribute [rw] parent
|
37
|
+
# @return [::String]
|
38
|
+
# Required. The parent, which owns this collection of PrivateAuctions.
|
39
|
+
# Format: `networks/{network_code}`
|
40
|
+
# @!attribute [rw] page_size
|
41
|
+
# @return [::Integer]
|
42
|
+
# Optional. The maximum number of `PrivateAuctions` to return. The service
|
43
|
+
# may return fewer than this value. If unspecified, at most 50
|
44
|
+
# `PrivateAuctions` will be returned. The maximum value is 1000;
|
45
|
+
# values above 1000 will be coerced to 1000.
|
46
|
+
# @!attribute [rw] page_token
|
47
|
+
# @return [::String]
|
48
|
+
# Optional. A page token, received from a previous `ListPrivateAuctions`
|
49
|
+
# call. Provide this to retrieve the subsequent page.
|
50
|
+
#
|
51
|
+
# When paginating, all other parameters provided to
|
52
|
+
# `ListPrivateAuctions` must match the call that provided the
|
53
|
+
# page token.
|
54
|
+
# @!attribute [rw] filter
|
55
|
+
# @return [::String]
|
56
|
+
# Optional. Expression to filter the response.
|
57
|
+
# See syntax details at
|
58
|
+
# https://developers.google.com/ad-manager/api/beta/filters
|
59
|
+
# @!attribute [rw] order_by
|
60
|
+
# @return [::String]
|
61
|
+
# Optional. Expression to specify sorting order.
|
62
|
+
# See syntax details at
|
63
|
+
# https://developers.google.com/ad-manager/api/beta/filters#order
|
64
|
+
# @!attribute [rw] skip
|
65
|
+
# @return [::Integer]
|
66
|
+
# Optional. Number of individual resources to skip while paginating.
|
67
|
+
class ListPrivateAuctionsRequest
|
68
|
+
include ::Google::Protobuf::MessageExts
|
69
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
70
|
+
end
|
71
|
+
|
72
|
+
# Response object for `ListPrivateAuctionsRequest` containing
|
73
|
+
# matching `PrivateAuction` objects.
|
74
|
+
# @!attribute [rw] private_auctions
|
75
|
+
# @return [::Array<::Google::Ads::AdManager::V1::PrivateAuction>]
|
76
|
+
# The `PrivateAuction` objects from the specified network.
|
77
|
+
# @!attribute [rw] next_page_token
|
78
|
+
# @return [::String]
|
79
|
+
# A token, which can be sent as `page_token` to retrieve the next page.
|
80
|
+
# If this field is omitted, there are no subsequent pages.
|
81
|
+
# @!attribute [rw] total_size
|
82
|
+
# @return [::Integer]
|
83
|
+
# Total number of `PrivateAuction` objects.
|
84
|
+
# If a filter was included in the request, this reflects the total number
|
85
|
+
# after the filtering is applied.
|
86
|
+
#
|
87
|
+
# `total_size` will not be calculated in the response unless it has been
|
88
|
+
# included in a response field mask. The response field mask can be provided
|
89
|
+
# to the method by using the URL parameter `$fields` or `fields`, or by using
|
90
|
+
# the HTTP/gRPC header `X-Goog-FieldMask`.
|
91
|
+
#
|
92
|
+
# For more information, see
|
93
|
+
# https://developers.google.com/ad-manager/api/beta/field-masks
|
94
|
+
class ListPrivateAuctionsResponse
|
95
|
+
include ::Google::Protobuf::MessageExts
|
96
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
97
|
+
end
|
98
|
+
|
99
|
+
# Request object for `CreatePrivateAuction` method.
|
100
|
+
# @!attribute [rw] parent
|
101
|
+
# @return [::String]
|
102
|
+
# Required. The parent resource where this `PrivateAuction` will be
|
103
|
+
# created. Format: `networks/{network_code}`
|
104
|
+
# @!attribute [rw] private_auction
|
105
|
+
# @return [::Google::Ads::AdManager::V1::PrivateAuction]
|
106
|
+
# Required. The `PrivateAuction` to create.
|
107
|
+
class CreatePrivateAuctionRequest
|
108
|
+
include ::Google::Protobuf::MessageExts
|
109
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
110
|
+
end
|
111
|
+
|
112
|
+
# Request object for `UpdatePrivateAuction` method.
|
113
|
+
# @!attribute [rw] private_auction
|
114
|
+
# @return [::Google::Ads::AdManager::V1::PrivateAuction]
|
115
|
+
# Required. The `PrivateAuction` to update.
|
116
|
+
#
|
117
|
+
# The `PrivateAuction`'s `name` is used to identify the
|
118
|
+
# `PrivateAuction` to update.
|
119
|
+
# @!attribute [rw] update_mask
|
120
|
+
# @return [::Google::Protobuf::FieldMask]
|
121
|
+
# Required. The list of fields to update.
|
122
|
+
class UpdatePrivateAuctionRequest
|
123
|
+
include ::Google::Protobuf::MessageExts
|
124
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
125
|
+
end
|
126
|
+
end
|
127
|
+
end
|
128
|
+
end
|
129
|
+
end
|
data/proto_docs/google/ads/admanager/v1/{company_type_enum.rb → private_marketplace_enums.rb}
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright 2025 Google LLC
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -22,31 +22,30 @@ module Google
|
|
22
22
|
module AdManager
|
23
23
|
module V1
|
24
24
|
# Wrapper message for
|
25
|
-
# {::Google::Ads::AdManager::V1::
|
26
|
-
class
|
25
|
+
# {::Google::Ads::AdManager::V1::PrivateMarketplaceDealStatusEnum::PrivateMarketplaceDealStatus PrivateMarketplaceDealStatus}.
|
26
|
+
class PrivateMarketplaceDealStatusEnum
|
27
27
|
include ::Google::Protobuf::MessageExts
|
28
28
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
29
29
|
|
30
|
-
#
|
31
|
-
module
|
32
|
-
# No value specified
|
33
|
-
|
30
|
+
# Describes the status of a private marketplace deal.
|
31
|
+
module PrivateMarketplaceDealStatus
|
32
|
+
# No value specified.
|
33
|
+
PRIVATE_MARKETPLACE_DEAL_STATUS_UNSPECIFIED = 0
|
34
34
|
|
35
|
-
#
|
36
|
-
|
35
|
+
# The deal is pending.
|
36
|
+
PENDING = 1
|
37
37
|
|
38
|
-
#
|
39
|
-
|
38
|
+
# The deal is active.
|
39
|
+
ACTIVE = 2
|
40
40
|
|
41
|
-
#
|
42
|
-
|
43
|
-
AGENCY = 3
|
41
|
+
# The deal is canceled.
|
42
|
+
CANCELED = 3
|
44
43
|
|
45
|
-
#
|
46
|
-
|
44
|
+
# The deal is paused by the seller.
|
45
|
+
SELLER_PAUSED = 4
|
47
46
|
|
48
|
-
#
|
49
|
-
|
47
|
+
# The deal is paused by the buyer.
|
48
|
+
BUYER_PAUSED = 5
|
50
49
|
end
|
51
50
|
end
|
52
51
|
end
|