How to use the google-protobuf/google/protobuf/timestamp_pb.js function in google-protobuf

To help you get started, we’ve selected a few google-protobuf examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github hyperledger / burrow / js / proto / tendermint / consensus / wal_pb.js View on Github external
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var gogoproto_gogo_pb = require('../../gogoproto/gogo_pb.js');
goog.object.extend(proto, gogoproto_gogo_pb);
var tendermint_consensus_types_pb = require('../../tendermint/consensus/types_pb.js');
goog.object.extend(proto, tendermint_consensus_types_pb);
var tendermint_types_events_pb = require('../../tendermint/types/events_pb.js');
goog.object.extend(proto, tendermint_types_events_pb);
var google_protobuf_duration_pb = require('google-protobuf/google/protobuf/duration_pb.js');
goog.object.extend(proto, google_protobuf_duration_pb);
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
goog.exportSymbol('proto.tendermint.consensus.EndHeight', null, global);
goog.exportSymbol('proto.tendermint.consensus.MsgInfo', null, global);
goog.exportSymbol('proto.tendermint.consensus.TimedWALMessage', null, global);
goog.exportSymbol('proto.tendermint.consensus.TimeoutInfo', null, global);
goog.exportSymbol('proto.tendermint.consensus.WALMessage', null, global);
goog.exportSymbol('proto.tendermint.consensus.WALMessage.SumCase', null, global);
/**
 * Generated by JsPbCodeGenerator.
 * @param {Array=} opt_data Optional initial data array, typically from a
 * server response, or constructed directly in Javascript. The array is used
 * in place and becomes part of the constructed object. It is not cloned.
 * If no data is provided, the constructed object will be empty, but still
 * valid.
 * @extends {jspb.Message}
 * @constructor
 */
github caos / zitadel / console / src / app / proto / generated / admin_pb.js View on Github external
* @suppress {messageConventions} JS Compiler reports an error if a variable or
 *     field starts with 'MSG_' and isn't a translatable message.
 * @public
 */
// GENERATED CODE -- DO NOT EDIT!

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var google_api_annotations_pb = require('./google/api/annotations_pb.js');
goog.object.extend(proto, google_api_annotations_pb);
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
goog.object.extend(proto, google_protobuf_empty_pb);
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
goog.object.extend(proto, google_protobuf_struct_pb);
var validate_validate_pb = require('./validate/validate_pb.js');
goog.object.extend(proto, validate_validate_pb);
var protoc$gen$swagger_options_annotations_pb = require('./protoc-gen-swagger/options/annotations_pb.js');
goog.object.extend(proto, protoc$gen$swagger_options_annotations_pb);
var authoption_options_pb = require('./authoption/options_pb.js');
goog.object.extend(proto, authoption_options_pb);
goog.exportSymbol('proto.caos.zitadel.admin.api.v1.CreateOrgRequest', null, global);
goog.exportSymbol('proto.caos.zitadel.admin.api.v1.CreateUserRequest', null, global);
goog.exportSymbol('proto.caos.zitadel.admin.api.v1.Gender', null, global);
goog.exportSymbol('proto.caos.zitadel.admin.api.v1.Org', null, global);
goog.exportSymbol('proto.caos.zitadel.admin.api.v1.OrgID', null, global);
goog.exportSymbol('proto.caos.zitadel.admin.api.v1.OrgIamPolicy', null, global);
goog.exportSymbol('proto.caos.zitadel.admin.api.v1.OrgIamPolicyID', null, global);
goog.exportSymbol('proto.caos.zitadel.admin.api.v1.OrgIamPolicyRequest', null, global);
github hyperledger / burrow / js / proto / dump_pb.js View on Github external
* @suppress {messageConventions} JS Compiler reports an error if a variable or
 *     field starts with 'MSG_' and isn't a translatable message.
 * @public
 */
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var gogoproto_gogo_pb = require('./gogoproto/gogo_pb.js');
goog.object.extend(proto, gogoproto_gogo_pb);
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
var acm_pb = require('./acm_pb.js');
goog.object.extend(proto, acm_pb);
var exec_pb = require('./exec_pb.js');
goog.object.extend(proto, exec_pb);
var names_pb = require('./names_pb.js');
goog.object.extend(proto, names_pb);
goog.exportSymbol('proto.dump.AccountStorage', null, global);
goog.exportSymbol('proto.dump.Dump', null, global);
goog.exportSymbol('proto.dump.EVMEvent', null, global);
goog.exportSymbol('proto.dump.Storage', null, global);
/**
 * Generated by JsPbCodeGenerator.
 * @param {Array=} opt_data Optional initial data array, typically from a
 * server response, or constructed directly in Javascript. The array is used
 * in place and becomes part of the constructed object. It is not cloned.
 * If no data is provided, the constructed object will be empty, but still
github hyperledger / burrow / js / proto / tendermint / types / canonical_pb.js View on Github external
* @public
 */
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var gogoproto_gogo_pb = require('../../gogoproto/gogo_pb.js');
goog.object.extend(proto, gogoproto_gogo_pb);
var tendermint_types_types_pb = require('../../tendermint/types/types_pb.js');
goog.object.extend(proto, tendermint_types_types_pb);
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
goog.exportSymbol('proto.tendermint.types.CanonicalBlockID', null, global);
goog.exportSymbol('proto.tendermint.types.CanonicalPartSetHeader', null, global);
goog.exportSymbol('proto.tendermint.types.CanonicalProposal', null, global);
goog.exportSymbol('proto.tendermint.types.CanonicalVote', null, global);
/**
 * Generated by JsPbCodeGenerator.
 * @param {Array=} opt_data Optional initial data array, typically from a
 * server response, or constructed directly in Javascript. The array is used
 * in place and becomes part of the constructed object. It is not cloned.
 * If no data is provided, the constructed object will be empty, but still
 * valid.
 * @extends {jspb.Message}
 * @constructor
 */
