google-ads-marketing_platform-admin 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df138db00b6b9012a7e81318db9b7eb0f259c690fde970bd1cfe928834903379
4
- data.tar.gz: 96f2d7d9f02402d9f6d35c0514ad9fadc85b52dc523c58b1bd339f0eaa9fd4d2
3
+ metadata.gz: '0321862c459b1e590c87fcfa8a4c07a935638fe30c47be4d9c7a4a9925a69a42'
4
+ data.tar.gz: a75788704d395e0d306cb360ba527607ab13cb85cd37e4f2f160c0c704c12103
5
5
  SHA512:
6
- metadata.gz: ebfcf6d99a1dc20919c675d01312b75a9ec146dc6992740f4d9050bfb1e7cc5e2db43a7a2e4d33c6f39457bf1cb7aee596fc136def56ab2abdf5d6b4da875159
7
- data.tar.gz: 4430831afca167560d8f1ad4883ca1faac6031e9d930f2299d5619ec668075dcba445be0da5d2c4775b0588c2e06d30e8695d530473db608a90bd1b5bb0c3905
6
+ metadata.gz: f71741bfbe881a425ba0aa44380fc0d768cacdcddef191e1d30b1825b410a7d4a84bb8a9518159383d37257e91accc0c7ae9e2353b2c8c8d2b9f89bdd7e6d629
7
+ data.tar.gz: 6f86f6e8759ca744947f4321c13e345e840f3e5294f215166586342694e708ac21506a1680505670f2e237fe3774538accf78dc1d18f6ee7a07180fb5d7a478b
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/marketingplatformadmin.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/ads/marketing_platform/admin"
39
+
40
+ client = Google::Ads::MarketingPlatform::Admin.marketingplatform_admin_service
41
+ request = ::Google::Ads::MarketingPlatform::Admin::V1alpha::GetOrganizationRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_organization request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Ads
22
22
  module MarketingPlatform
23
23
  module Admin
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-ads-marketing_platform-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC