Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 9 additions & 9 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-ads-marketingplatform-admin
version: 0.2.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: 53f97391f3451398f7b53c7f86dabd325d205677
apis:
- path: google/marketingplatform/admin/v1alpha
service_config: marketingplatformadmin_v1alpha.yaml
Expand Down Expand Up @@ -623,7 +623,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-backupdr
version: 0.3.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: 53f97391f3451398f7b53c7f86dabd325d205677
apis:
- path: google/cloud/backupdr/v1
service_config: backupdr_v1.yaml
Expand Down Expand Up @@ -796,7 +796,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-bigquery-analyticshub
version: 0.5.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: 53f97391f3451398f7b53c7f86dabd325d205677
apis:
- path: google/cloud/bigquery/analyticshub/v1
service_config: analyticshub_v1.yaml
Expand Down Expand Up @@ -1201,7 +1201,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-cloudsecuritycompliance
version: 0.3.0
last_generated_commit: 72e7439c8e7e9986cf1865e337fc7c64ca5bda1f
last_generated_commit: 53f97391f3451398f7b53c7f86dabd325d205677
apis:
- path: google/cloud/cloudsecuritycompliance/v1
service_config: cloudsecuritycompliance_v1.yaml
Expand Down Expand Up @@ -1576,7 +1576,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-dataplex
version: 2.14.0
last_generated_commit: e8365a7f88fabe8717cb8322b8ce784b03b6daea
last_generated_commit: 53f97391f3451398f7b53c7f86dabd325d205677
apis:
- path: google/cloud/dataplex/v1
service_config: dataplex_v1.yaml
Expand Down Expand Up @@ -2719,7 +2719,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-network-management
version: 1.29.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: 53f97391f3451398f7b53c7f86dabd325d205677
apis:
- path: google/cloud/networkmanagement/v1
service_config: networkmanagement_v1.yaml
Expand Down Expand Up @@ -2761,7 +2761,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-network-services
version: 0.6.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: 53f97391f3451398f7b53c7f86dabd325d205677
apis:
- path: google/cloud/networkservices/v1
service_config: networkservices_v1.yaml
Expand Down Expand Up @@ -3844,7 +3844,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-translate
version: 3.22.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: 53f97391f3451398f7b53c7f86dabd325d205677
apis:
- path: google/cloud/translate/v3beta1
service_config: translate_v3beta1.yaml
Expand Down Expand Up @@ -4404,7 +4404,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-shopping-merchant-datasources
version: 1.1.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: 53f97391f3451398f7b53c7f86dabd325d205677
apis:
- path: google/shopping/merchant/datasources/v1
service_config: merchantapi_v1.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,24 @@
MarketingplatformAdminServiceClient,
)
from google.ads.marketingplatform_admin_v1alpha.types.marketingplatform_admin import (
AnalyticsServiceLevel,
CreateAnalyticsAccountLinkRequest,
DeleteAnalyticsAccountLinkRequest,
FindSalesPartnerManagedClientsRequest,
FindSalesPartnerManagedClientsResponse,
GetOrganizationRequest,
ListAnalyticsAccountLinksRequest,
ListAnalyticsAccountLinksResponse,
ListOrganizationsRequest,
ListOrganizationsResponse,
ReportPropertyUsageRequest,
ReportPropertyUsageResponse,
SetPropertyServiceLevelRequest,
SetPropertyServiceLevelResponse,
)
from google.ads.marketingplatform_admin_v1alpha.types.resources import (
AnalyticsAccountLink,
AnalyticsPropertyType,
AnalyticsServiceLevel,
LinkVerificationState,
Organization,
)
Expand All @@ -45,13 +52,20 @@
"MarketingplatformAdminServiceAsyncClient",
"CreateAnalyticsAccountLinkRequest",
"DeleteAnalyticsAccountLinkRequest",
"FindSalesPartnerManagedClientsRequest",
"FindSalesPartnerManagedClientsResponse",
"GetOrganizationRequest",
"ListAnalyticsAccountLinksRequest",
"ListAnalyticsAccountLinksResponse",
"ListOrganizationsRequest",
"ListOrganizationsResponse",
"ReportPropertyUsageRequest",
"ReportPropertyUsageResponse",
"SetPropertyServiceLevelRequest",
"SetPropertyServiceLevelResponse",
"AnalyticsServiceLevel",
"AnalyticsAccountLink",
"Organization",
"AnalyticsPropertyType",
"AnalyticsServiceLevel",
"LinkVerificationState",
)
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,47 @@
MarketingplatformAdminServiceClient,
)
from .types.marketingplatform_admin import (
AnalyticsServiceLevel,
CreateAnalyticsAccountLinkRequest,
DeleteAnalyticsAccountLinkRequest,
FindSalesPartnerManagedClientsRequest,
FindSalesPartnerManagedClientsResponse,
GetOrganizationRequest,
ListAnalyticsAccountLinksRequest,
ListAnalyticsAccountLinksResponse,
ListOrganizationsRequest,
ListOrganizationsResponse,
ReportPropertyUsageRequest,
ReportPropertyUsageResponse,
SetPropertyServiceLevelRequest,
SetPropertyServiceLevelResponse,
)
from .types.resources import AnalyticsAccountLink, LinkVerificationState, Organization
from .types.resources import (
AnalyticsAccountLink,
AnalyticsPropertyType,
AnalyticsServiceLevel,
LinkVerificationState,
Organization,
)

