custos-client-sdks/custos-js-sdk/stubs/core-services/identity-service/IdentityService_pb.js (1,589 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/IdentityService.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_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js'); goog.object.extend(proto, google_protobuf_struct_pb); goog.exportSymbol('proto.org.apache.custos.identity.service.AuthToken', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.AuthenticationRequest', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.AuthorizationResponse', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.Claim', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.EndSessionRequest', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.GetJWKSRequest', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.GetOIDCConfiguration', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.GetTokenRequest', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.IsAuthenticateResponse', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.OperationStatus', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.TokenResponse', null, global); goog.exportSymbol('proto.org.apache.custos.identity.service.User', 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.identity.service.AuthToken = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.org.apache.custos.identity.service.AuthToken.repeatedFields_, null); }; goog.inherits(proto.org.apache.custos.identity.service.AuthToken, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.AuthToken.displayName = 'proto.org.apache.custos.identity.service.AuthToken'; } /** * 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.identity.service.Claim = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.Claim, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.Claim.displayName = 'proto.org.apache.custos.identity.service.Claim'; } /** * 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.identity.service.User = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.User, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.User.displayName = 'proto.org.apache.custos.identity.service.User'; } /** * 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.identity.service.GetTokenRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.GetTokenRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.GetTokenRequest.displayName = 'proto.org.apache.custos.identity.service.GetTokenRequest'; } /** * 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.identity.service.TokenResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.TokenResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.TokenResponse.displayName = 'proto.org.apache.custos.identity.service.TokenResponse'; } /** * 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.identity.service.AuthenticationRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.AuthenticationRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.AuthenticationRequest.displayName = 'proto.org.apache.custos.identity.service.AuthenticationRequest'; } /** * 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.identity.service.IsAuthenticateResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.IsAuthenticateResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.IsAuthenticateResponse.displayName = 'proto.org.apache.custos.identity.service.IsAuthenticateResponse'; } /** * 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.identity.service.GetUserManagementSATokenRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.displayName = 'proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest'; } /** * 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.identity.service.GetAuthorizationEndpointRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.displayName = 'proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest'; } /** * 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.identity.service.AuthorizationResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.AuthorizationResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.AuthorizationResponse.displayName = 'proto.org.apache.custos.identity.service.AuthorizationResponse'; } /** * 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.identity.service.GetOIDCConfiguration = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.GetOIDCConfiguration, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.displayName = 'proto.org.apache.custos.identity.service.GetOIDCConfiguration'; } /** * 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.identity.service.GetJWKSRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.GetJWKSRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.GetJWKSRequest.displayName = 'proto.org.apache.custos.identity.service.GetJWKSRequest'; } /** * 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.identity.service.EndSessionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.EndSessionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.EndSessionRequest.displayName = 'proto.org.apache.custos.identity.service.EndSessionRequest'; } /** * 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.identity.service.OperationStatus = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.org.apache.custos.identity.service.OperationStatus, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.org.apache.custos.identity.service.OperationStatus.displayName = 'proto.org.apache.custos.identity.service.OperationStatus'; } /** * List of repeated fields within this message type. * @private {!Array<number>} * @const */ proto.org.apache.custos.identity.service.AuthToken.repeatedFields_ = [2]; 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.identity.service.AuthToken.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.AuthToken.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.identity.service.AuthToken} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.AuthToken.toObject = function(includeInstance, msg) { var f, obj = { accesstoken: jspb.Message.getFieldWithDefault(msg, 1, ""), claimsList: jspb.Message.toObjectList(msg.getClaimsList(), proto.org.apache.custos.identity.service.Claim.toObject, includeInstance) }; 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.identity.service.AuthToken} */ proto.org.apache.custos.identity.service.AuthToken.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.AuthToken; return proto.org.apache.custos.identity.service.AuthToken.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.AuthToken} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.AuthToken} */ proto.org.apache.custos.identity.service.AuthToken.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.setAccesstoken(value); break; case 2: var value = new proto.org.apache.custos.identity.service.Claim; reader.readMessage(value,proto.org.apache.custos.identity.service.Claim.deserializeBinaryFromReader); msg.addClaims(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.AuthToken.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.AuthToken.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.identity.service.AuthToken} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.AuthToken.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccesstoken(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getClaimsList(); if (f.length > 0) { writer.writeRepeatedMessage( 2, f, proto.org.apache.custos.identity.service.Claim.serializeBinaryToWriter ); } }; /** * optional string accessToken = 1; * @return {string} */ proto.org.apache.custos.identity.service.AuthToken.prototype.getAccesstoken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.AuthToken} returns this */ proto.org.apache.custos.identity.service.AuthToken.prototype.setAccesstoken = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * repeated Claim claims = 2; * @return {!Array<!proto.org.apache.custos.identity.service.Claim>} */ proto.org.apache.custos.identity.service.AuthToken.prototype.getClaimsList = function() { return /** @type{!Array<!proto.org.apache.custos.identity.service.Claim>} */ ( jspb.Message.getRepeatedWrapperField(this, proto.org.apache.custos.identity.service.Claim, 2)); }; /** * @param {!Array<!proto.org.apache.custos.identity.service.Claim>} value * @return {!proto.org.apache.custos.identity.service.AuthToken} returns this */ proto.org.apache.custos.identity.service.AuthToken.prototype.setClaimsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 2, value); }; /** * @param {!proto.org.apache.custos.identity.service.Claim=} opt_value * @param {number=} opt_index * @return {!proto.org.apache.custos.identity.service.Claim} */ proto.org.apache.custos.identity.service.AuthToken.prototype.addClaims = function(opt_value, opt_index) { return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.org.apache.custos.identity.service.Claim, opt_index); }; /** * Clears the list making it empty but non-null. * @return {!proto.org.apache.custos.identity.service.AuthToken} returns this */ proto.org.apache.custos.identity.service.AuthToken.prototype.clearClaimsList = function() { return this.setClaimsList([]); }; 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.identity.service.Claim.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.Claim.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.identity.service.Claim} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.Claim.toObject = function(includeInstance, msg) { var f, obj = { key: jspb.Message.getFieldWithDefault(msg, 1, ""), value: 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.identity.service.Claim} */ proto.org.apache.custos.identity.service.Claim.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.Claim; return proto.org.apache.custos.identity.service.Claim.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.Claim} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.Claim} */ proto.org.apache.custos.identity.service.Claim.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.setKey(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setValue(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.Claim.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.Claim.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.identity.service.Claim} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.Claim.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getKey(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getValue(); if (f.length > 0) { writer.writeString( 2, f ); } }; /** * optional string key = 1; * @return {string} */ proto.org.apache.custos.identity.service.Claim.prototype.getKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.Claim} returns this */ proto.org.apache.custos.identity.service.Claim.prototype.setKey = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string value = 2; * @return {string} */ proto.org.apache.custos.identity.service.Claim.prototype.getValue = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.Claim} returns this */ proto.org.apache.custos.identity.service.Claim.prototype.setValue = 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.identity.service.User.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.User.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.identity.service.User} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.User.toObject = function(includeInstance, msg) { var f, obj = { sub: jspb.Message.getFieldWithDefault(msg, 1, ""), fullname: jspb.Message.getFieldWithDefault(msg, 2, ""), firstname: jspb.Message.getFieldWithDefault(msg, 3, ""), lastname: jspb.Message.getFieldWithDefault(msg, 4, ""), emailaddress: jspb.Message.getFieldWithDefault(msg, 5, ""), username: jspb.Message.getFieldWithDefault(msg, 6, "") }; 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.identity.service.User} */ proto.org.apache.custos.identity.service.User.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.User; return proto.org.apache.custos.identity.service.User.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.User} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.User} */ proto.org.apache.custos.identity.service.User.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.setSub(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setFullname(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setFirstname(value); break; case 4: var value = /** @type {string} */ (reader.readString()); msg.setLastname(value); break; case 5: var value = /** @type {string} */ (reader.readString()); msg.setEmailaddress(value); break; case 6: var value = /** @type {string} */ (reader.readString()); msg.setUsername(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.User.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.User.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.identity.service.User} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.User.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSub(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getFullname(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getFirstname(); if (f.length > 0) { writer.writeString( 3, f ); } f = message.getLastname(); if (f.length > 0) { writer.writeString( 4, f ); } f = message.getEmailaddress(); if (f.length > 0) { writer.writeString( 5, f ); } f = message.getUsername(); if (f.length > 0) { writer.writeString( 6, f ); } }; /** * optional string sub = 1; * @return {string} */ proto.org.apache.custos.identity.service.User.prototype.getSub = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.User} returns this */ proto.org.apache.custos.identity.service.User.prototype.setSub = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string fullName = 2; * @return {string} */ proto.org.apache.custos.identity.service.User.prototype.getFullname = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.User} returns this */ proto.org.apache.custos.identity.service.User.prototype.setFullname = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string firstName = 3; * @return {string} */ proto.org.apache.custos.identity.service.User.prototype.getFirstname = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.User} returns this */ proto.org.apache.custos.identity.service.User.prototype.setFirstname = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * optional string lastName = 4; * @return {string} */ proto.org.apache.custos.identity.service.User.prototype.getLastname = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.User} returns this */ proto.org.apache.custos.identity.service.User.prototype.setLastname = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** * optional string emailAddress = 5; * @return {string} */ proto.org.apache.custos.identity.service.User.prototype.getEmailaddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.User} returns this */ proto.org.apache.custos.identity.service.User.prototype.setEmailaddress = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; /** * optional string username = 6; * @return {string} */ proto.org.apache.custos.identity.service.User.prototype.getUsername = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.User} returns this */ proto.org.apache.custos.identity.service.User.prototype.setUsername = function(value) { return jspb.Message.setProto3StringField(this, 6, 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.identity.service.GetTokenRequest.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.GetTokenRequest.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.identity.service.GetTokenRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetTokenRequest.toObject = function(includeInstance, msg) { var f, obj = { tenantId: jspb.Message.getFieldWithDefault(msg, 1, 0), clientId: jspb.Message.getFieldWithDefault(msg, 2, ""), clientSecret: jspb.Message.getFieldWithDefault(msg, 3, ""), redirectUri: jspb.Message.getFieldWithDefault(msg, 4, ""), code: jspb.Message.getFieldWithDefault(msg, 6, ""), username: jspb.Message.getFieldWithDefault(msg, 7, ""), password: jspb.Message.getFieldWithDefault(msg, 8, ""), refreshToken: jspb.Message.getFieldWithDefault(msg, 9, ""), grantType: jspb.Message.getFieldWithDefault(msg, 10, "") }; 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.identity.service.GetTokenRequest} */ proto.org.apache.custos.identity.service.GetTokenRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.GetTokenRequest; return proto.org.apache.custos.identity.service.GetTokenRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.GetTokenRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} */ proto.org.apache.custos.identity.service.GetTokenRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {number} */ (reader.readInt64()); msg.setTenantId(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setClientId(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setClientSecret(value); break; case 4: var value = /** @type {string} */ (reader.readString()); msg.setRedirectUri(value); break; case 6: var value = /** @type {string} */ (reader.readString()); msg.setCode(value); break; case 7: var value = /** @type {string} */ (reader.readString()); msg.setUsername(value); break; case 8: var value = /** @type {string} */ (reader.readString()); msg.setPassword(value); break; case 9: var value = /** @type {string} */ (reader.readString()); msg.setRefreshToken(value); break; case 10: var value = /** @type {string} */ (reader.readString()); msg.setGrantType(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.GetTokenRequest.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.identity.service.GetTokenRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetTokenRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTenantId(); if (f !== 0) { writer.writeInt64( 1, f ); } f = message.getClientId(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getClientSecret(); if (f.length > 0) { writer.writeString( 3, f ); } f = message.getRedirectUri(); if (f.length > 0) { writer.writeString( 4, f ); } f = message.getCode(); if (f.length > 0) { writer.writeString( 6, f ); } f = message.getUsername(); if (f.length > 0) { writer.writeString( 7, f ); } f = message.getPassword(); if (f.length > 0) { writer.writeString( 8, f ); } f = message.getRefreshToken(); if (f.length > 0) { writer.writeString( 9, f ); } f = message.getGrantType(); if (f.length > 0) { writer.writeString( 10, f ); } }; /** * optional int64 tenant_id = 1; * @return {number} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.getTenantId = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} returns this */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.setTenantId = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; /** * optional string client_id = 2; * @return {string} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.getClientId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} returns this */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.setClientId = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string client_secret = 3; * @return {string} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.getClientSecret = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} returns this */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.setClientSecret = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * optional string redirect_uri = 4; * @return {string} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.getRedirectUri = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} returns this */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.setRedirectUri = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** * optional string code = 6; * @return {string} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.getCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} returns this */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.setCode = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; /** * optional string username = 7; * @return {string} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.getUsername = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} returns this */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.setUsername = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; /** * optional string password = 8; * @return {string} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.getPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} returns this */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.setPassword = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; /** * optional string refresh_token = 9; * @return {string} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.getRefreshToken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} returns this */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.setRefreshToken = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; /** * optional string grant_type = 10; * @return {string} */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.getGrantType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetTokenRequest} returns this */ proto.org.apache.custos.identity.service.GetTokenRequest.prototype.setGrantType = function(value) { return jspb.Message.setProto3StringField(this, 10, 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.identity.service.TokenResponse.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.TokenResponse.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.identity.service.TokenResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.TokenResponse.toObject = function(includeInstance, msg) { var f, obj = { accessToken: jspb.Message.getFieldWithDefault(msg, 1, ""), expiresIn: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0), refreshExpiresIn: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0), refreshToken: jspb.Message.getFieldWithDefault(msg, 4, ""), tokenType: jspb.Message.getFieldWithDefault(msg, 5, ""), idToken: jspb.Message.getFieldWithDefault(msg, 6, ""), notBeforePolicy: jspb.Message.getFloatingPointFieldWithDefault(msg, 7, 0.0), sessionState: jspb.Message.getFieldWithDefault(msg, 8, ""), scope: jspb.Message.getFieldWithDefault(msg, 9, "") }; 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.identity.service.TokenResponse} */ proto.org.apache.custos.identity.service.TokenResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.TokenResponse; return proto.org.apache.custos.identity.service.TokenResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.TokenResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.TokenResponse} */ proto.org.apache.custos.identity.service.TokenResponse.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.setAccessToken(value); break; case 2: var value = /** @type {number} */ (reader.readDouble()); msg.setExpiresIn(value); break; case 3: var value = /** @type {number} */ (reader.readDouble()); msg.setRefreshExpiresIn(value); break; case 4: var value = /** @type {string} */ (reader.readString()); msg.setRefreshToken(value); break; case 5: var value = /** @type {string} */ (reader.readString()); msg.setTokenType(value); break; case 6: var value = /** @type {string} */ (reader.readString()); msg.setIdToken(value); break; case 7: var value = /** @type {number} */ (reader.readDouble()); msg.setNotBeforePolicy(value); break; case 8: var value = /** @type {string} */ (reader.readString()); msg.setSessionState(value); break; case 9: var value = /** @type {string} */ (reader.readString()); msg.setScope(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.TokenResponse.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.identity.service.TokenResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.TokenResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccessToken(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getExpiresIn(); if (f !== 0.0) { writer.writeDouble( 2, f ); } f = message.getRefreshExpiresIn(); if (f !== 0.0) { writer.writeDouble( 3, f ); } f = message.getRefreshToken(); if (f.length > 0) { writer.writeString( 4, f ); } f = message.getTokenType(); if (f.length > 0) { writer.writeString( 5, f ); } f = message.getIdToken(); if (f.length > 0) { writer.writeString( 6, f ); } f = message.getNotBeforePolicy(); if (f !== 0.0) { writer.writeDouble( 7, f ); } f = message.getSessionState(); if (f.length > 0) { writer.writeString( 8, f ); } f = message.getScope(); if (f.length > 0) { writer.writeString( 9, f ); } }; /** * optional string access_token = 1; * @return {string} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.getAccessToken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.TokenResponse} returns this */ proto.org.apache.custos.identity.service.TokenResponse.prototype.setAccessToken = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional double expires_in = 2; * @return {number} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.getExpiresIn = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.TokenResponse} returns this */ proto.org.apache.custos.identity.service.TokenResponse.prototype.setExpiresIn = function(value) { return jspb.Message.setProto3FloatField(this, 2, value); }; /** * optional double refresh_expires_in = 3; * @return {number} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.getRefreshExpiresIn = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.TokenResponse} returns this */ proto.org.apache.custos.identity.service.TokenResponse.prototype.setRefreshExpiresIn = function(value) { return jspb.Message.setProto3FloatField(this, 3, value); }; /** * optional string refresh_token = 4; * @return {string} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.getRefreshToken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.TokenResponse} returns this */ proto.org.apache.custos.identity.service.TokenResponse.prototype.setRefreshToken = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** * optional string token_type = 5; * @return {string} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.getTokenType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.TokenResponse} returns this */ proto.org.apache.custos.identity.service.TokenResponse.prototype.setTokenType = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; /** * optional string id_token = 6; * @return {string} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.getIdToken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.TokenResponse} returns this */ proto.org.apache.custos.identity.service.TokenResponse.prototype.setIdToken = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; /** * optional double not_before_policy = 7; * @return {number} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.getNotBeforePolicy = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 7, 0.0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.TokenResponse} returns this */ proto.org.apache.custos.identity.service.TokenResponse.prototype.setNotBeforePolicy = function(value) { return jspb.Message.setProto3FloatField(this, 7, value); }; /** * optional string session_state = 8; * @return {string} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.getSessionState = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.TokenResponse} returns this */ proto.org.apache.custos.identity.service.TokenResponse.prototype.setSessionState = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; /** * optional string scope = 9; * @return {string} */ proto.org.apache.custos.identity.service.TokenResponse.prototype.getScope = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.TokenResponse} returns this */ proto.org.apache.custos.identity.service.TokenResponse.prototype.setScope = function(value) { return jspb.Message.setProto3StringField(this, 9, 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.identity.service.AuthenticationRequest.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.AuthenticationRequest.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.identity.service.AuthenticationRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.AuthenticationRequest.toObject = function(includeInstance, msg) { var f, obj = { clientid: jspb.Message.getFieldWithDefault(msg, 1, ""), clientsecret: jspb.Message.getFieldWithDefault(msg, 2, ""), tenantid: jspb.Message.getFieldWithDefault(msg, 3, 0), username: jspb.Message.getFieldWithDefault(msg, 4, ""), password: jspb.Message.getFieldWithDefault(msg, 5, "") }; 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.identity.service.AuthenticationRequest} */ proto.org.apache.custos.identity.service.AuthenticationRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.AuthenticationRequest; return proto.org.apache.custos.identity.service.AuthenticationRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.AuthenticationRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.AuthenticationRequest} */ proto.org.apache.custos.identity.service.AuthenticationRequest.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.setClientid(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setClientsecret(value); break; case 3: var value = /** @type {number} */ (reader.readInt64()); msg.setTenantid(value); break; case 4: var value = /** @type {string} */ (reader.readString()); msg.setUsername(value); break; case 5: var value = /** @type {string} */ (reader.readString()); msg.setPassword(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.AuthenticationRequest.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.identity.service.AuthenticationRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.AuthenticationRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getClientid(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getClientsecret(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getTenantid(); if (f !== 0) { writer.writeInt64( 3, f ); } f = message.getUsername(); if (f.length > 0) { writer.writeString( 4, f ); } f = message.getPassword(); if (f.length > 0) { writer.writeString( 5, f ); } }; /** * optional string clientId = 1; * @return {string} */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.getClientid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.AuthenticationRequest} returns this */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.setClientid = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string clientSecret = 2; * @return {string} */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.getClientsecret = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.AuthenticationRequest} returns this */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.setClientsecret = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional int64 tenantId = 3; * @return {number} */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.getTenantid = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.AuthenticationRequest} returns this */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.setTenantid = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; /** * optional string username = 4; * @return {string} */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.getUsername = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.AuthenticationRequest} returns this */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.setUsername = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** * optional string password = 5; * @return {string} */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.getPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.AuthenticationRequest} returns this */ proto.org.apache.custos.identity.service.AuthenticationRequest.prototype.setPassword = function(value) { return jspb.Message.setProto3StringField(this, 5, 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.identity.service.IsAuthenticateResponse.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.IsAuthenticateResponse.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.identity.service.IsAuthenticateResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.IsAuthenticateResponse.toObject = function(includeInstance, msg) { var f, obj = { authenticated: jspb.Message.getBooleanFieldWithDefault(msg, 1, false) }; 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.identity.service.IsAuthenticateResponse} */ proto.org.apache.custos.identity.service.IsAuthenticateResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.IsAuthenticateResponse; return proto.org.apache.custos.identity.service.IsAuthenticateResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.IsAuthenticateResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.IsAuthenticateResponse} */ proto.org.apache.custos.identity.service.IsAuthenticateResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {boolean} */ (reader.readBool()); msg.setAuthenticated(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.IsAuthenticateResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.IsAuthenticateResponse.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.identity.service.IsAuthenticateResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.IsAuthenticateResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAuthenticated(); if (f) { writer.writeBool( 1, f ); } }; /** * optional bool authenticated = 1; * @return {boolean} */ proto.org.apache.custos.identity.service.IsAuthenticateResponse.prototype.getAuthenticated = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value * @return {!proto.org.apache.custos.identity.service.IsAuthenticateResponse} returns this */ proto.org.apache.custos.identity.service.IsAuthenticateResponse.prototype.setAuthenticated = function(value) { return jspb.Message.setProto3BooleanField(this, 1, 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.identity.service.GetUserManagementSATokenRequest.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.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.identity.service.GetUserManagementSATokenRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.toObject = function(includeInstance, msg) { var f, obj = { clientid: jspb.Message.getFieldWithDefault(msg, 1, ""), clientsecret: jspb.Message.getFieldWithDefault(msg, 2, ""), tenantid: jspb.Message.getFieldWithDefault(msg, 3, 0) }; 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.identity.service.GetUserManagementSATokenRequest} */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest; return proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest} */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.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.setClientid(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setClientsecret(value); break; case 3: var value = /** @type {number} */ (reader.readInt64()); msg.setTenantid(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.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.identity.service.GetUserManagementSATokenRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getClientid(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getClientsecret(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getTenantid(); if (f !== 0) { writer.writeInt64( 3, f ); } }; /** * optional string clientId = 1; * @return {string} */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.prototype.getClientid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest} returns this */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.prototype.setClientid = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string clientSecret = 2; * @return {string} */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.prototype.getClientsecret = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest} returns this */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.prototype.setClientsecret = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional int64 tenantId = 3; * @return {number} */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.prototype.getTenantid = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest} returns this */ proto.org.apache.custos.identity.service.GetUserManagementSATokenRequest.prototype.setTenantid = function(value) { return jspb.Message.setProto3IntField(this, 3, 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.identity.service.GetAuthorizationEndpointRequest.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.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.identity.service.GetAuthorizationEndpointRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.toObject = function(includeInstance, msg) { var f, obj = { tenantid: jspb.Message.getFieldWithDefault(msg, 1, 0) }; 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.identity.service.GetAuthorizationEndpointRequest} */ proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest; return proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest} */ proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {number} */ (reader.readInt64()); msg.setTenantid(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.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.identity.service.GetAuthorizationEndpointRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTenantid(); if (f !== 0) { writer.writeInt64( 1, f ); } }; /** * optional int64 tenantId = 1; * @return {number} */ proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.prototype.getTenantid = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest} returns this */ proto.org.apache.custos.identity.service.GetAuthorizationEndpointRequest.prototype.setTenantid = function(value) { return jspb.Message.setProto3IntField(this, 1, 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.identity.service.AuthorizationResponse.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.AuthorizationResponse.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.identity.service.AuthorizationResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.AuthorizationResponse.toObject = function(includeInstance, msg) { var f, obj = { authorizationendpoint: 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.identity.service.AuthorizationResponse} */ proto.org.apache.custos.identity.service.AuthorizationResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.AuthorizationResponse; return proto.org.apache.custos.identity.service.AuthorizationResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.AuthorizationResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.AuthorizationResponse} */ proto.org.apache.custos.identity.service.AuthorizationResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 2: var value = /** @type {string} */ (reader.readString()); msg.setAuthorizationendpoint(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.AuthorizationResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.AuthorizationResponse.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.identity.service.AuthorizationResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.AuthorizationResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAuthorizationendpoint(); if (f.length > 0) { writer.writeString( 2, f ); } }; /** * optional string authorizationEndpoint = 2; * @return {string} */ proto.org.apache.custos.identity.service.AuthorizationResponse.prototype.getAuthorizationendpoint = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.AuthorizationResponse} returns this */ proto.org.apache.custos.identity.service.AuthorizationResponse.prototype.setAuthorizationendpoint = 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.identity.service.GetOIDCConfiguration.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.GetOIDCConfiguration.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.identity.service.GetOIDCConfiguration} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.toObject = function(includeInstance, msg) { var f, obj = { clientId: jspb.Message.getFieldWithDefault(msg, 1, ""), clientSecret: jspb.Message.getFieldWithDefault(msg, 2, ""), tenantId: jspb.Message.getFieldWithDefault(msg, 3, 0) }; 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.identity.service.GetOIDCConfiguration} */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.GetOIDCConfiguration; return proto.org.apache.custos.identity.service.GetOIDCConfiguration.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.GetOIDCConfiguration} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.GetOIDCConfiguration} */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.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.setClientId(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setClientSecret(value); break; case 3: var value = /** @type {number} */ (reader.readInt64()); msg.setTenantId(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.GetOIDCConfiguration.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.identity.service.GetOIDCConfiguration} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getClientId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getClientSecret(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getTenantId(); if (f !== 0) { writer.writeInt64( 3, f ); } }; /** * optional string client_id = 1; * @return {string} */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.prototype.getClientId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetOIDCConfiguration} returns this */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.prototype.setClientId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string client_secret = 2; * @return {string} */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.prototype.getClientSecret = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetOIDCConfiguration} returns this */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.prototype.setClientSecret = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional int64 tenant_id = 3; * @return {number} */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.prototype.getTenantId = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.GetOIDCConfiguration} returns this */ proto.org.apache.custos.identity.service.GetOIDCConfiguration.prototype.setTenantId = function(value) { return jspb.Message.setProto3IntField(this, 3, 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.identity.service.GetJWKSRequest.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.GetJWKSRequest.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.identity.service.GetJWKSRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetJWKSRequest.toObject = function(includeInstance, msg) { var f, obj = { clientId: jspb.Message.getFieldWithDefault(msg, 1, ""), clientSecret: jspb.Message.getFieldWithDefault(msg, 2, ""), tenantId: jspb.Message.getFieldWithDefault(msg, 3, 0) }; 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.identity.service.GetJWKSRequest} */ proto.org.apache.custos.identity.service.GetJWKSRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.GetJWKSRequest; return proto.org.apache.custos.identity.service.GetJWKSRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.GetJWKSRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.GetJWKSRequest} */ proto.org.apache.custos.identity.service.GetJWKSRequest.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.setClientId(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setClientSecret(value); break; case 3: var value = /** @type {number} */ (reader.readInt64()); msg.setTenantId(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.GetJWKSRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.GetJWKSRequest.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.identity.service.GetJWKSRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.GetJWKSRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getClientId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getClientSecret(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getTenantId(); if (f !== 0) { writer.writeInt64( 3, f ); } }; /** * optional string client_id = 1; * @return {string} */ proto.org.apache.custos.identity.service.GetJWKSRequest.prototype.getClientId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetJWKSRequest} returns this */ proto.org.apache.custos.identity.service.GetJWKSRequest.prototype.setClientId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string client_secret = 2; * @return {string} */ proto.org.apache.custos.identity.service.GetJWKSRequest.prototype.getClientSecret = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.GetJWKSRequest} returns this */ proto.org.apache.custos.identity.service.GetJWKSRequest.prototype.setClientSecret = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional int64 tenant_id = 3; * @return {number} */ proto.org.apache.custos.identity.service.GetJWKSRequest.prototype.getTenantId = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.GetJWKSRequest} returns this */ proto.org.apache.custos.identity.service.GetJWKSRequest.prototype.setTenantId = function(value) { return jspb.Message.setProto3IntField(this, 3, 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.identity.service.EndSessionRequest.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.EndSessionRequest.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.identity.service.EndSessionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.EndSessionRequest.toObject = function(includeInstance, msg) { var f, obj = { clientId: jspb.Message.getFieldWithDefault(msg, 1, ""), clientSecret: jspb.Message.getFieldWithDefault(msg, 2, ""), tenantId: jspb.Message.getFieldWithDefault(msg, 3, 0), refreshToken: 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.identity.service.EndSessionRequest} */ proto.org.apache.custos.identity.service.EndSessionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.EndSessionRequest; return proto.org.apache.custos.identity.service.EndSessionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.EndSessionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.EndSessionRequest} */ proto.org.apache.custos.identity.service.EndSessionRequest.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.setClientId(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setClientSecret(value); break; case 3: var value = /** @type {number} */ (reader.readInt64()); msg.setTenantId(value); break; case 4: var value = /** @type {string} */ (reader.readString()); msg.setRefreshToken(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.EndSessionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.EndSessionRequest.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.identity.service.EndSessionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.EndSessionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getClientId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getClientSecret(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getTenantId(); if (f !== 0) { writer.writeInt64( 3, f ); } f = message.getRefreshToken(); if (f.length > 0) { writer.writeString( 4, f ); } }; /** * optional string client_id = 1; * @return {string} */ proto.org.apache.custos.identity.service.EndSessionRequest.prototype.getClientId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.EndSessionRequest} returns this */ proto.org.apache.custos.identity.service.EndSessionRequest.prototype.setClientId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string client_secret = 2; * @return {string} */ proto.org.apache.custos.identity.service.EndSessionRequest.prototype.getClientSecret = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.EndSessionRequest} returns this */ proto.org.apache.custos.identity.service.EndSessionRequest.prototype.setClientSecret = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional int64 tenant_id = 3; * @return {number} */ proto.org.apache.custos.identity.service.EndSessionRequest.prototype.getTenantId = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value * @return {!proto.org.apache.custos.identity.service.EndSessionRequest} returns this */ proto.org.apache.custos.identity.service.EndSessionRequest.prototype.setTenantId = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; /** * optional string refresh_token = 4; * @return {string} */ proto.org.apache.custos.identity.service.EndSessionRequest.prototype.getRefreshToken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value * @return {!proto.org.apache.custos.identity.service.EndSessionRequest} returns this */ proto.org.apache.custos.identity.service.EndSessionRequest.prototype.setRefreshToken = function(value) { return jspb.Message.setProto3StringField(this, 4, 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.identity.service.OperationStatus.prototype.toObject = function(opt_includeInstance) { return proto.org.apache.custos.identity.service.OperationStatus.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.identity.service.OperationStatus} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.OperationStatus.toObject = function(includeInstance, msg) { var f, obj = { status: jspb.Message.getBooleanFieldWithDefault(msg, 1, false) }; 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.identity.service.OperationStatus} */ proto.org.apache.custos.identity.service.OperationStatus.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.org.apache.custos.identity.service.OperationStatus; return proto.org.apache.custos.identity.service.OperationStatus.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.org.apache.custos.identity.service.OperationStatus} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.org.apache.custos.identity.service.OperationStatus} */ proto.org.apache.custos.identity.service.OperationStatus.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {boolean} */ (reader.readBool()); msg.setStatus(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.org.apache.custos.identity.service.OperationStatus.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.org.apache.custos.identity.service.OperationStatus.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.identity.service.OperationStatus} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.org.apache.custos.identity.service.OperationStatus.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getStatus(); if (f) { writer.writeBool( 1, f ); } }; /** * optional bool status = 1; * @return {boolean} */ proto.org.apache.custos.identity.service.OperationStatus.prototype.getStatus = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value * @return {!proto.org.apache.custos.identity.service.OperationStatus} returns this */ proto.org.apache.custos.identity.service.OperationStatus.prototype.setStatus = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; goog.object.extend(exports, proto.org.apache.custos.identity.service);