chirpstack/api/js/google/api/client_pb.js
2022-04-06 21:18:32 +01:00

92 lines
3.0 KiB
JavaScript
Vendored

/**
* @fileoverview
* @enhanceable
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();
var google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb.js');
goog.exportSymbol('google.api.default_host', null, global);
goog.exportSymbol('google.api.method_signature', null, global);
goog.exportSymbol('google.api.oauth_scopes', null, global);
/**
* A tuple of {field number, class constructor} for the extension
* field named `methodSignatureList`.
* @type {!jspb.ExtensionFieldInfo.<!Array.<string>>}
*/
proto.google.api.methodSignatureList = new jspb.ExtensionFieldInfo(
1051,
{methodSignatureList: 0},
null,
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
null),
1);
google_protobuf_descriptor_pb.MethodOptions.extensionsBinary[1051] = new jspb.ExtensionFieldBinaryInfo(
proto.google.api.methodSignatureList,
jspb.BinaryReader.prototype.readString,
jspb.BinaryWriter.prototype.writeRepeatedString,
null,
null,
false);
// This registers the extension field with the extended class, so that
// toObject() will function correctly.
google_protobuf_descriptor_pb.MethodOptions.extensions[1051] = proto.google.api.methodSignatureList;
/**
* A tuple of {field number, class constructor} for the extension
* field named `defaultHost`.
* @type {!jspb.ExtensionFieldInfo.<string>}
*/
proto.google.api.defaultHost = new jspb.ExtensionFieldInfo(
1049,
{defaultHost: 0},
null,
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
null),
0);
google_protobuf_descriptor_pb.ServiceOptions.extensionsBinary[1049] = new jspb.ExtensionFieldBinaryInfo(
proto.google.api.defaultHost,
jspb.BinaryReader.prototype.readString,
jspb.BinaryWriter.prototype.writeString,
null,
null,
false);
// This registers the extension field with the extended class, so that
// toObject() will function correctly.
google_protobuf_descriptor_pb.ServiceOptions.extensions[1049] = proto.google.api.defaultHost;
/**
* A tuple of {field number, class constructor} for the extension
* field named `oauthScopes`.
* @type {!jspb.ExtensionFieldInfo.<string>}
*/
proto.google.api.oauthScopes = new jspb.ExtensionFieldInfo(
1050,
{oauthScopes: 0},
null,
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
null),
0);
google_protobuf_descriptor_pb.ServiceOptions.extensionsBinary[1050] = new jspb.ExtensionFieldBinaryInfo(
proto.google.api.oauthScopes,
jspb.BinaryReader.prototype.readString,
jspb.BinaryWriter.prototype.writeString,
null,
null,
false);
// This registers the extension field with the extended class, so that
// toObject() will function correctly.
google_protobuf_descriptor_pb.ServiceOptions.extensions[1050] = proto.google.api.oauthScopes;
goog.object.extend(exports, proto.google.api);