google-cloud-bigquery-data_policies-v1 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0b9abc41737b9363549c3db8b6630ac607dcc21bb93341ace4b2d571ff75747
4
- data.tar.gz: df881fa8ed63624f6e9dcb815b2cdfd8bc63e9f482f59a7e67fbe0d130a8e772
3
+ metadata.gz: 6170e66aaf3ed37ca9b2e269970f75af1cb47e3b227d2ddd5800e4af9ad4d22c
4
+ data.tar.gz: 736e0ab47211e1f40394ff35ef8bed5e10a3706300370743d1d9f633c4f57101
5
5
  SHA512:
6
- metadata.gz: fdd19aff3f36116867e725463fcf42b6e6bf73abb42873f55c515da776dab861e39ab15359510565e9aea39cbfa879d522860d2c9eb54aefad2e8abfcfe2aa5d
7
- data.tar.gz: 9b1f122eefeb816ababb69a5f50990ade292242c957b256fb0fee4bf56742c7db125e8ee24744131d82195b518e3cc7489acf4f726319a8bd1694bbc07b96742
6
+ metadata.gz: d4f941f5de7df4a9cb3b3234aaea2c2821be27e2571f73b28a2fd8cad1914cd4abd6f91c8f28e1bc89ab081f667f045dbd3bde94b65c46d8baddb6f0c8ce867e
7
+ data.tar.gz: a48a14faf4e97103602031907b07ffe2822d24ffdd6a233459cb31770866904cf84f84bae7e93cf6058e4c0c4ede9d91a454b3acc86e4c5a729e8414641df0a9
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the BigQuery Data Policy Service V1 API
2
2
 
3
- API Client library for the BigQuery Data Policy Service V1 API
3
+ Allows users to manage BigQuery data policies.
4
4
 
5
5
  The Data Policy Service provides APIs for managing the BigQuery label-policy bindings.
6
6
 
@@ -693,13 +693,11 @@ module Google
693
693
  # # Call the list_data_policies method.
694
694
  # result = client.list_data_policies request
695
695
  #
696
- # # The returned object is of type Gapic::PagedEnumerable. You can
697
- # # iterate over all elements by calling #each, and the enumerable
698
- # # will lazily make API calls to fetch subsequent pages. Other
699
- # # methods are also available for managing paging directly.
700
- # result.each do |response|
696
+ # # The returned object is of type Gapic::PagedEnumerable. You can iterate
697
+ # # over elements, and API calls will be issued to fetch pages as needed.
698
+ # result.each do |item|
701
699
  # # Each element is of type ::Google::Cloud::Bigquery::DataPolicies::V1::DataPolicy.
702
- # p response
700
+ # p item
703
701
  # end
704
702
  #
705
703
  def list_data_policies request, options = nil