Skip to content

Commit

Permalink
fix(docs): remove unused long running operations types
Browse files Browse the repository at this point in the history
fix(docs): remove unused long running operations types
  • Loading branch information
yoshi-automation authored and jkwlui committed Jan 4, 2019
1 parent 4bbe64f commit 8608c7e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 140 deletions.
128 changes: 0 additions & 128 deletions src/v1/doc/google/protobuf/doc_wrappers.js
Expand Up @@ -15,70 +15,6 @@
// Note: this file is purely for documentation. Any contents are not expected
// to be loaded as the JS file.

/**
* Wrapper message for `double`.
*
* The JSON representation for `DoubleValue` is JSON number.
*
* @property {number} value
* The double value.
*
* @typedef DoubleValue
* @memberof google.protobuf
* @see [google.protobuf.DoubleValue definition in proto format]{@link https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto}
*/
const DoubleValue = {
// This is for documentation. Actual contents will be loaded by gRPC.
};

/**
* Wrapper message for `float`.
*
* The JSON representation for `FloatValue` is JSON number.
*
* @property {number} value
* The float value.
*
* @typedef FloatValue
* @memberof google.protobuf
* @see [google.protobuf.FloatValue definition in proto format]{@link https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto}
*/
const FloatValue = {
// This is for documentation. Actual contents will be loaded by gRPC.
};

/**
* Wrapper message for `int64`.
*
* The JSON representation for `Int64Value` is JSON string.
*
* @property {number} value
* The int64 value.
*
* @typedef Int64Value
* @memberof google.protobuf
* @see [google.protobuf.Int64Value definition in proto format]{@link https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto}
*/
const Int64Value = {
// This is for documentation. Actual contents will be loaded by gRPC.
};

/**
* Wrapper message for `uint64`.
*
* The JSON representation for `UInt64Value` is JSON string.
*
* @property {number} value
* The uint64 value.
*
* @typedef UInt64Value
* @memberof google.protobuf
* @see [google.protobuf.UInt64Value definition in proto format]{@link https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto}
*/
const UInt64Value = {
// This is for documentation. Actual contents will be loaded by gRPC.
};

/**
* Wrapper message for `int32`.
*
Expand All @@ -93,68 +29,4 @@ const UInt64Value = {
*/
const Int32Value = {
// This is for documentation. Actual contents will be loaded by gRPC.
};

/**
* Wrapper message for `uint32`.
*
* The JSON representation for `UInt32Value` is JSON number.
*
* @property {number} value
* The uint32 value.
*
* @typedef UInt32Value
* @memberof google.protobuf
* @see [google.protobuf.UInt32Value definition in proto format]{@link https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto}
*/
const UInt32Value = {
// This is for documentation. Actual contents will be loaded by gRPC.
};

/**
* Wrapper message for `bool`.
*
* The JSON representation for `BoolValue` is JSON `true` and `false`.
*
* @property {boolean} value
* The bool value.
*
* @typedef BoolValue
* @memberof google.protobuf
* @see [google.protobuf.BoolValue definition in proto format]{@link https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto}
*/
const BoolValue = {
// This is for documentation. Actual contents will be loaded by gRPC.
};

/**
* Wrapper message for `string`.
*
* The JSON representation for `StringValue` is JSON string.
*
* @property {string} value
* The string value.
*
* @typedef StringValue
* @memberof google.protobuf
* @see [google.protobuf.StringValue definition in proto format]{@link https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto}
*/
const StringValue = {
// This is for documentation. Actual contents will be loaded by gRPC.
};

/**
* Wrapper message for `bytes`.
*
* The JSON representation for `BytesValue` is JSON string.
*
* @property {string} value
* The bytes value.
*
* @typedef BytesValue
* @memberof google.protobuf
* @see [google.protobuf.BytesValue definition in proto format]{@link https://github.com/google/protobuf/blob/master/src/google/protobuf/wrappers.proto}
*/
const BytesValue = {
// This is for documentation. Actual contents will be loaded by gRPC.
};
36 changes: 24 additions & 12 deletions synth.metadata
@@ -1,26 +1,38 @@
{
"updateTime": "2019-01-03T17:52:45.953619Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.4",
"dockerImage": "googleapis/artman@sha256:8b45fae963557c3299921037ecbb86f0689f41b1b4aea73408ebc50562cb2857"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5a57f0c13a358b2b15452bf2d67453774a5f6d4f",
"internalRef": "221837528"
"sha": "2a5caab4315cb5ab3d5c97c90c6d4e9441052b16",
"internalRef": "227195651"
}
},
{
"git": {
"name": "googleapis-private",
"remote": "https://github.com/googleapis/googleapis-private.git",
"sha": "6aa8e1a447bb8d0367150356a28cb4d3f2332641",
"internalRef": "221340946"
"template": {
"name": "node_library",
"origin": "synthtool.gcp",
"version": "2018.12.6"
}
},
}
],
"destinations": [
{
"generator": {
"name": "artman",
"version": "0.16.0",
"dockerImage": "googleapis/artman@sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b"
"client": {
"source": "googleapis",
"apiName": "datastore",
"apiVersion": "v1",
"language": "nodejs",
"generator": "gapic",
"config": "google/datastore/artman_datastore.yaml"
}
}
]
Expand Down

0 comments on commit 8608c7e

Please sign in to comment.