custos-client-sdks/custos-js-sdk/stubs/integration-services/agent-management/AgentManagementService_pb.js (332 lines of code) (raw):

/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ // source: src/main/proto/AgentManagementService.proto /** * @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_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js'); goog.object.extend(proto, google_protobuf_empty_pb); var IamAdminService_pb = require('../../core-services/iam-admin-service/IamAdminService_pb'); goog.object.extend(proto, IamAdminService_pb); goog.exportSymbol('proto.org.apache.custos.agent.management.service.AgentRegistrationResponse', null, global); goog.exportSymbol('proto.org.apache.custos.agent.management.service.AgentSearchRequest', null, global); goog.exportSymbol('proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest', 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.org.apache.custos.agent.management.service.AgentSearchRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.agent.management.service.AgentSearchRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.displayName = 'proto.org.apache.custos.agent.management.service.AgentSearchRequest'; } /** * 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.org.apache.custos.agent.management.service.AgentRegistrationResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.agent.management.service.AgentRegistrationResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.displayName = 'proto.org.apache.custos.agent.management.service.AgentRegistrationResponse'; } /** * 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.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.displayName = 'proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest'; } if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.agent.management.service.AgentSearchRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.toObject = function(includeInstance, msg) { var f, obj = { tenantid: jspb.Message.getFieldWithDefault(msg, 2, 0), accesstoken: jspb.Message.getFieldWithDefault(msg, 3, ""), clientid: jspb.Message.getFieldWithDefault(msg, 4, ""), clientsec: jspb.Message.getFieldWithDefault(msg, 5, ""), performedby: jspb.Message.getFieldWithDefault(msg, 6, ""), id: jspb.Message.getFieldWithDefault(msg, 7, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.agent.management.service.AgentSearchRequest; return proto.org.apache.custos.agent.management.service.AgentSearchRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 2: var value = /** @type {number} */ (reader.readInt64()); msg.setTenantid(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setAccesstoken(value); break; case 4: var value = /** @type {string} */ (reader.readString()); msg.setClientid(value); break; case 5: var value = /** @type {string} */ (reader.readString()); msg.setClientsec(value); break; case 6: var value = /** @type {string} */ (reader.readString()); msg.setPerformedby(value); break; case 7: var value = /** @type {string} */ (reader.readString()); msg.setId(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.agent.management.service.AgentSearchRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTenantid(); if (f !== 0) { writer.writeInt64( 2, f ); } f = message.getAccesstoken(); if (f.length > 0) { writer.writeString( 3, f ); } f = message.getClientid(); if (f.length > 0) { writer.writeString( 4, f ); } f = message.getClientsec(); if (f.length > 0) { writer.writeString( 5, f ); } f = message.getPerformedby(); if (f.length > 0) { writer.writeString( 6, f ); } f = message.getId(); if (f.length > 0) { writer.writeString( 7, f ); } }; /** * optional int64 tenantId = 2; * @return {number} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.getTenantid = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} returns this */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.setTenantid = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; /** * optional string accessToken = 3; * @return {string} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.getAccesstoken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} returns this */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.setAccesstoken = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * optional string clientId = 4; * @return {string} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.getClientid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} returns this */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.setClientid = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** * optional string clientSec = 5; * @return {string} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.getClientsec = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} returns this */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.setClientsec = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; /** * optional string performedBy = 6; * @return {string} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.getPerformedby = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} returns this */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.setPerformedby = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; /** * optional string id = 7; * @return {string} */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.agent.management.service.AgentSearchRequest} returns this */ proto.org.apache.custos.agent.management.service.AgentSearchRequest.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.org.apache.custos.agent.management.service.AgentRegistrationResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, ""), secret: jspb.Message.getFieldWithDefault(msg, 2, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.org.apache.custos.agent.management.service.AgentRegistrationResponse} */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.agent.management.service.AgentRegistrationResponse; return proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.agent.management.service.AgentRegistrationResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.agent.management.service.AgentRegistrationResponse} */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setId(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setSecret(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.org.apache.custos.agent.management.service.AgentRegistrationResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getSecret(); if (f.length > 0) { writer.writeString( 2, f ); } }; /** * optional string id = 1; * @return {string} */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.agent.management.service.AgentRegistrationResponse} returns this */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string secret = 2; * @return {string} */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.prototype.getSecret = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.agent.management.service.AgentRegistrationResponse} returns this */ proto.org.apache.custos.agent.management.service.AgentRegistrationResponse.prototype.setSecret = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto. * Field names that are reserved in JavaScript and will be renamed to pb_name. * Optional fields that are not set will be set to undefined. * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default. * For the list of reserved names please see: * net/proto2/compiler/js/internal/generator.cc#kKeyword. * @param {boolean=} opt_includeInstance Deprecated. whether to include the * JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @return {!Object} */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.toObject = function(includeInstance, msg) { var f, obj = { tenantid: jspb.Message.getFieldWithDefault(msg, 2, 0), clientid: jspb.Message.getFieldWithDefault(msg, 4, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest} */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest; return proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest} */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 2: var value = /** @type {number} */ (reader.readInt64()); msg.setTenantid(value); break; case 4: var value = /** @type {string} */ (reader.readString()); msg.setClientid(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTenantid(); if (f !== 0) { writer.writeInt64( 2, f ); } f = message.getClientid(); if (f.length > 0) { writer.writeString( 4, f ); } }; /** * optional int64 tenantId = 2; * @return {number} */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.prototype.getTenantid = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest} returns this */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.prototype.setTenantid = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; /** * optional string clientId = 4; * @return {string} */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.prototype.getClientid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest} returns this */ proto.org.apache.custos.agent.management.service.SynchronizeAgentDBRequest.prototype.setClientid = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; goog.object.extend(exports, proto.org.apache.custos.agent.management.service);