@pulumi/pulumi 3.153.2-alpha.x0a7598b → 3.153.2-alpha.x2d22a7c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/proto/testing/language_pb.d.ts +0 -27
- package/proto/testing/language_pb.js +1 -212
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -65,9 +65,6 @@ export class PrepareLanguageTestsRequest extends jspb.Message {
|
|
|
65
65
|
getLanguageInfo(): string;
|
|
66
66
|
setLanguageInfo(value: string): PrepareLanguageTestsRequest;
|
|
67
67
|
|
|
68
|
-
getProgramOverridesMap(): jspb.Map<string, PrepareLanguageTestsRequest.ProgramOverride>;
|
|
69
|
-
clearProgramOverridesMap(): void;
|
|
70
|
-
|
|
71
68
|
serializeBinary(): Uint8Array;
|
|
72
69
|
toObject(includeInstance?: boolean): PrepareLanguageTestsRequest.AsObject;
|
|
73
70
|
static toObject(includeInstance: boolean, msg: PrepareLanguageTestsRequest): PrepareLanguageTestsRequest.AsObject;
|
|
@@ -88,8 +85,6 @@ export namespace PrepareLanguageTestsRequest {
|
|
|
88
85
|
coreSdkVersion: string,
|
|
89
86
|
snapshotEditsList: Array<PrepareLanguageTestsRequest.Replacement.AsObject>,
|
|
90
87
|
languageInfo: string,
|
|
91
|
-
|
|
92
|
-
programOverridesMap: Array<[string, PrepareLanguageTestsRequest.ProgramOverride.AsObject]>,
|
|
93
88
|
}
|
|
94
89
|
|
|
95
90
|
|
|
@@ -119,28 +114,6 @@ export namespace PrepareLanguageTestsRequest {
|
|
|
119
114
|
}
|
|
120
115
|
}
|
|
121
116
|
|
|
122
|
-
export class ProgramOverride extends jspb.Message {
|
|
123
|
-
clearPathsList(): void;
|
|
124
|
-
getPathsList(): Array<string>;
|
|
125
|
-
setPathsList(value: Array<string>): ProgramOverride;
|
|
126
|
-
addPaths(value: string, index?: number): string;
|
|
127
|
-
|
|
128
|
-
serializeBinary(): Uint8Array;
|
|
129
|
-
toObject(includeInstance?: boolean): ProgramOverride.AsObject;
|
|
130
|
-
static toObject(includeInstance: boolean, msg: ProgramOverride): ProgramOverride.AsObject;
|
|
131
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
132
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
133
|
-
static serializeBinaryToWriter(message: ProgramOverride, writer: jspb.BinaryWriter): void;
|
|
134
|
-
static deserializeBinary(bytes: Uint8Array): ProgramOverride;
|
|
135
|
-
static deserializeBinaryFromReader(message: ProgramOverride, reader: jspb.BinaryReader): ProgramOverride;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
export namespace ProgramOverride {
|
|
139
|
-
export type AsObject = {
|
|
140
|
-
pathsList: Array<string>,
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
117
|
}
|
|
145
118
|
|
|
146
119
|
export class PrepareLanguageTestsResponse extends jspb.Message {
|
|
@@ -18,7 +18,6 @@ var proto = { pulumirpc: { codegen: { }, testing: { } } }, global = proto;
|
|
|
18
18
|
goog.exportSymbol('proto.pulumirpc.testing.GetLanguageTestsRequest', null, global);
|
|
19
19
|
goog.exportSymbol('proto.pulumirpc.testing.GetLanguageTestsResponse', null, global);
|
|
20
20
|
goog.exportSymbol('proto.pulumirpc.testing.PrepareLanguageTestsRequest', null, global);
|
|
21
|
-
goog.exportSymbol('proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride', null, global);
|
|
22
21
|
goog.exportSymbol('proto.pulumirpc.testing.PrepareLanguageTestsRequest.Replacement', null, global);
|
|
23
22
|
goog.exportSymbol('proto.pulumirpc.testing.PrepareLanguageTestsResponse', null, global);
|
|
24
23
|
goog.exportSymbol('proto.pulumirpc.testing.RunLanguageTestRequest', null, global);
|
|
@@ -107,27 +106,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
107
106
|
*/
|
|
108
107
|
proto.pulumirpc.testing.PrepareLanguageTestsRequest.Replacement.displayName = 'proto.pulumirpc.testing.PrepareLanguageTestsRequest.Replacement';
|
|
109
108
|
}
|
|
110
|
-
/**
|
|
111
|
-
* Generated by JsPbCodeGenerator.
|
|
112
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
113
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
114
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
115
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
116
|
-
* valid.
|
|
117
|
-
* @extends {jspb.Message}
|
|
118
|
-
* @constructor
|
|
119
|
-
*/
|
|
120
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride = function(opt_data) {
|
|
121
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.repeatedFields_, null);
|
|
122
|
-
};
|
|
123
|
-
goog.inherits(proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride, jspb.Message);
|
|
124
|
-
if (goog.DEBUG && !COMPILED) {
|
|
125
|
-
/**
|
|
126
|
-
* @public
|
|
127
|
-
* @override
|
|
128
|
-
*/
|
|
129
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.displayName = 'proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride';
|
|
130
|
-
}
|
|
131
109
|
/**
|
|
132
110
|
* Generated by JsPbCodeGenerator.
|
|
133
111
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -495,8 +473,7 @@ proto.pulumirpc.testing.PrepareLanguageTestsRequest.toObject = function(includeI
|
|
|
495
473
|
coreSdkVersion: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
496
474
|
snapshotEditsList: jspb.Message.toObjectList(msg.getSnapshotEditsList(),
|
|
497
475
|
proto.pulumirpc.testing.PrepareLanguageTestsRequest.Replacement.toObject, includeInstance),
|
|
498
|
-
languageInfo: jspb.Message.getFieldWithDefault(msg, 8, "")
|
|
499
|
-
programOverridesMap: (f = msg.getProgramOverridesMap()) ? f.toObject(includeInstance, proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.toObject) : []
|
|
476
|
+
languageInfo: jspb.Message.getFieldWithDefault(msg, 8, "")
|
|
500
477
|
};
|
|
501
478
|
|
|
502
479
|
if (includeInstance) {
|
|
@@ -566,12 +543,6 @@ proto.pulumirpc.testing.PrepareLanguageTestsRequest.deserializeBinaryFromReader
|
|
|
566
543
|
var value = /** @type {string} */ (reader.readString());
|
|
567
544
|
msg.setLanguageInfo(value);
|
|
568
545
|
break;
|
|
569
|
-
case 9:
|
|
570
|
-
var value = msg.getProgramOverridesMap();
|
|
571
|
-
reader.readMessage(value, function(message, reader) {
|
|
572
|
-
jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readMessage, proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.deserializeBinaryFromReader, "", new proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride());
|
|
573
|
-
});
|
|
574
|
-
break;
|
|
575
546
|
default:
|
|
576
547
|
reader.skipField();
|
|
577
548
|
break;
|
|
@@ -658,10 +629,6 @@ proto.pulumirpc.testing.PrepareLanguageTestsRequest.serializeBinaryToWriter = fu
|
|
|
658
629
|
f
|
|
659
630
|
);
|
|
660
631
|
}
|
|
661
|
-
f = message.getProgramOverridesMap(true);
|
|
662
|
-
if (f && f.getLength() > 0) {
|
|
663
|
-
f.serializeBinary(9, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeMessage, proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.serializeBinaryToWriter);
|
|
664
|
-
}
|
|
665
632
|
};
|
|
666
633
|
|
|
667
634
|
|
|
@@ -855,162 +822,6 @@ proto.pulumirpc.testing.PrepareLanguageTestsRequest.Replacement.prototype.setRep
|
|
|
855
822
|
};
|
|
856
823
|
|
|
857
824
|
|
|
858
|
-
|
|
859
|
-
/**
|
|
860
|
-
* List of repeated fields within this message type.
|
|
861
|
-
* @private {!Array<number>}
|
|
862
|
-
* @const
|
|
863
|
-
*/
|
|
864
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.repeatedFields_ = [1];
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
869
|
-
/**
|
|
870
|
-
* Creates an object representation of this proto.
|
|
871
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
872
|
-
* Optional fields that are not set will be set to undefined.
|
|
873
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
874
|
-
* For the list of reserved names please see:
|
|
875
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
876
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
877
|
-
* JSPB instance for transitional soy proto support:
|
|
878
|
-
* http://goto/soy-param-migration
|
|
879
|
-
* @return {!Object}
|
|
880
|
-
*/
|
|
881
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.prototype.toObject = function(opt_includeInstance) {
|
|
882
|
-
return proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.toObject(opt_includeInstance, this);
|
|
883
|
-
};
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
/**
|
|
887
|
-
* Static version of the {@see toObject} method.
|
|
888
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
889
|
-
* the JSPB instance for transitional soy proto support:
|
|
890
|
-
* http://goto/soy-param-migration
|
|
891
|
-
* @param {!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride} msg The msg instance to transform.
|
|
892
|
-
* @return {!Object}
|
|
893
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
894
|
-
*/
|
|
895
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.toObject = function(includeInstance, msg) {
|
|
896
|
-
var f, obj = {
|
|
897
|
-
pathsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
898
|
-
};
|
|
899
|
-
|
|
900
|
-
if (includeInstance) {
|
|
901
|
-
obj.$jspbMessageInstance = msg;
|
|
902
|
-
}
|
|
903
|
-
return obj;
|
|
904
|
-
};
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
/**
|
|
909
|
-
* Deserializes binary data (in protobuf wire format).
|
|
910
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
911
|
-
* @return {!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride}
|
|
912
|
-
*/
|
|
913
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.deserializeBinary = function(bytes) {
|
|
914
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
915
|
-
var msg = new proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride;
|
|
916
|
-
return proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.deserializeBinaryFromReader(msg, reader);
|
|
917
|
-
};
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
/**
|
|
921
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
922
|
-
* given reader into the given message object.
|
|
923
|
-
* @param {!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride} msg The message object to deserialize into.
|
|
924
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
925
|
-
* @return {!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride}
|
|
926
|
-
*/
|
|
927
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.deserializeBinaryFromReader = function(msg, reader) {
|
|
928
|
-
while (reader.nextField()) {
|
|
929
|
-
if (reader.isEndGroup()) {
|
|
930
|
-
break;
|
|
931
|
-
}
|
|
932
|
-
var field = reader.getFieldNumber();
|
|
933
|
-
switch (field) {
|
|
934
|
-
case 1:
|
|
935
|
-
var value = /** @type {string} */ (reader.readString());
|
|
936
|
-
msg.addPaths(value);
|
|
937
|
-
break;
|
|
938
|
-
default:
|
|
939
|
-
reader.skipField();
|
|
940
|
-
break;
|
|
941
|
-
}
|
|
942
|
-
}
|
|
943
|
-
return msg;
|
|
944
|
-
};
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
/**
|
|
948
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
949
|
-
* @return {!Uint8Array}
|
|
950
|
-
*/
|
|
951
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.prototype.serializeBinary = function() {
|
|
952
|
-
var writer = new jspb.BinaryWriter();
|
|
953
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.serializeBinaryToWriter(this, writer);
|
|
954
|
-
return writer.getResultBuffer();
|
|
955
|
-
};
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
/**
|
|
959
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
960
|
-
* format), writing to the given BinaryWriter.
|
|
961
|
-
* @param {!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride} message
|
|
962
|
-
* @param {!jspb.BinaryWriter} writer
|
|
963
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
964
|
-
*/
|
|
965
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.serializeBinaryToWriter = function(message, writer) {
|
|
966
|
-
var f = undefined;
|
|
967
|
-
f = message.getPathsList();
|
|
968
|
-
if (f.length > 0) {
|
|
969
|
-
writer.writeRepeatedString(
|
|
970
|
-
1,
|
|
971
|
-
f
|
|
972
|
-
);
|
|
973
|
-
}
|
|
974
|
-
};
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
/**
|
|
978
|
-
* repeated string paths = 1;
|
|
979
|
-
* @return {!Array<string>}
|
|
980
|
-
*/
|
|
981
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.prototype.getPathsList = function() {
|
|
982
|
-
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
|
|
983
|
-
};
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
/**
|
|
987
|
-
* @param {!Array<string>} value
|
|
988
|
-
* @return {!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride} returns this
|
|
989
|
-
*/
|
|
990
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.prototype.setPathsList = function(value) {
|
|
991
|
-
return jspb.Message.setField(this, 1, value || []);
|
|
992
|
-
};
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
/**
|
|
996
|
-
* @param {string} value
|
|
997
|
-
* @param {number=} opt_index
|
|
998
|
-
* @return {!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride} returns this
|
|
999
|
-
*/
|
|
1000
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.prototype.addPaths = function(value, opt_index) {
|
|
1001
|
-
return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
|
|
1002
|
-
};
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
/**
|
|
1006
|
-
* Clears the list making it empty but non-null.
|
|
1007
|
-
* @return {!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride} returns this
|
|
1008
|
-
*/
|
|
1009
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride.prototype.clearPathsList = function() {
|
|
1010
|
-
return this.setPathsList([]);
|
|
1011
|
-
};
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
825
|
/**
|
|
1015
826
|
* optional string language_plugin_name = 1;
|
|
1016
827
|
* @return {string}
|
|
@@ -1175,28 +986,6 @@ proto.pulumirpc.testing.PrepareLanguageTestsRequest.prototype.setLanguageInfo =
|
|
|
1175
986
|
};
|
|
1176
987
|
|
|
1177
988
|
|
|
1178
|
-
/**
|
|
1179
|
-
* map<string, ProgramOverride> program_overrides = 9;
|
|
1180
|
-
* @param {boolean=} opt_noLazyCreate Do not create the map if
|
|
1181
|
-
* empty, instead returning `undefined`
|
|
1182
|
-
* @return {!jspb.Map<string,!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride>}
|
|
1183
|
-
*/
|
|
1184
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.prototype.getProgramOverridesMap = function(opt_noLazyCreate) {
|
|
1185
|
-
return /** @type {!jspb.Map<string,!proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride>} */ (
|
|
1186
|
-
jspb.Message.getMapField(this, 9, opt_noLazyCreate,
|
|
1187
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.ProgramOverride));
|
|
1188
|
-
};
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
/**
|
|
1192
|
-
* Clears values from the map. The map will be non-null.
|
|
1193
|
-
* @return {!proto.pulumirpc.testing.PrepareLanguageTestsRequest} returns this
|
|
1194
|
-
*/
|
|
1195
|
-
proto.pulumirpc.testing.PrepareLanguageTestsRequest.prototype.clearProgramOverridesMap = function() {
|
|
1196
|
-
this.getProgramOverridesMap().clear();
|
|
1197
|
-
return this;};
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
989
|
|
|
1201
990
|
|
|
1202
991
|
|
package/version.js
CHANGED
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
// See the License for the specific language governing permissions and
|
|
14
14
|
// limitations under the License.
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.version = "3.153.2-alpha.
|
|
16
|
+
exports.version = "3.153.2-alpha.x2d22a7c";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|