__all__ = (
"MarketingplatformAdminServiceAsyncClient",
"AnalyticsAccountLink",
"AnalyticsPropertyType",
"AnalyticsServiceLevel",
"CreateAnalyticsAccountLinkRequest",
"DeleteAnalyticsAccountLinkRequest",
"FindSalesPartnerManagedClientsRequest",
"FindSalesPartnerManagedClientsResponse",
"GetOrganizationRequest",
"LinkVerificationState",
"ListAnalyticsAccountLinksRequest",
"ListAnalyticsAccountLinksResponse",
"ListOrganizationsRequest",
"ListOrganizationsResponse",
"MarketingplatformAdminServiceClient",
"Organization",
"ReportPropertyUsageRequest",
"ReportPropertyUsageResponse",
"SetPropertyServiceLevelRequest",
"SetPropertyServiceLevelResponse",
)
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"delete_analytics_account_link"
]
},
"FindSalesPartnerManagedClients": {
"methods": [
"find_sales_partner_managed_clients"
]
},
"GetOrganization": {
"methods": [
"get_organization"
Expand All @@ -30,6 +35,16 @@
"list_analytics_account_links"
]
},
"ListOrganizations": {
"methods": [
"list_organizations"
]
},
"ReportPropertyUsage": {
"methods": [
"report_property_usage"
]
},
"SetPropertyServiceLevel": {
"methods": [
"set_property_service_level"
Expand All @@ -50,6 +65,11 @@
"delete_analytics_account_link"
]
},
"FindSalesPartnerManagedClients": {
"methods": [
"find_sales_partner_managed_clients"
]
},
"GetOrganization": {
"methods": [
"get_organization"
Expand All @@ -60,6 +80,16 @@
"list_analytics_account_links"
]
},
"ListOrganizations": {
"methods": [
"list_organizations"
]
},
"ReportPropertyUsage": {
"methods": [
"report_property_usage"
]
},
"SetPropertyServiceLevel": {
"methods": [
"set_property_service_level"
Expand All @@ -80,6 +110,11 @@
"delete_analytics_account_link"
]
},
"FindSalesPartnerManagedClients": {
"methods": [
"find_sales_partner_managed_clients"
]
},
"GetOrganization": {
"methods": [
"get_organization"
Expand All @@ -90,6 +125,16 @@
"list_analytics_account_links"
]
},
"ListOrganizations": {
"methods": [
"list_organizations"
]
},
"ReportPropertyUsage": {
"methods": [
"report_property_usage"
]
},
"SetPropertyServiceLevel": {
"methods": [
"set_property_service_level"
Expand Down
Loading
Loading