Skip to content

Commit

Permalink
fix(docs): remove unused long running operations types
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and jkwlui committed Jan 4, 2019
1 parent 0768a9f commit 8c2ccf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 133 deletions.
128 changes: 0 additions & 128 deletions dev/src/v1beta1/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.
};
10 changes: 5 additions & 5 deletions synth.metadata
@@ -1,19 +1,19 @@
{
"updateTime": "2018-12-08T12:08:17.347125Z",
"updateTime": "2019-01-03T17:40:22.585534Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.2",
"dockerImage": "googleapis/artman@sha256:2f6b261ee7fe1aedf238991c93a20b3820de37a343d0cacf3e3e9555c2aaf2ea"
"version": "0.16.4",
"dockerImage": "googleapis/artman@sha256:8b45fae963557c3299921037ecbb86f0689f41b1b4aea73408ebc50562cb2857"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6f6505a69b2b0a1260c93e890d636eefb859e76e",
"internalRef": "224530961"
"sha": "2a5caab4315cb5ab3d5c97c90c6d4e9441052b16",
"internalRef": "227195651"
}
},
{
Expand Down

0 comments on commit 8c2ccf3

Please sign in to comment.