/** * @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 proto = { pulumirpc: {} }, global = proto; var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js'); var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js'); var provider_pb = require('./provider_pb.js'); goog.exportSymbol('proto.pulumirpc.ReadResourceRequest', null, global); goog.exportSymbol('proto.pulumirpc.ReadResourceResponse', null, global); goog.exportSymbol('proto.pulumirpc.RegisterResourceOutputsRequest', null, global); goog.exportSymbol('proto.pulumirpc.RegisterResourceRequest', null, global); goog.exportSymbol('proto.pulumirpc.RegisterResourceRequest.CustomTimeouts', null, global); goog.exportSymbol('proto.pulumirpc.RegisterResourceRequest.PropertyDependencies', null, global); goog.exportSymbol('proto.pulumirpc.RegisterResourceResponse', null, global); goog.exportSymbol('proto.pulumirpc.SupportsFeatureRequest', null, global); goog.exportSymbol('proto.pulumirpc.SupportsFeatureResponse', 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.pulumirpc.SupportsFeatureRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.pulumirpc.SupportsFeatureRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { proto.pulumirpc.SupportsFeatureRequest.displayName = 'proto.pulumirpc.SupportsFeatureRequest'; } if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto suitable for use in Soy templates. * Field names that are reserved in JavaScript and will be renamed to pb_name. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. * @param {boolean=} opt_includeInstance Whether to include the JSPB instance * for transitional soy proto support: http://goto/soy-param-migration * @return {!Object} */ proto.pulumirpc.SupportsFeatureRequest.prototype.toObject = function(opt_includeInstance) { return proto.pulumirpc.SupportsFeatureRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Whether to include the JSPB * instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.pulumirpc.SupportsFeatureRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.SupportsFeatureRequest.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.pulumirpc.SupportsFeatureRequest} */ proto.pulumirpc.SupportsFeatureRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.pulumirpc.SupportsFeatureRequest; return proto.pulumirpc.SupportsFeatureRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.pulumirpc.SupportsFeatureRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.pulumirpc.SupportsFeatureRequest} */ proto.pulumirpc.SupportsFeatureRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setId(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.pulumirpc.SupportsFeatureRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.pulumirpc.SupportsFeatureRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.pulumirpc.SupportsFeatureRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.SupportsFeatureRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { writer.writeString( 1, f ); } }; /** * optional string id = 1; * @return {string} */ proto.pulumirpc.SupportsFeatureRequest.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** @param {string} value */ proto.pulumirpc.SupportsFeatureRequest.prototype.setId = function(value) { jspb.Message.setProto3StringField(this, 1, value); }; /** * 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.pulumirpc.SupportsFeatureResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.pulumirpc.SupportsFeatureResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { proto.pulumirpc.SupportsFeatureResponse.displayName = 'proto.pulumirpc.SupportsFeatureResponse'; } if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto suitable for use in Soy templates. * Field names that are reserved in JavaScript and will be renamed to pb_name. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. * @param {boolean=} opt_includeInstance Whether to include the JSPB instance * for transitional soy proto support: http://goto/soy-param-migration * @return {!Object} */ proto.pulumirpc.SupportsFeatureResponse.prototype.toObject = function(opt_includeInstance) { return proto.pulumirpc.SupportsFeatureResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Whether to include the JSPB * instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.pulumirpc.SupportsFeatureResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.SupportsFeatureResponse.toObject = function(includeInstance, msg) { var f, obj = { hassupport: jspb.Message.getFieldWithDefault(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.pulumirpc.SupportsFeatureResponse} */ proto.pulumirpc.SupportsFeatureResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.pulumirpc.SupportsFeatureResponse; return proto.pulumirpc.SupportsFeatureResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.pulumirpc.SupportsFeatureResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.pulumirpc.SupportsFeatureResponse} */ proto.pulumirpc.SupportsFeatureResponse.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.setHassupport(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.pulumirpc.SupportsFeatureResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.pulumirpc.SupportsFeatureResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.pulumirpc.SupportsFeatureResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.SupportsFeatureResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHassupport(); if (f) { writer.writeBool( 1, f ); } }; /** * optional bool hasSupport = 1; * Note that Boolean fields may be set to 0/1 when serialized from a Java server. * You should avoid comparisons like {@code val === true/false} in those cases. * @return {boolean} */ proto.pulumirpc.SupportsFeatureResponse.prototype.getHassupport = function() { return /** @type {boolean} */ (jspb.Message.getFieldWithDefault(this, 1, false)); }; /** @param {boolean} value */ proto.pulumirpc.SupportsFeatureResponse.prototype.setHassupport = function(value) { jspb.Message.setProto3BooleanField(this, 1, value); }; /** * 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.pulumirpc.ReadResourceRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.pulumirpc.ReadResourceRequest.repeatedFields_, null); }; goog.inherits(proto.pulumirpc.ReadResourceRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { proto.pulumirpc.ReadResourceRequest.displayName = 'proto.pulumirpc.ReadResourceRequest'; } /** * List of repeated fields within this message type. * @private {!Array} * @const */ proto.pulumirpc.ReadResourceRequest.repeatedFields_ = [6,10,11]; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto suitable for use in Soy templates. * Field names that are reserved in JavaScript and will be renamed to pb_name. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. * @param {boolean=} opt_includeInstance Whether to include the JSPB instance * for transitional soy proto support: http://goto/soy-param-migration * @return {!Object} */ proto.pulumirpc.ReadResourceRequest.prototype.toObject = function(opt_includeInstance) { return proto.pulumirpc.ReadResourceRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Whether to include the JSPB * instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.pulumirpc.ReadResourceRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.ReadResourceRequest.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, ""), type: jspb.Message.getFieldWithDefault(msg, 2, ""), name: jspb.Message.getFieldWithDefault(msg, 3, ""), parent: jspb.Message.getFieldWithDefault(msg, 4, ""), properties: (f = msg.getProperties()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f), dependenciesList: jspb.Message.getRepeatedField(msg, 6), provider: jspb.Message.getFieldWithDefault(msg, 7, ""), version: jspb.Message.getFieldWithDefault(msg, 8, ""), acceptsecrets: jspb.Message.getFieldWithDefault(msg, 9, false), additionalsecretoutputsList: jspb.Message.getRepeatedField(msg, 10), aliasesList: jspb.Message.getRepeatedField(msg, 11) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.pulumirpc.ReadResourceRequest} */ proto.pulumirpc.ReadResourceRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.pulumirpc.ReadResourceRequest; return proto.pulumirpc.ReadResourceRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.pulumirpc.ReadResourceRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.pulumirpc.ReadResourceRequest} */ proto.pulumirpc.ReadResourceRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { case 1: var value = /** @type {string} */ (reader.readString()); msg.setId(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setType(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setName(value); break; case 4: var value = /** @type {string} */ (reader.readString()); msg.setParent(value); break; case 5: var value = new google_protobuf_struct_pb.Struct; reader.readMessage(value,google_protobuf_struct_pb.Struct.deserializeBinaryFromReader); msg.setProperties(value); break; case 6: var value = /** @type {string} */ (reader.readString()); msg.addDependencies(value); break; case 7: var value = /** @type {string} */ (reader.readString()); msg.setProvider(value); break; case 8: var value = /** @type {string} */ (reader.readString()); msg.setVersion(value); break; case 9: var value = /** @type {boolean} */ (reader.readBool()); msg.setAcceptsecrets(value); break; case 10: var value = /** @type {string} */ (reader.readString()); msg.addAdditionalsecretoutputs(value); break; case 11: var value = /** @type {string} */ (reader.readString()); msg.addAliases(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.pulumirpc.ReadResourceRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.pulumirpc.ReadResourceRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.pulumirpc.ReadResourceRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.ReadResourceRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getType(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getName(); if (f.length > 0) { writer.writeString( 3, f ); } f = message.getParent(); if (f.length > 0) { writer.writeString( 4, f ); } f = message.getProperties(); if (f != null) { writer.writeMessage( 5, f, google_protobuf_struct_pb.Struct.serializeBinaryToWriter ); } f = message.getDependenciesList(); if (f.length > 0) { writer.writeRepeatedString( 6, f ); } f = message.getProvider(); if (f.length > 0) { writer.writeString( 7, f ); } f = message.getVersion(); if (f.length > 0) { writer.writeString( 8, f ); } f = message.getAcceptsecrets(); if (f) { writer.writeBool( 9, f ); } f = message.getAdditionalsecretoutputsList(); if (f.length > 0) { writer.writeRepeatedString( 10, f ); } f = message.getAliasesList(); if (f.length > 0) { writer.writeRepeatedString( 11, f ); } }; /** * optional string id = 1; * @return {string} */ proto.pulumirpc.ReadResourceRequest.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** @param {string} value */ proto.pulumirpc.ReadResourceRequest.prototype.setId = function(value) { jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string type = 2; * @return {string} */ proto.pulumirpc.ReadResourceRequest.prototype.getType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** @param {string} value */ proto.pulumirpc.ReadResourceRequest.prototype.setType = function(value) { jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string name = 3; * @return {string} */ proto.pulumirpc.ReadResourceRequest.prototype.getName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** @param {string} value */ proto.pulumirpc.ReadResourceRequest.prototype.setName = function(value) { jspb.Message.setProto3StringField(this, 3, value); }; /** * optional string parent = 4; * @return {string} */ proto.pulumirpc.ReadResourceRequest.prototype.getParent = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** @param {string} value */ proto.pulumirpc.ReadResourceRequest.prototype.setParent = function(value) { jspb.Message.setProto3StringField(this, 4, value); }; /** * optional google.protobuf.Struct properties = 5; * @return {?proto.google.protobuf.Struct} */ proto.pulumirpc.ReadResourceRequest.prototype.getProperties = function() { return /** @type{?proto.google.protobuf.Struct} */ ( jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 5)); }; /** @param {?proto.google.protobuf.Struct|undefined} value */ proto.pulumirpc.ReadResourceRequest.prototype.setProperties = function(value) { jspb.Message.setWrapperField(this, 5, value); }; proto.pulumirpc.ReadResourceRequest.prototype.clearProperties = function() { this.setProperties(undefined); }; /** * Returns whether this field is set. * @return {!boolean} */ proto.pulumirpc.ReadResourceRequest.prototype.hasProperties = function() { return jspb.Message.getField(this, 5) != null; }; /** * repeated string dependencies = 6; * @return {!Array.} */ proto.pulumirpc.ReadResourceRequest.prototype.getDependenciesList = function() { return /** @type {!Array.} */ (jspb.Message.getRepeatedField(this, 6)); }; /** @param {!Array.} value */ proto.pulumirpc.ReadResourceRequest.prototype.setDependenciesList = function(value) { jspb.Message.setField(this, 6, value || []); }; /** * @param {!string} value * @param {number=} opt_index */ proto.pulumirpc.ReadResourceRequest.prototype.addDependencies = function(value, opt_index) { jspb.Message.addToRepeatedField(this, 6, value, opt_index); }; proto.pulumirpc.ReadResourceRequest.prototype.clearDependenciesList = function() { this.setDependenciesList([]); }; /** * optional string provider = 7; * @return {string} */ proto.pulumirpc.ReadResourceRequest.prototype.getProvider = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** @param {string} value */ proto.pulumirpc.ReadResourceRequest.prototype.setProvider = function(value) { jspb.Message.setProto3StringField(this, 7, value); }; /** * optional string version = 8; * @return {string} */ proto.pulumirpc.ReadResourceRequest.prototype.getVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** @param {string} value */ proto.pulumirpc.ReadResourceRequest.prototype.setVersion = function(value) { jspb.Message.setProto3StringField(this, 8, value); }; /** * optional bool acceptSecrets = 9; * Note that Boolean fields may be set to 0/1 when serialized from a Java server. * You should avoid comparisons like {@code val === true/false} in those cases. * @return {boolean} */ proto.pulumirpc.ReadResourceRequest.prototype.getAcceptsecrets = function() { return /** @type {boolean} */ (jspb.Message.getFieldWithDefault(this, 9, false)); }; /** @param {boolean} value */ proto.pulumirpc.ReadResourceRequest.prototype.setAcceptsecrets = function(value) { jspb.Message.setProto3BooleanField(this, 9, value); }; /** * repeated string additionalSecretOutputs = 10; * @return {!Array.} */ proto.pulumirpc.ReadResourceRequest.prototype.getAdditionalsecretoutputsList = function() { return /** @type {!Array.} */ (jspb.Message.getRepeatedField(this, 10)); }; /** @param {!Array.} value */ proto.pulumirpc.ReadResourceRequest.prototype.setAdditionalsecretoutputsList = function(value) { jspb.Message.setField(this, 10, value || []); }; /** * @param {!string} value * @param {number=} opt_index */ proto.pulumirpc.ReadResourceRequest.prototype.addAdditionalsecretoutputs = function(value, opt_index) { jspb.Message.addToRepeatedField(this, 10, value, opt_index); }; proto.pulumirpc.ReadResourceRequest.prototype.clearAdditionalsecretoutputsList = function() { this.setAdditionalsecretoutputsList([]); }; /** * repeated string aliases = 11; * @return {!Array.} */ proto.pulumirpc.ReadResourceRequest.prototype.getAliasesList = function() { return /** @type {!Array.} */ (jspb.Message.getRepeatedField(this, 11)); }; /** @param {!Array.} value */ proto.pulumirpc.ReadResourceRequest.prototype.setAliasesList = function(value) { jspb.Message.setField(this, 11, value || []); }; /** * @param {!string} value * @param {number=} opt_index */ proto.pulumirpc.ReadResourceRequest.prototype.addAliases = function(value, opt_index) { jspb.Message.addToRepeatedField(this, 11, value, opt_index); }; proto.pulumirpc.ReadResourceRequest.prototype.clearAliasesList = function() { this.setAliasesList([]); }; /** * 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.pulumirpc.ReadResourceResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.pulumirpc.ReadResourceResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { proto.pulumirpc.ReadResourceResponse.displayName = 'proto.pulumirpc.ReadResourceResponse'; } if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto suitable for use in Soy templates. * Field names that are reserved in JavaScript and will be renamed to pb_name. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. * @param {boolean=} opt_includeInstance Whether to include the JSPB instance * for transitional soy proto support: http://goto/soy-param-migration * @return {!Object} */ proto.pulumirpc.ReadResourceResponse.prototype.toObject = function(opt_includeInstance) { return proto.pulumirpc.ReadResourceResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Whether to include the JSPB * instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.pulumirpc.ReadResourceResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.ReadResourceResponse.toObject = function(includeInstance, msg) { var f, obj = { urn: jspb.Message.getFieldWithDefault(msg, 1, ""), properties: (f = msg.getProperties()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.pulumirpc.ReadResourceResponse} */ proto.pulumirpc.ReadResourceResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.pulumirpc.ReadResourceResponse; return proto.pulumirpc.ReadResourceResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.pulumirpc.ReadResourceResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.pulumirpc.ReadResourceResponse} */ proto.pulumirpc.ReadResourceResponse.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.setUrn(value); break; case 2: var value = new google_protobuf_struct_pb.Struct; reader.readMessage(value,google_protobuf_struct_pb.Struct.deserializeBinaryFromReader); msg.setProperties(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.pulumirpc.ReadResourceResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.pulumirpc.ReadResourceResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.pulumirpc.ReadResourceResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.ReadResourceResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUrn(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getProperties(); if (f != null) { writer.writeMessage( 2, f, google_protobuf_struct_pb.Struct.serializeBinaryToWriter ); } }; /** * optional string urn = 1; * @return {string} */ proto.pulumirpc.ReadResourceResponse.prototype.getUrn = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** @param {string} value */ proto.pulumirpc.ReadResourceResponse.prototype.setUrn = function(value) { jspb.Message.setProto3StringField(this, 1, value); }; /** * optional google.protobuf.Struct properties = 2; * @return {?proto.google.protobuf.Struct} */ proto.pulumirpc.ReadResourceResponse.prototype.getProperties = function() { return /** @type{?proto.google.protobuf.Struct} */ ( jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 2)); }; /** @param {?proto.google.protobuf.Struct|undefined} value */ proto.pulumirpc.ReadResourceResponse.prototype.setProperties = function(value) { jspb.Message.setWrapperField(this, 2, value); }; proto.pulumirpc.ReadResourceResponse.prototype.clearProperties = function() { this.setProperties(undefined); }; /** * Returns whether this field is set. * @return {!boolean} */ proto.pulumirpc.ReadResourceResponse.prototype.hasProperties = function() { return jspb.Message.getField(this, 2) != null; }; /** * 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.pulumirpc.RegisterResourceRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.pulumirpc.RegisterResourceRequest.repeatedFields_, null); }; goog.inherits(proto.pulumirpc.RegisterResourceRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { proto.pulumirpc.RegisterResourceRequest.displayName = 'proto.pulumirpc.RegisterResourceRequest'; } /** * List of repeated fields within this message type. * @private {!Array} * @const */ proto.pulumirpc.RegisterResourceRequest.repeatedFields_ = [7,12,14,15]; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto suitable for use in Soy templates. * Field names that are reserved in JavaScript and will be renamed to pb_name. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. * @param {boolean=} opt_includeInstance Whether to include the JSPB instance * for transitional soy proto support: http://goto/soy-param-migration * @return {!Object} */ proto.pulumirpc.RegisterResourceRequest.prototype.toObject = function(opt_includeInstance) { return proto.pulumirpc.RegisterResourceRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Whether to include the JSPB * instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.pulumirpc.RegisterResourceRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceRequest.toObject = function(includeInstance, msg) { var f, obj = { type: jspb.Message.getFieldWithDefault(msg, 1, ""), name: jspb.Message.getFieldWithDefault(msg, 2, ""), parent: jspb.Message.getFieldWithDefault(msg, 3, ""), custom: jspb.Message.getFieldWithDefault(msg, 4, false), object: (f = msg.getObject()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f), protect: jspb.Message.getFieldWithDefault(msg, 6, false), dependenciesList: jspb.Message.getRepeatedField(msg, 7), provider: jspb.Message.getFieldWithDefault(msg, 8, ""), propertydependenciesMap: (f = msg.getPropertydependenciesMap()) ? f.toObject(includeInstance, proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.toObject) : [], deletebeforereplace: jspb.Message.getFieldWithDefault(msg, 10, false), version: jspb.Message.getFieldWithDefault(msg, 11, ""), ignorechangesList: jspb.Message.getRepeatedField(msg, 12), acceptsecrets: jspb.Message.getFieldWithDefault(msg, 13, false), additionalsecretoutputsList: jspb.Message.getRepeatedField(msg, 14), aliasesList: jspb.Message.getRepeatedField(msg, 15), importid: jspb.Message.getFieldWithDefault(msg, 16, ""), customtimeouts: (f = msg.getCustomtimeouts()) && proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.toObject(includeInstance, f), deletebeforereplacedefined: jspb.Message.getFieldWithDefault(msg, 18, 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.pulumirpc.RegisterResourceRequest} */ proto.pulumirpc.RegisterResourceRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.pulumirpc.RegisterResourceRequest; return proto.pulumirpc.RegisterResourceRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.pulumirpc.RegisterResourceRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.pulumirpc.RegisterResourceRequest} */ proto.pulumirpc.RegisterResourceRequest.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.setType(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setName(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setParent(value); break; case 4: var value = /** @type {boolean} */ (reader.readBool()); msg.setCustom(value); break; case 5: var value = new google_protobuf_struct_pb.Struct; reader.readMessage(value,google_protobuf_struct_pb.Struct.deserializeBinaryFromReader); msg.setObject(value); break; case 6: var value = /** @type {boolean} */ (reader.readBool()); msg.setProtect(value); break; case 7: var value = /** @type {string} */ (reader.readString()); msg.addDependencies(value); break; case 8: var value = /** @type {string} */ (reader.readString()); msg.setProvider(value); break; case 9: var value = msg.getPropertydependenciesMap(); reader.readMessage(value, function(message, reader) { jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readMessage, proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.deserializeBinaryFromReader); }); break; case 10: var value = /** @type {boolean} */ (reader.readBool()); msg.setDeletebeforereplace(value); break; case 11: var value = /** @type {string} */ (reader.readString()); msg.setVersion(value); break; case 12: var value = /** @type {string} */ (reader.readString()); msg.addIgnorechanges(value); break; case 13: var value = /** @type {boolean} */ (reader.readBool()); msg.setAcceptsecrets(value); break; case 14: var value = /** @type {string} */ (reader.readString()); msg.addAdditionalsecretoutputs(value); break; case 15: var value = /** @type {string} */ (reader.readString()); msg.addAliases(value); break; case 16: var value = /** @type {string} */ (reader.readString()); msg.setImportid(value); break; case 17: var value = new proto.pulumirpc.RegisterResourceRequest.CustomTimeouts; reader.readMessage(value,proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.deserializeBinaryFromReader); msg.setCustomtimeouts(value); break; case 18: var value = /** @type {boolean} */ (reader.readBool()); msg.setDeletebeforereplacedefined(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.pulumirpc.RegisterResourceRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.pulumirpc.RegisterResourceRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.pulumirpc.RegisterResourceRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getType(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getName(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getParent(); if (f.length > 0) { writer.writeString( 3, f ); } f = message.getCustom(); if (f) { writer.writeBool( 4, f ); } f = message.getObject(); if (f != null) { writer.writeMessage( 5, f, google_protobuf_struct_pb.Struct.serializeBinaryToWriter ); } f = message.getProtect(); if (f) { writer.writeBool( 6, f ); } f = message.getDependenciesList(); if (f.length > 0) { writer.writeRepeatedString( 7, f ); } f = message.getProvider(); if (f.length > 0) { writer.writeString( 8, f ); } f = message.getPropertydependenciesMap(true); if (f && f.getLength() > 0) { f.serializeBinary(9, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeMessage, proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.serializeBinaryToWriter); } f = message.getDeletebeforereplace(); if (f) { writer.writeBool( 10, f ); } f = message.getVersion(); if (f.length > 0) { writer.writeString( 11, f ); } f = message.getIgnorechangesList(); if (f.length > 0) { writer.writeRepeatedString( 12, f ); } f = message.getAcceptsecrets(); if (f) { writer.writeBool( 13, f ); } f = message.getAdditionalsecretoutputsList(); if (f.length > 0) { writer.writeRepeatedString( 14, f ); } f = message.getAliasesList(); if (f.length > 0) { writer.writeRepeatedString( 15, f ); } f = message.getImportid(); if (f.length > 0) { writer.writeString( 16, f ); } f = message.getCustomtimeouts(); if (f != null) { writer.writeMessage( 17, f, proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.serializeBinaryToWriter ); } f = message.getDeletebeforereplacedefined(); if (f) { writer.writeBool( 18, f ); } }; /** * 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.pulumirpc.RegisterResourceRequest.PropertyDependencies = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.repeatedFields_, null); }; goog.inherits(proto.pulumirpc.RegisterResourceRequest.PropertyDependencies, jspb.Message); if (goog.DEBUG && !COMPILED) { proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.displayName = 'proto.pulumirpc.RegisterResourceRequest.PropertyDependencies'; } /** * List of repeated fields within this message type. * @private {!Array} * @const */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.repeatedFields_ = [1]; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto suitable for use in Soy templates. * Field names that are reserved in JavaScript and will be renamed to pb_name. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. * @param {boolean=} opt_includeInstance Whether to include the JSPB instance * for transitional soy proto support: http://goto/soy-param-migration * @return {!Object} */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.prototype.toObject = function(opt_includeInstance) { return proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Whether to include the JSPB * instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.pulumirpc.RegisterResourceRequest.PropertyDependencies} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.toObject = function(includeInstance, msg) { var f, obj = { urnsList: jspb.Message.getRepeatedField(msg, 1) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.pulumirpc.RegisterResourceRequest.PropertyDependencies} */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.pulumirpc.RegisterResourceRequest.PropertyDependencies; return proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.pulumirpc.RegisterResourceRequest.PropertyDependencies} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.pulumirpc.RegisterResourceRequest.PropertyDependencies} */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.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.addUrns(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.pulumirpc.RegisterResourceRequest.PropertyDependencies} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUrnsList(); if (f.length > 0) { writer.writeRepeatedString( 1, f ); } }; /** * repeated string urns = 1; * @return {!Array.} */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.prototype.getUrnsList = function() { return /** @type {!Array.} */ (jspb.Message.getRepeatedField(this, 1)); }; /** @param {!Array.} value */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.prototype.setUrnsList = function(value) { jspb.Message.setField(this, 1, value || []); }; /** * @param {!string} value * @param {number=} opt_index */ proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.prototype.addUrns = function(value, opt_index) { jspb.Message.addToRepeatedField(this, 1, value, opt_index); }; proto.pulumirpc.RegisterResourceRequest.PropertyDependencies.prototype.clearUrnsList = function() { this.setUrnsList([]); }; /** * 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.pulumirpc.RegisterResourceRequest.CustomTimeouts = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.pulumirpc.RegisterResourceRequest.CustomTimeouts, jspb.Message); if (goog.DEBUG && !COMPILED) { proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.displayName = 'proto.pulumirpc.RegisterResourceRequest.CustomTimeouts'; } if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto suitable for use in Soy templates. * Field names that are reserved in JavaScript and will be renamed to pb_name. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. * @param {boolean=} opt_includeInstance Whether to include the JSPB instance * for transitional soy proto support: http://goto/soy-param-migration * @return {!Object} */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.prototype.toObject = function(opt_includeInstance) { return proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Whether to include the JSPB * instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.pulumirpc.RegisterResourceRequest.CustomTimeouts} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.toObject = function(includeInstance, msg) { var f, obj = { create: jspb.Message.getFieldWithDefault(msg, 1, ""), update: jspb.Message.getFieldWithDefault(msg, 2, ""), pb_delete: jspb.Message.getFieldWithDefault(msg, 3, "") }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.pulumirpc.RegisterResourceRequest.CustomTimeouts} */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.pulumirpc.RegisterResourceRequest.CustomTimeouts; return proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.pulumirpc.RegisterResourceRequest.CustomTimeouts} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.pulumirpc.RegisterResourceRequest.CustomTimeouts} */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.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.setCreate(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setUpdate(value); break; case 3: var value = /** @type {string} */ (reader.readString()); msg.setDelete(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.pulumirpc.RegisterResourceRequest.CustomTimeouts} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCreate(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getUpdate(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getDelete(); if (f.length > 0) { writer.writeString( 3, f ); } }; /** * optional string create = 1; * @return {string} */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.prototype.getCreate = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.prototype.setCreate = function(value) { jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string update = 2; * @return {string} */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.prototype.getUpdate = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.prototype.setUpdate = function(value) { jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string delete = 3; * @return {string} */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.prototype.getDelete = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceRequest.CustomTimeouts.prototype.setDelete = function(value) { jspb.Message.setProto3StringField(this, 3, value); }; /** * optional string type = 1; * @return {string} */ proto.pulumirpc.RegisterResourceRequest.prototype.getType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setType = function(value) { jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string name = 2; * @return {string} */ proto.pulumirpc.RegisterResourceRequest.prototype.getName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setName = function(value) { jspb.Message.setProto3StringField(this, 2, value); }; /** * optional string parent = 3; * @return {string} */ proto.pulumirpc.RegisterResourceRequest.prototype.getParent = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setParent = function(value) { jspb.Message.setProto3StringField(this, 3, value); }; /** * optional bool custom = 4; * Note that Boolean fields may be set to 0/1 when serialized from a Java server. * You should avoid comparisons like {@code val === true/false} in those cases. * @return {boolean} */ proto.pulumirpc.RegisterResourceRequest.prototype.getCustom = function() { return /** @type {boolean} */ (jspb.Message.getFieldWithDefault(this, 4, false)); }; /** @param {boolean} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setCustom = function(value) { jspb.Message.setProto3BooleanField(this, 4, value); }; /** * optional google.protobuf.Struct object = 5; * @return {?proto.google.protobuf.Struct} */ proto.pulumirpc.RegisterResourceRequest.prototype.getObject = function() { return /** @type{?proto.google.protobuf.Struct} */ ( jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 5)); }; /** @param {?proto.google.protobuf.Struct|undefined} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setObject = function(value) { jspb.Message.setWrapperField(this, 5, value); }; proto.pulumirpc.RegisterResourceRequest.prototype.clearObject = function() { this.setObject(undefined); }; /** * Returns whether this field is set. * @return {!boolean} */ proto.pulumirpc.RegisterResourceRequest.prototype.hasObject = function() { return jspb.Message.getField(this, 5) != null; }; /** * optional bool protect = 6; * Note that Boolean fields may be set to 0/1 when serialized from a Java server. * You should avoid comparisons like {@code val === true/false} in those cases. * @return {boolean} */ proto.pulumirpc.RegisterResourceRequest.prototype.getProtect = function() { return /** @type {boolean} */ (jspb.Message.getFieldWithDefault(this, 6, false)); }; /** @param {boolean} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setProtect = function(value) { jspb.Message.setProto3BooleanField(this, 6, value); }; /** * repeated string dependencies = 7; * @return {!Array.} */ proto.pulumirpc.RegisterResourceRequest.prototype.getDependenciesList = function() { return /** @type {!Array.} */ (jspb.Message.getRepeatedField(this, 7)); }; /** @param {!Array.} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setDependenciesList = function(value) { jspb.Message.setField(this, 7, value || []); }; /** * @param {!string} value * @param {number=} opt_index */ proto.pulumirpc.RegisterResourceRequest.prototype.addDependencies = function(value, opt_index) { jspb.Message.addToRepeatedField(this, 7, value, opt_index); }; proto.pulumirpc.RegisterResourceRequest.prototype.clearDependenciesList = function() { this.setDependenciesList([]); }; /** * optional string provider = 8; * @return {string} */ proto.pulumirpc.RegisterResourceRequest.prototype.getProvider = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setProvider = function(value) { jspb.Message.setProto3StringField(this, 8, value); }; /** * map propertyDependencies = 9; * @param {boolean=} opt_noLazyCreate Do not create the map if * empty, instead returning `undefined` * @return {!jspb.Map} */ proto.pulumirpc.RegisterResourceRequest.prototype.getPropertydependenciesMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 9, opt_noLazyCreate, proto.pulumirpc.RegisterResourceRequest.PropertyDependencies)); }; proto.pulumirpc.RegisterResourceRequest.prototype.clearPropertydependenciesMap = function() { this.getPropertydependenciesMap().clear(); }; /** * optional bool deleteBeforeReplace = 10; * Note that Boolean fields may be set to 0/1 when serialized from a Java server. * You should avoid comparisons like {@code val === true/false} in those cases. * @return {boolean} */ proto.pulumirpc.RegisterResourceRequest.prototype.getDeletebeforereplace = function() { return /** @type {boolean} */ (jspb.Message.getFieldWithDefault(this, 10, false)); }; /** @param {boolean} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setDeletebeforereplace = function(value) { jspb.Message.setProto3BooleanField(this, 10, value); }; /** * optional string version = 11; * @return {string} */ proto.pulumirpc.RegisterResourceRequest.prototype.getVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setVersion = function(value) { jspb.Message.setProto3StringField(this, 11, value); }; /** * repeated string ignoreChanges = 12; * @return {!Array.} */ proto.pulumirpc.RegisterResourceRequest.prototype.getIgnorechangesList = function() { return /** @type {!Array.} */ (jspb.Message.getRepeatedField(this, 12)); }; /** @param {!Array.} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setIgnorechangesList = function(value) { jspb.Message.setField(this, 12, value || []); }; /** * @param {!string} value * @param {number=} opt_index */ proto.pulumirpc.RegisterResourceRequest.prototype.addIgnorechanges = function(value, opt_index) { jspb.Message.addToRepeatedField(this, 12, value, opt_index); }; proto.pulumirpc.RegisterResourceRequest.prototype.clearIgnorechangesList = function() { this.setIgnorechangesList([]); }; /** * optional bool acceptSecrets = 13; * Note that Boolean fields may be set to 0/1 when serialized from a Java server. * You should avoid comparisons like {@code val === true/false} in those cases. * @return {boolean} */ proto.pulumirpc.RegisterResourceRequest.prototype.getAcceptsecrets = function() { return /** @type {boolean} */ (jspb.Message.getFieldWithDefault(this, 13, false)); }; /** @param {boolean} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setAcceptsecrets = function(value) { jspb.Message.setProto3BooleanField(this, 13, value); }; /** * repeated string additionalSecretOutputs = 14; * @return {!Array.} */ proto.pulumirpc.RegisterResourceRequest.prototype.getAdditionalsecretoutputsList = function() { return /** @type {!Array.} */ (jspb.Message.getRepeatedField(this, 14)); }; /** @param {!Array.} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setAdditionalsecretoutputsList = function(value) { jspb.Message.setField(this, 14, value || []); }; /** * @param {!string} value * @param {number=} opt_index */ proto.pulumirpc.RegisterResourceRequest.prototype.addAdditionalsecretoutputs = function(value, opt_index) { jspb.Message.addToRepeatedField(this, 14, value, opt_index); }; proto.pulumirpc.RegisterResourceRequest.prototype.clearAdditionalsecretoutputsList = function() { this.setAdditionalsecretoutputsList([]); }; /** * repeated string aliases = 15; * @return {!Array.} */ proto.pulumirpc.RegisterResourceRequest.prototype.getAliasesList = function() { return /** @type {!Array.} */ (jspb.Message.getRepeatedField(this, 15)); }; /** @param {!Array.} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setAliasesList = function(value) { jspb.Message.setField(this, 15, value || []); }; /** * @param {!string} value * @param {number=} opt_index */ proto.pulumirpc.RegisterResourceRequest.prototype.addAliases = function(value, opt_index) { jspb.Message.addToRepeatedField(this, 15, value, opt_index); }; proto.pulumirpc.RegisterResourceRequest.prototype.clearAliasesList = function() { this.setAliasesList([]); }; /** * optional string importId = 16; * @return {string} */ proto.pulumirpc.RegisterResourceRequest.prototype.getImportid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setImportid = function(value) { jspb.Message.setProto3StringField(this, 16, value); }; /** * optional CustomTimeouts customTimeouts = 17; * @return {?proto.pulumirpc.RegisterResourceRequest.CustomTimeouts} */ proto.pulumirpc.RegisterResourceRequest.prototype.getCustomtimeouts = function() { return /** @type{?proto.pulumirpc.RegisterResourceRequest.CustomTimeouts} */ ( jspb.Message.getWrapperField(this, proto.pulumirpc.RegisterResourceRequest.CustomTimeouts, 17)); }; /** @param {?proto.pulumirpc.RegisterResourceRequest.CustomTimeouts|undefined} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setCustomtimeouts = function(value) { jspb.Message.setWrapperField(this, 17, value); }; proto.pulumirpc.RegisterResourceRequest.prototype.clearCustomtimeouts = function() { this.setCustomtimeouts(undefined); }; /** * Returns whether this field is set. * @return {!boolean} */ proto.pulumirpc.RegisterResourceRequest.prototype.hasCustomtimeouts = function() { return jspb.Message.getField(this, 17) != null; }; /** * optional bool deleteBeforeReplaceDefined = 18; * Note that Boolean fields may be set to 0/1 when serialized from a Java server. * You should avoid comparisons like {@code val === true/false} in those cases. * @return {boolean} */ proto.pulumirpc.RegisterResourceRequest.prototype.getDeletebeforereplacedefined = function() { return /** @type {boolean} */ (jspb.Message.getFieldWithDefault(this, 18, false)); }; /** @param {boolean} value */ proto.pulumirpc.RegisterResourceRequest.prototype.setDeletebeforereplacedefined = function(value) { jspb.Message.setProto3BooleanField(this, 18, value); }; /** * 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.pulumirpc.RegisterResourceResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.pulumirpc.RegisterResourceResponse.repeatedFields_, null); }; goog.inherits(proto.pulumirpc.RegisterResourceResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { proto.pulumirpc.RegisterResourceResponse.displayName = 'proto.pulumirpc.RegisterResourceResponse'; } /** * List of repeated fields within this message type. * @private {!Array} * @const */ proto.pulumirpc.RegisterResourceResponse.repeatedFields_ = [5]; if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto suitable for use in Soy templates. * Field names that are reserved in JavaScript and will be renamed to pb_name. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. * @param {boolean=} opt_includeInstance Whether to include the JSPB instance * for transitional soy proto support: http://goto/soy-param-migration * @return {!Object} */ proto.pulumirpc.RegisterResourceResponse.prototype.toObject = function(opt_includeInstance) { return proto.pulumirpc.RegisterResourceResponse.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Whether to include the JSPB * instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.pulumirpc.RegisterResourceResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceResponse.toObject = function(includeInstance, msg) { var f, obj = { urn: jspb.Message.getFieldWithDefault(msg, 1, ""), id: jspb.Message.getFieldWithDefault(msg, 2, ""), object: (f = msg.getObject()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f), stable: jspb.Message.getFieldWithDefault(msg, 4, false), stablesList: jspb.Message.getRepeatedField(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.pulumirpc.RegisterResourceResponse} */ proto.pulumirpc.RegisterResourceResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.pulumirpc.RegisterResourceResponse; return proto.pulumirpc.RegisterResourceResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.pulumirpc.RegisterResourceResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.pulumirpc.RegisterResourceResponse} */ proto.pulumirpc.RegisterResourceResponse.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.setUrn(value); break; case 2: var value = /** @type {string} */ (reader.readString()); msg.setId(value); break; case 3: var value = new google_protobuf_struct_pb.Struct; reader.readMessage(value,google_protobuf_struct_pb.Struct.deserializeBinaryFromReader); msg.setObject(value); break; case 4: var value = /** @type {boolean} */ (reader.readBool()); msg.setStable(value); break; case 5: var value = /** @type {string} */ (reader.readString()); msg.addStables(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.pulumirpc.RegisterResourceResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.pulumirpc.RegisterResourceResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.pulumirpc.RegisterResourceResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUrn(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getId(); if (f.length > 0) { writer.writeString( 2, f ); } f = message.getObject(); if (f != null) { writer.writeMessage( 3, f, google_protobuf_struct_pb.Struct.serializeBinaryToWriter ); } f = message.getStable(); if (f) { writer.writeBool( 4, f ); } f = message.getStablesList(); if (f.length > 0) { writer.writeRepeatedString( 5, f ); } }; /** * optional string urn = 1; * @return {string} */ proto.pulumirpc.RegisterResourceResponse.prototype.getUrn = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceResponse.prototype.setUrn = function(value) { jspb.Message.setProto3StringField(this, 1, value); }; /** * optional string id = 2; * @return {string} */ proto.pulumirpc.RegisterResourceResponse.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceResponse.prototype.setId = function(value) { jspb.Message.setProto3StringField(this, 2, value); }; /** * optional google.protobuf.Struct object = 3; * @return {?proto.google.protobuf.Struct} */ proto.pulumirpc.RegisterResourceResponse.prototype.getObject = function() { return /** @type{?proto.google.protobuf.Struct} */ ( jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 3)); }; /** @param {?proto.google.protobuf.Struct|undefined} value */ proto.pulumirpc.RegisterResourceResponse.prototype.setObject = function(value) { jspb.Message.setWrapperField(this, 3, value); }; proto.pulumirpc.RegisterResourceResponse.prototype.clearObject = function() { this.setObject(undefined); }; /** * Returns whether this field is set. * @return {!boolean} */ proto.pulumirpc.RegisterResourceResponse.prototype.hasObject = function() { return jspb.Message.getField(this, 3) != null; }; /** * optional bool stable = 4; * Note that Boolean fields may be set to 0/1 when serialized from a Java server. * You should avoid comparisons like {@code val === true/false} in those cases. * @return {boolean} */ proto.pulumirpc.RegisterResourceResponse.prototype.getStable = function() { return /** @type {boolean} */ (jspb.Message.getFieldWithDefault(this, 4, false)); }; /** @param {boolean} value */ proto.pulumirpc.RegisterResourceResponse.prototype.setStable = function(value) { jspb.Message.setProto3BooleanField(this, 4, value); }; /** * repeated string stables = 5; * @return {!Array.} */ proto.pulumirpc.RegisterResourceResponse.prototype.getStablesList = function() { return /** @type {!Array.} */ (jspb.Message.getRepeatedField(this, 5)); }; /** @param {!Array.} value */ proto.pulumirpc.RegisterResourceResponse.prototype.setStablesList = function(value) { jspb.Message.setField(this, 5, value || []); }; /** * @param {!string} value * @param {number=} opt_index */ proto.pulumirpc.RegisterResourceResponse.prototype.addStables = function(value, opt_index) { jspb.Message.addToRepeatedField(this, 5, value, opt_index); }; proto.pulumirpc.RegisterResourceResponse.prototype.clearStablesList = function() { this.setStablesList([]); }; /** * 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.pulumirpc.RegisterResourceOutputsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.pulumirpc.RegisterResourceOutputsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { proto.pulumirpc.RegisterResourceOutputsRequest.displayName = 'proto.pulumirpc.RegisterResourceOutputsRequest'; } if (jspb.Message.GENERATE_TO_OBJECT) { /** * Creates an object representation of this proto suitable for use in Soy templates. * Field names that are reserved in JavaScript and will be renamed to pb_name. * To access a reserved field use, foo.pb_, eg, foo.pb_default. * For the list of reserved names please see: * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. * @param {boolean=} opt_includeInstance Whether to include the JSPB instance * for transitional soy proto support: http://goto/soy-param-migration * @return {!Object} */ proto.pulumirpc.RegisterResourceOutputsRequest.prototype.toObject = function(opt_includeInstance) { return proto.pulumirpc.RegisterResourceOutputsRequest.toObject(opt_includeInstance, this); }; /** * Static version of the {@see toObject} method. * @param {boolean|undefined} includeInstance Whether to include the JSPB * instance for transitional soy proto support: * http://goto/soy-param-migration * @param {!proto.pulumirpc.RegisterResourceOutputsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceOutputsRequest.toObject = function(includeInstance, msg) { var f, obj = { urn: jspb.Message.getFieldWithDefault(msg, 1, ""), outputs: (f = msg.getOutputs()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f) }; if (includeInstance) { obj.$jspbMessageInstance = msg; } return obj; }; } /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. * @return {!proto.pulumirpc.RegisterResourceOutputsRequest} */ proto.pulumirpc.RegisterResourceOutputsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.pulumirpc.RegisterResourceOutputsRequest; return proto.pulumirpc.RegisterResourceOutputsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. * @param {!proto.pulumirpc.RegisterResourceOutputsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. * @return {!proto.pulumirpc.RegisterResourceOutputsRequest} */ proto.pulumirpc.RegisterResourceOutputsRequest.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.setUrn(value); break; case 2: var value = new google_protobuf_struct_pb.Struct; reader.readMessage(value,google_protobuf_struct_pb.Struct.deserializeBinaryFromReader); msg.setOutputs(value); break; default: reader.skipField(); break; } } return msg; }; /** * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ proto.pulumirpc.RegisterResourceOutputsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); proto.pulumirpc.RegisterResourceOutputsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. * @param {!proto.pulumirpc.RegisterResourceOutputsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ proto.pulumirpc.RegisterResourceOutputsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUrn(); if (f.length > 0) { writer.writeString( 1, f ); } f = message.getOutputs(); if (f != null) { writer.writeMessage( 2, f, google_protobuf_struct_pb.Struct.serializeBinaryToWriter ); } }; /** * optional string urn = 1; * @return {string} */ proto.pulumirpc.RegisterResourceOutputsRequest.prototype.getUrn = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** @param {string} value */ proto.pulumirpc.RegisterResourceOutputsRequest.prototype.setUrn = function(value) { jspb.Message.setProto3StringField(this, 1, value); }; /** * optional google.protobuf.Struct outputs = 2; * @return {?proto.google.protobuf.Struct} */ proto.pulumirpc.RegisterResourceOutputsRequest.prototype.getOutputs = function() { return /** @type{?proto.google.protobuf.Struct} */ ( jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 2)); }; /** @param {?proto.google.protobuf.Struct|undefined} value */ proto.pulumirpc.RegisterResourceOutputsRequest.prototype.setOutputs = function(value) { jspb.Message.setWrapperField(this, 2, value); }; proto.pulumirpc.RegisterResourceOutputsRequest.prototype.clearOutputs = function() { this.setOutputs(undefined); }; /** * Returns whether this field is set. * @return {!boolean} */ proto.pulumirpc.RegisterResourceOutputsRequest.prototype.hasOutputs = function() { return jspb.Message.getField(this, 2) != null; }; goog.object.extend(exports, proto.pulumirpc);