proto.tendermint.types.CanonicalBlockID = function(opt_data) {
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
github ArcBlock / forge-js / forge / forge-proto / lib / withdraw_token_tx_pb.js View on Github external
* @fileoverview
 * @enhanceable
 * @suppress {messageConventions} JS Compiler reports an error if a variable or
 *     field starts with 'MSG_' and isn't a translatable message.
 * @public
 */
// GENERATED CODE -- DO NOT EDIT!

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var type_pb = require('./type_pb.js');
goog.object.extend(proto, type_pb);
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
goog.exportSymbol('proto.forge_abi.WithdrawTokenTx', null, global);

/**
 * Generated by JsPbCodeGenerator.
 * @param {Array=} opt_data Optional initial data array, typically from a
 * server response, or constructed directly in Javascript. The array is used
 * in place and becomes part of the constructed object. It is not cloned.
 * If no data is provided, the constructed object will be empty, but still
 * valid.
 * @extends {jspb.Message}
 * @constructor
 */
proto.forge_abi.WithdrawTokenTx = function(opt_data) {
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.forge_abi.WithdrawTokenTx, jspb.Message);
github hyperledger / burrow / js / proto / bcm_pb.js View on Github external
* @suppress {messageConventions} JS Compiler reports an error if a variable or
 *     field starts with 'MSG_' and isn't a translatable message.
 * @public
 */
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var gogoproto_gogo_pb = require('./gogoproto/gogo_pb.js');
goog.object.extend(proto, gogoproto_gogo_pb);
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
var google_protobuf_duration_pb = require('google-protobuf/google/protobuf/duration_pb.js');
goog.object.extend(proto, google_protobuf_duration_pb);
goog.exportSymbol('proto.bcm.PersistedState', null, global);
goog.exportSymbol('proto.bcm.SyncInfo', null, global);
/**
 * Generated by JsPbCodeGenerator.
 * @param {Array=} opt_data Optional initial data array, typically from a
 * server response, or constructed directly in Javascript. The array is used
 * in place and becomes part of the constructed object. It is not cloned.
 * If no data is provided, the constructed object will be empty, but still
 * valid.
 * @extends {jspb.Message}
 * @constructor
 */
proto.bcm.SyncInfo = function(opt_data) {
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
github iotexproject / iotex-antenna / protogen / proto / types / endorsement_pb.js View on Github external
/**
 * @fileoverview
 * @enhanceable
 * @suppress {messageConventions} JS Compiler reports an error if a variable or
 *     field starts with 'MSG_' and isn't a translatable message.
 * @public
 */
// GENERATED CODE -- DO NOT EDIT!

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
goog.exportSymbol('proto.iotextypes.Endorsement', null, global);
/**
 * Generated by JsPbCodeGenerator.
 * @param {Array=} opt_data Optional initial data array, typically from a
 * server response, or constructed directly in Javascript. The array is used
 * in place and becomes part of the constructed object. It is not cloned.
 * If no data is provided, the constructed object will be empty, but still
 * valid.
 * @extends {jspb.Message}
 * @constructor
 */
proto.iotextypes.Endorsement = function(opt_data) {
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
};
goog.inherits(proto.iotextypes.Endorsement, jspb.Message);
if (goog.DEBUG && !COMPILED) {
github iotexproject / iotex-antenna / protogen / proto / rpc / rpc_pb.js View on Github external
/**
 * @fileoverview
 * @enhanceable
 * @suppress {messageConventions} JS Compiler reports an error if a variable or
 *     field starts with 'MSG_' and isn't a translatable message.
 * @public
 */
// GENERATED CODE -- DO NOT EDIT!

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
goog.exportSymbol('proto.iotexrpc.BlockSync', null, global);
goog.exportSymbol('proto.iotexrpc.BroadcastMsg', null, global);
goog.exportSymbol('proto.iotexrpc.MessageType', null, global);
goog.exportSymbol('proto.iotexrpc.UnicastMsg', null, global);
/**
 * Generated by JsPbCodeGenerator.
 * @param {Array=} opt_data Optional initial data array, typically from a
 * server response, or constructed directly in Javascript. The array is used
 * in place and becomes part of the constructed object. It is not cloned.
 * If no data is provided, the constructed object will be empty, but still
 * valid.
 * @extends {jspb.Message}
 * @constructor
 */
proto.iotexrpc.BlockSync = function(opt_data) {
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
github ArcBlock / forge-js / forge / forge-proto / lib / withdraw_tether_tx_pb.js View on Github external
* @fileoverview
 * @enhanceable
 * @suppress {messageConventions} JS Compiler reports an error if a variable or
 *     field starts with 'MSG_' and isn't a translatable message.
 * @public
 */
// GENERATED CODE -- DO NOT EDIT!

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
goog.object.extend(proto, google_protobuf_any_pb);
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
var type_pb = require('./type_pb.js');
goog.object.extend(proto, type_pb);
goog.exportSymbol('proto.forge_abi.ExchangeInfo', null, global);
goog.exportSymbol('proto.forge_abi.ExchangeTetherTx', null, global);
goog.exportSymbol('proto.forge_abi.TetherExchangeInfo', null, global);
goog.exportSymbol('proto.forge_abi.TetherTradeInfo', null, global);
goog.exportSymbol('proto.forge_abi.WithdrawTetherTx', null, global);

/**
 * Generated by JsPbCodeGenerator.
 * @param {Array=} opt_data Optional initial data array, typically from a
 * server response, or constructed directly in Javascript. The array is used
 * in place and becomes part of the constructed object. It is not cloned.
 * If no data is provided, the constructed object will be empty, but still
 * valid.
 * @extends {jspb.Message}
github ArcBlock / forge-js / packages / forge-proto / lib / state_pb.js View on Github external
* @fileoverview
 * @enhanceable
 * @suppress {messageConventions} JS Compiler reports an error if a variable or
 *     field starts with 'MSG_' and isn't a translatable message.
 * @public
 */
// GENERATED CODE -- DO NOT EDIT!

var jspb = require('google-protobuf');
var goog = jspb;
var global = Function('return this')();

var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
goog.object.extend(proto, google_protobuf_any_pb);
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
goog.object.extend(proto, google_protobuf_timestamp_pb);
var enum_pb = require('./enum_pb.js');
goog.object.extend(proto, enum_pb);
var type_pb = require('./type_pb.js');
goog.object.extend(proto, type_pb);
var tx_pb = require('./tx_pb.js');
goog.object.extend(proto, tx_pb);
goog.exportSymbol('proto.forge_abi.AccountState', null, global);
goog.exportSymbol('proto.forge_abi.AssetState', null, global);
goog.exportSymbol('proto.forge_abi.BlacklistState', null, global);
goog.exportSymbol('proto.forge_abi.CoreProtocol', null, global);
goog.exportSymbol('proto.forge_abi.ForgeState', null, global);
goog.exportSymbol('proto.forge_abi.ProtocolState', null, global);
goog.exportSymbol('proto.forge_abi.RootState', null, global);
goog.exportSymbol('proto.forge_abi.StakeState', null, global);
goog.exportSymbol('proto.forge_abi.StatisticsState', null, global);
goog.exportSymbol('proto.forge_abi.TetherInfo', null, global);