google-cloud-bigquery-data_transfer-v1 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,20 +27,20 @@ module Google
27
27
  # You can find out more about this error model and how to work with it in the
28
28
  # [API Design Guide](https://cloud.google.com/apis/design/errors).
29
29
  # @!attribute [rw] code
30
- # @return [Integer]
30
+ # @return [::Integer]
31
31
  # The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
32
32
  # @!attribute [rw] message
33
- # @return [String]
33
+ # @return [::String]
34
34
  # A developer-facing error message, which should be in English. Any
35
35
  # user-facing error message should be localized and sent in the
36
- # {Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
36
+ # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
37
37
  # @!attribute [rw] details
38
- # @return [Array<Google::Protobuf::Any>]
38
+ # @return [::Array<::Google::Protobuf::Any>]
39
39
  # A list of messages that carry the error details. There is a common set of
40
40
  # message types for APIs to use.
41
41
  class Status
42
- include Google::Protobuf::MessageExts
43
- extend Google::Protobuf::MessageExts::ClassMethods
42
+ include ::Google::Protobuf::MessageExts
43
+ extend ::Google::Protobuf::MessageExts::ClassMethods
44
44
  end
45
45
  end
46
46
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_transfer-v1
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
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-24 00:00:00.000000000 Z
11
+ date: 2020-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common