Skip to content

Commit 505bc97

Browse files
feat: generate libraries
1 parent d04a241 commit 505bc97

File tree

55 files changed

+4419
-411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+4419
-411
lines changed

.librarian/state.yaml

Lines changed: 103 additions & 103 deletions
Large diffs are not rendered by default.

packages/google-ads-datamanager/google/ads/datamanager_v1/types/error.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ class ErrorReason(proto.Enum):
6161
INVALID_POSTAL_CODE (12):
6262
Postal code is not valid.
6363
INVALID_COUNTRY_CODE (13):
64-
Country code is not valid.
64+
Deprecated: Enum is unused in the Data
65+
Manager API.
6566
INVALID_ENUM_VALUE (14):
6667
Enum value cannot be used.
6768
INVALID_USER_LIST_TYPE (15):
@@ -292,6 +293,9 @@ class ErrorReason(proto.Enum):
292293
UNSUPPORTED_ACCOUNT_TYPE_FOR_PARTNER_LINK (98):
293294
The account types are not supported for the
294295
partner link.
296+
MEMBERSHIP_DURATION_TOO_LONG (99):
297+
The user list membership duration is too
298+
long.
295299
"""
296300

297301
ERROR_REASON_UNSPECIFIED = 0
@@ -393,6 +397,7 @@ class ErrorReason(proto.Enum):
393397
UNSUPPORTED_INGESTED_USER_LIST_INFO_CONFIG = 96
394398
UNSUPPORTED_ACCOUNT_TYPES_FOR_USER_LIST_TYPE = 97
395399
UNSUPPORTED_ACCOUNT_TYPE_FOR_PARTNER_LINK = 98
400+
MEMBERSHIP_DURATION_TOO_LONG = 99
396401

397402

398403
__all__ = tuple(sorted(__protobuf__.manifest))

packages/google-ads-datamanager/google/ads/datamanager_v1/types/partner_link_service.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,13 @@ class SearchPartnerLinksRequest(proto.Message):
105105
``SearchPartnerLinks`` must match the call that provided the
106106
page token.
107107
filter (str):
108-
Optional. A `filter string <//google.aip.dev/160>`__. All
109-
fields need to be on the left hand side of each condition
110-
(for example: ``partner_link_id = 123456789``).
108+
Optional. A `filter string <https://google.aip.dev/160>`__.
109+
All fields need to be on the left hand side of each
110+
condition (for example: ``partner_link_id = 123456789``).
111+
Fields must be specified using either all `camel
112+
case <https://en.wikipedia.org/wiki/Camel_case>`__ or all
113+
`snake case <https://en.wikipedia.org/wiki/Snake_case>`__.
114+
Don't use a combination of camel case and snake case.
111115
112116
Supported operations:
113117
@@ -124,7 +128,7 @@ class SearchPartnerLinksRequest(proto.Message):
124128
- ``partner_account.account_id``
125129
126130
Example:
127-
``owning_account.account_type = "GOOGLE_ADS" OR partner_account.account_id = 987654321``
131+
``owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id = 987654321``
128132
"""
129133

