Skip to content

Commit

Permalink
Re-generated google-cloud-firestore (no significant changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dazuma committed Jan 7, 2019
1 parent 5d1caa2 commit 7dc5c3c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,76 +15,12 @@

module Google
module Protobuf
# Wrapper message for `double`.
#
# The JSON representation for `DoubleValue` is JSON number.
# @!attribute [rw] value
# @return [Float]
# The double value.
class DoubleValue; end

# Wrapper message for `float`.
#
# The JSON representation for `FloatValue` is JSON number.
# @!attribute [rw] value
# @return [Float]
# The float value.
class FloatValue; end

# Wrapper message for `int64`.
#
# The JSON representation for `Int64Value` is JSON string.
# @!attribute [rw] value
# @return [Integer]
# The int64 value.
class Int64Value; end

# Wrapper message for `uint64`.
#
# The JSON representation for `UInt64Value` is JSON string.
# @!attribute [rw] value
# @return [Integer]
# The uint64 value.
class UInt64Value; end

# Wrapper message for `int32`.
#
# The JSON representation for `Int32Value` is JSON number.
# @!attribute [rw] value
# @return [Integer]
# The int32 value.
class Int32Value; end

# Wrapper message for `uint32`.
#
# The JSON representation for `UInt32Value` is JSON number.
# @!attribute [rw] value
# @return [Integer]
# The uint32 value.
class UInt32Value; end

# Wrapper message for `bool`.
#
# The JSON representation for `BoolValue` is JSON `true` and `false`.
# @!attribute [rw] value
# @return [true, false]
# The bool value.
class BoolValue; end

# Wrapper message for `string`.
#
# The JSON representation for `StringValue` is JSON string.
# @!attribute [rw] value
# @return [String]
# The string value.
class StringValue; end

# Wrapper message for `bytes`.
#
# The JSON representation for `BytesValue` is JSON string.
# @!attribute [rw] value
# @return [String]
# The bytes value.
class BytesValue; end
end
end
33 changes: 19 additions & 14 deletions google-cloud-firestore/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
{
"updateTime": "2019-01-05T00:43:16.553744Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "36f292faa9a7bffae6abef4885a2ec7936dc47a6",
"internalRef": "222122496"
"generator": {
"name": "artman",
"version": "0.16.4",
"dockerImage": "googleapis/artman@sha256:8b45fae963557c3299921037ecbb86f0689f41b1b4aea73408ebc50562cb2857"
}
},
{
"git": {
"name": "googleapis-private",
"remote": "https://github.com/googleapis/googleapis-private.git",
"sha": "05e2ff6ef669808daed3c3b2f97eec514bd18d76",
"internalRef": "222154680"
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a111a53c0c6722afcd793b64724ceef7862db5b9",
"internalRef": "227896184"
}
},
}
],
"destinations": [
{
"generator": {
"name": "artman",
"version": "0.16.0",
"dockerImage": "googleapis/artman@sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b"
"client": {
"source": "googleapis",
"apiName": "firestore",
"apiVersion": "v1beta1",
"language": "ruby",
"generator": "gapic",
"config": "google/firestore/artman_firestore.yaml"
}
}
]
Expand Down

0 comments on commit 7dc5c3c

Please sign in to comment.