130134
parent: str = proto.Field(

packages/google-ads-datamanager/google/ads/datamanager_v1/types/user_list.py

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -569,21 +569,25 @@ class PairIdInfo(proto.Message):
569569
570570
This field is a member of `oneof`_ ``_publisher_id``.
571571
publisher_name (str):
572-
Optional. Descriptive name of the publisher
572+
Required. Descriptive name of the publisher
573573
to be displayed in the UI for a better targeting
574574
experience.
575575
576576
This field is a member of `oneof`_ ``_publisher_name``.
577577
match_rate_percentage (int):
578-
Output only. This field denotes the
579-
percentage of membership match of this user list
580-
with the corresponding publisher's first party
581-
data. Must be between 0 and 100 inclusive.
578+
Required. This field denotes the percentage
579+
of membership match of this user list with the
580+
corresponding publisher's first party data. Must
581+
be between 0 and 100 inclusive.
582+
583+
This field is a member of `oneof`_ ``_match_rate_percentage``.
582584
advertiser_identifier_count (int):
583-
Output only. The count of the advertiser's
584-
first party data records that have been uploaded
585-
to a clean room provider. This does not signify
586-
the size of a PAIR user list.
585+
Optional. The count of the advertiser's first
586+
party data records that have been uploaded to a
587+
clean room provider. This does not signify the
588+
size of a PAIR user list.
589+
590+
This field is a member of `oneof`_ ``_advertiser_identifier_count``.
587591
clean_room_identifier (str):
588592
Required. Immutable. Identifies a unique
589593
advertiser to publisher relationship with one
@@ -606,10 +610,12 @@ class PairIdInfo(proto.Message):
606610
match_rate_percentage: int = proto.Field(
607611
proto.INT32,
608612
number=3,
613+
optional=True,
609614
)
610615
advertiser_identifier_count: int = proto.Field(
611616
proto.INT64,
612617
number=4,
618+
optional=True,
613619
)
614620
clean_room_identifier: str = proto.Field(
615621
proto.STRING,

packages/google-ads-datamanager/google/ads/datamanager_v1/types/user_list_direct_license_service.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,14 @@ class ListUserListDirectLicensesRequest(proto.Message):
121121
Should be in the format
122122
accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}
123123
filter (str):
124-
Optional. Filters to apply to the list request. All fields
125-
need to be on the left hand side of each condition (for
126-
example: user_list_id = 123).
124+
Optional. A `filter string <https://google.aip.dev/160>`__
125+
to apply to the list request. All fields need to be on the
126+
left hand side of each condition (for example:
127+
``user_list_id = 123``). Fields must be specified using
128+
either all `camel
129+
case <https://en.wikipedia.org/wiki/Camel_case>`__ or all
130+
`snake case <https://en.wikipedia.org/wiki/Snake_case>`__.
131+
Don't use a combination of camel case and snake case.
127132
128133
**Supported Operations:**
129134

packages/google-ads-datamanager/google/ads/datamanager_v1/types/user_list_global_license_service.py

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,14 @@ class ListUserListGlobalLicensesRequest(proto.Message):
123123
Should be in the format
124124
accountTypes/{ACCOUNT_TYPE}/accounts/{ACCOUNT_ID}
125125
filter (str):
126-
Optional. Filters to apply to the list request. All fields
127-
need to be on the left hand side of each condition (for
128-
example: user_list_id = 123).
126+
Optional. A `filter string <https://google.aip.dev/160>`__
127+
to apply to the list request. All fields need to be on the
128+
left hand side of each condition (for example:
129+
``user_list_id = 123``). Fields must be specified using
130+
either all `camel
131+
case <https://en.wikipedia.org/wiki/Camel_case>`__ or all
132+
`snake case <https://en.wikipedia.org/wiki/Snake_case>`__.
133+
Don't use a combination of camel case and snake case.
129134
130135
**Supported Operations:**
131136
@@ -223,9 +228,14 @@ class ListUserListGlobalLicenseCustomerInfosRequest(proto.Message):
223228
example,
224229
``accountTypes/DATA_PARTNER/accounts/123/userListGlobalLicenses/-``)
225230
filter (str):
226-
Optional. Filters to apply to the list request. All fields
227-
need to be on the left hand side of each condition (for
228-
example: user_list_id = 123).
231+
Optional. A `filter string <https://google.aip.dev/160>`__
232+
to apply to the list request. All fields need to be on the
233+
left hand side of each condition (for example:
234+
``user_list_id = 123``). Fields must be specified using
235+
either all `camel
236+
case <https://en.wikipedia.org/wiki/Camel_case>`__ or all
237+
`snake case <https://en.wikipedia.org/wiki/Snake_case>`__.
238+
Don't use a combination of camel case and snake case.
229239
230240
**Supported Operations:**
231241

packages/google-ads-datamanager/google/ads/datamanager_v1/types/user_list_service.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,13 @@ class ListUserListsRequest(proto.Message):
7474
``ListUserLists`` must match the call that provided the page
7575
token.
7676
filter (str):
77-
Optional. A `filter string <//google.aip.dev/160>`__. All
78-
fields need to be on the left hand side of each condition
79-
(for example: ``display_name = "list 1"``).
77+
Optional. A `filter string <https://google.aip.dev/160>`__.
78+
All fields need to be on the left hand side of each
79+
condition (for example: ``display_name = "list 1"``). Fields
80+
must be specified using either all `camel
81+
case <https://en.wikipedia.org/wiki/Camel_case>`__ or all
82+
`snake case <https://en.wikipedia.org/wiki/Snake_case>`__.
83+
Don't use a combination of camel case and snake case.
8084
8185
Supported operations:
8286

packages/google-cloud-ces/google/cloud/ces_v1beta/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
GetDeploymentRequest,
7070
GetExampleRequest,
7171
GetGuardrailRequest,
72+
GetSecuritySettingsRequest,
7273
GetToolRequest,
7374
GetToolsetRequest,
7475
ImportAppRequest,
@@ -101,9 +102,11 @@
101102
UpdateDeploymentRequest,
102103
UpdateExampleRequest,
103104
UpdateGuardrailRequest,
105+
UpdateSecuritySettingsRequest,
104106
UpdateToolRequest,
105107
UpdateToolsetRequest,
106108
)
109+
from .types.agent_tool import AgentTool
107110
from .types.agent_transfers import (
108111
ExpressionCondition,
109112
PythonCodeCondition,
@@ -244,6 +247,7 @@
244247
from .types.python_function import PythonFunction
245248
from .types.schema import Schema
246249
from .types.search_suggestions import GoogleSearchSuggestions, WebSearchQuery
250+
from .types.security_settings import EndpointControlPolicy, SecuritySettings
247251
from .types.session_service import (
248252
AudioEncoding,
249253
BidiSessionClientMessage,
@@ -382,6 +386,7 @@ def _get_version(dependency_name):
382386
"Action",
383387
"Agent",
384388
"AgentServiceClient",
389+
"AgentTool",
385390
"AgentTransfer",
386391
"AggregatedMetrics",
387392
"AmbientSoundConfig",
@@ -448,6 +453,7 @@ def _get_version(dependency_name):
448453
"Deployment",
449454
"EndSession",
450455
"EndUserAuthConfig",
456+
"EndpointControlPolicy",
451457
"ErrorHandlingSettings",
452458
"Evaluation",
453459
"EvaluationConfig",
@@ -489,6 +495,7 @@ def _get_version(dependency_name):
489495
"GetExampleRequest",
490496
"GetGuardrailRequest",
491497
"GetScheduledEvaluationRunRequest",
498+
"GetSecuritySettingsRequest",
492499
"GetToolRequest",
493500
"GetToolsetRequest",
494501
"GoAway",
@@ -571,6 +578,7 @@ def _get_version(dependency_name):
571578
"RunSessionResponse",
572579
"ScheduledEvaluationRun",
573580
"Schema",
581+
"SecuritySettings",
574582
"ServiceAccountAuthConfig",
575583
"ServiceAgentIdTokenAuthConfig",
576584
"ServiceDirectoryConfig",
@@ -605,6 +613,7 @@ def _get_version(dependency_name):
605613
"UpdateExampleRequest",
606614
"UpdateGuardrailRequest",
607615
"UpdateScheduledEvaluationRunRequest",
616+
"UpdateSecuritySettingsRequest",
608617
"UpdateToolRequest",
609618
"UpdateToolsetRequest",
610619
"UploadEvaluationAudioRequest",

packages/google-cloud-ces/google/cloud/ces_v1beta/gapic_metadata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@
145145
"get_guardrail"
146146
]
147147
},
148+
"GetSecuritySettings": {
149+
"methods": [
150+
"get_security_settings"
151+
]
152+
},
148153
"GetTool": {
149154
"methods": [
150155
"get_tool"
@@ -240,6 +245,11 @@
240245
"update_guardrail"
241246
]
242247
},
248+
"UpdateSecuritySettings": {
249+
"methods": [
250+
"update_security_settings"
251+
]
252+
},
243253
"UpdateTool": {
244254
"methods": [
245255
"update_tool"
@@ -390,6 +400,11 @@
390400
"get_guardrail"
391401
]
392402
},
403+
"GetSecuritySettings": {
404+
"methods": [
405+
"get_security_settings"
406+
]
407+
},
393408
"GetTool": {
394409
"methods": [
395410
"get_tool"
@@ -485,6 +500,11 @@
485500
"update_guardrail"
486501
]
487502
},
503+
"UpdateSecuritySettings": {
504+
"methods": [
505+
"update_security_settings"
506+
]
507+
},
488508
"UpdateTool": {
489509
"methods": [
490510
"update_tool"
@@ -635,6 +655,11 @@
635655
"get_guardrail"
636656
]
637657
},
658+
"GetSecuritySettings": {
659+
"methods": [
660+
"get_security_settings"
661+
]
662+
},
638663
"GetTool": {
639664
"methods": [
640665
"get_tool"
@@ -730,6 +755,11 @@
730755
"update_guardrail"
731756
]
732757
},
758+
"UpdateSecuritySettings": {
759+
"methods": [
760+
"update_security_settings"
761+
]
762+
},
733763
"UpdateTool": {
734764
"methods": [
735765
"update_tool"

0 commit comments

Comments
 (0)