@pulumi/pulumi 3.208.0-alpha.x7c3f21c → 3.208.0-alpha.xc0ee441
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/language_grpc_pb.d.ts +0 -17
- package/proto/language_grpc_pb.js +0 -36
- package/proto/language_pb.d.ts +0 -43
- package/proto/language_pb.js +0 -326
- package/proto/resource_pb.d.ts +0 -12
- package/proto/resource_pb.js +1 -103
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -19,7 +19,6 @@ interface ILanguageRuntimeService extends grpc.ServiceDefinition<grpc.UntypedSer
|
|
|
19
19
|
getPluginInfo: ILanguageRuntimeService_IGetPluginInfo;
|
|
20
20
|
installDependencies: ILanguageRuntimeService_IInstallDependencies;
|
|
21
21
|
runtimeOptionsPrompts: ILanguageRuntimeService_IRuntimeOptionsPrompts;
|
|
22
|
-
template: ILanguageRuntimeService_ITemplate;
|
|
23
22
|
about: ILanguageRuntimeService_IAbout;
|
|
24
23
|
getProgramDependencies: ILanguageRuntimeService_IGetProgramDependencies;
|
|
25
24
|
runPlugin: ILanguageRuntimeService_IRunPlugin;
|
|
@@ -94,15 +93,6 @@ interface ILanguageRuntimeService_IRuntimeOptionsPrompts extends grpc.MethodDefi
|
|
|
94
93
|
responseSerialize: grpc.serialize<pulumi_language_pb.RuntimeOptionsResponse>;
|
|
95
94
|
responseDeserialize: grpc.deserialize<pulumi_language_pb.RuntimeOptionsResponse>;
|
|
96
95
|
}
|
|
97
|
-
interface ILanguageRuntimeService_ITemplate extends grpc.MethodDefinition<pulumi_language_pb.TemplateRequest, pulumi_language_pb.TemplateResponse> {
|
|
98
|
-
path: "/pulumirpc.LanguageRuntime/Template";
|
|
99
|
-
requestStream: false;
|
|
100
|
-
responseStream: false;
|
|
101
|
-
requestSerialize: grpc.serialize<pulumi_language_pb.TemplateRequest>;
|
|
102
|
-
requestDeserialize: grpc.deserialize<pulumi_language_pb.TemplateRequest>;
|
|
103
|
-
responseSerialize: grpc.serialize<pulumi_language_pb.TemplateResponse>;
|
|
104
|
-
responseDeserialize: grpc.deserialize<pulumi_language_pb.TemplateResponse>;
|
|
105
|
-
}
|
|
106
96
|
interface ILanguageRuntimeService_IAbout extends grpc.MethodDefinition<pulumi_language_pb.AboutRequest, pulumi_language_pb.AboutResponse> {
|
|
107
97
|
path: "/pulumirpc.LanguageRuntime/About";
|
|
108
98
|
requestStream: false;
|
|
@@ -195,7 +185,6 @@ export interface ILanguageRuntimeServer extends grpc.UntypedServiceImplementatio
|
|
|
195
185
|
getPluginInfo: grpc.handleUnaryCall<google_protobuf_empty_pb.Empty, pulumi_plugin_pb.PluginInfo>;
|
|
196
186
|
installDependencies: grpc.handleServerStreamingCall<pulumi_language_pb.InstallDependenciesRequest, pulumi_language_pb.InstallDependenciesResponse>;
|
|
197
187
|
runtimeOptionsPrompts: grpc.handleUnaryCall<pulumi_language_pb.RuntimeOptionsRequest, pulumi_language_pb.RuntimeOptionsResponse>;
|
|
198
|
-
template: grpc.handleUnaryCall<pulumi_language_pb.TemplateRequest, pulumi_language_pb.TemplateResponse>;
|
|
199
188
|
about: grpc.handleUnaryCall<pulumi_language_pb.AboutRequest, pulumi_language_pb.AboutResponse>;
|
|
200
189
|
getProgramDependencies: grpc.handleUnaryCall<pulumi_language_pb.GetProgramDependenciesRequest, pulumi_language_pb.GetProgramDependenciesResponse>;
|
|
201
190
|
runPlugin: grpc.handleServerStreamingCall<pulumi_language_pb.RunPluginRequest, pulumi_language_pb.RunPluginResponse>;
|
|
@@ -228,9 +217,6 @@ export interface ILanguageRuntimeClient {
|
|
|
228
217
|
runtimeOptionsPrompts(request: pulumi_language_pb.RuntimeOptionsRequest, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.RuntimeOptionsResponse) => void): grpc.ClientUnaryCall;
|
|
229
218
|
runtimeOptionsPrompts(request: pulumi_language_pb.RuntimeOptionsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.RuntimeOptionsResponse) => void): grpc.ClientUnaryCall;
|
|
230
219
|
runtimeOptionsPrompts(request: pulumi_language_pb.RuntimeOptionsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.RuntimeOptionsResponse) => void): grpc.ClientUnaryCall;
|
|
231
|
-
template(request: pulumi_language_pb.TemplateRequest, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.TemplateResponse) => void): grpc.ClientUnaryCall;
|
|
232
|
-
template(request: pulumi_language_pb.TemplateRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.TemplateResponse) => void): grpc.ClientUnaryCall;
|
|
233
|
-
template(request: pulumi_language_pb.TemplateRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.TemplateResponse) => void): grpc.ClientUnaryCall;
|
|
234
220
|
about(request: pulumi_language_pb.AboutRequest, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.AboutResponse) => void): grpc.ClientUnaryCall;
|
|
235
221
|
about(request: pulumi_language_pb.AboutRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.AboutResponse) => void): grpc.ClientUnaryCall;
|
|
236
222
|
about(request: pulumi_language_pb.AboutRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.AboutResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -281,9 +267,6 @@ export class LanguageRuntimeClient extends grpc.Client implements ILanguageRunti
|
|
|
281
267
|
public runtimeOptionsPrompts(request: pulumi_language_pb.RuntimeOptionsRequest, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.RuntimeOptionsResponse) => void): grpc.ClientUnaryCall;
|
|
282
268
|
public runtimeOptionsPrompts(request: pulumi_language_pb.RuntimeOptionsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.RuntimeOptionsResponse) => void): grpc.ClientUnaryCall;
|
|
283
269
|
public runtimeOptionsPrompts(request: pulumi_language_pb.RuntimeOptionsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.RuntimeOptionsResponse) => void): grpc.ClientUnaryCall;
|
|
284
|
-
public template(request: pulumi_language_pb.TemplateRequest, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.TemplateResponse) => void): grpc.ClientUnaryCall;
|
|
285
|
-
public template(request: pulumi_language_pb.TemplateRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.TemplateResponse) => void): grpc.ClientUnaryCall;
|
|
286
|
-
public template(request: pulumi_language_pb.TemplateRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.TemplateResponse) => void): grpc.ClientUnaryCall;
|
|
287
270
|
public about(request: pulumi_language_pb.AboutRequest, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.AboutResponse) => void): grpc.ClientUnaryCall;
|
|
288
271
|
public about(request: pulumi_language_pb.AboutRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.AboutResponse) => void): grpc.ClientUnaryCall;
|
|
289
272
|
public about(request: pulumi_language_pb.AboutRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: pulumi_language_pb.AboutResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -353,28 +353,6 @@ function deserialize_pulumirpc_RuntimeOptionsResponse(buffer_arg) {
|
|
|
353
353
|
return pulumi_language_pb.RuntimeOptionsResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
function serialize_pulumirpc_TemplateRequest(arg) {
|
|
357
|
-
if (!(arg instanceof pulumi_language_pb.TemplateRequest)) {
|
|
358
|
-
throw new Error('Expected argument of type pulumirpc.TemplateRequest');
|
|
359
|
-
}
|
|
360
|
-
return Buffer.from(arg.serializeBinary());
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
function deserialize_pulumirpc_TemplateRequest(buffer_arg) {
|
|
364
|
-
return pulumi_language_pb.TemplateRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
function serialize_pulumirpc_TemplateResponse(arg) {
|
|
368
|
-
if (!(arg instanceof pulumi_language_pb.TemplateResponse)) {
|
|
369
|
-
throw new Error('Expected argument of type pulumirpc.TemplateResponse');
|
|
370
|
-
}
|
|
371
|
-
return Buffer.from(arg.serializeBinary());
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
function deserialize_pulumirpc_TemplateResponse(buffer_arg) {
|
|
375
|
-
return pulumi_language_pb.TemplateResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
376
|
-
}
|
|
377
|
-
|
|
378
356
|
|
|
379
357
|
// The LanguageRuntime service defines a standard interface for [language hosts/runtimes](languages). At a high level, a
|
|
380
358
|
// language runtime provides the ability to execute programs, install and query dependencies, and generate code for a
|
|
@@ -487,20 +465,6 @@ runtimeOptionsPrompts: {
|
|
|
487
465
|
responseSerialize: serialize_pulumirpc_RuntimeOptionsResponse,
|
|
488
466
|
responseDeserialize: deserialize_pulumirpc_RuntimeOptionsResponse,
|
|
489
467
|
},
|
|
490
|
-
// `Template` allows the language runtime to perform additional templating on a newly instantiated project template.
|
|
491
|
-
// For example the Python runtime might want to convert a requirements.txt into a pyproject.toml suitable for use
|
|
492
|
-
// with uv or poetry.
|
|
493
|
-
template: {
|
|
494
|
-
path: '/pulumirpc.LanguageRuntime/Template',
|
|
495
|
-
requestStream: false,
|
|
496
|
-
responseStream: false,
|
|
497
|
-
requestType: pulumi_language_pb.TemplateRequest,
|
|
498
|
-
responseType: pulumi_language_pb.TemplateResponse,
|
|
499
|
-
requestSerialize: serialize_pulumirpc_TemplateRequest,
|
|
500
|
-
requestDeserialize: deserialize_pulumirpc_TemplateRequest,
|
|
501
|
-
responseSerialize: serialize_pulumirpc_TemplateResponse,
|
|
502
|
-
responseDeserialize: deserialize_pulumirpc_TemplateResponse,
|
|
503
|
-
},
|
|
504
468
|
// `About` returns information about the language runtime being used.
|
|
505
469
|
about: {
|
|
506
470
|
path: '/pulumirpc.LanguageRuntime/About',
|
package/proto/language_pb.d.ts
CHANGED
|
@@ -553,49 +553,6 @@ export namespace RuntimeOptionsResponse {
|
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
|
|
556
|
-
export class TemplateRequest extends jspb.Message {
|
|
557
|
-
|
|
558
|
-
hasInfo(): boolean;
|
|
559
|
-
clearInfo(): void;
|
|
560
|
-
getInfo(): ProgramInfo | undefined;
|
|
561
|
-
setInfo(value?: ProgramInfo): TemplateRequest;
|
|
562
|
-
getProjectName(): string;
|
|
563
|
-
setProjectName(value: string): TemplateRequest;
|
|
564
|
-
|
|
565
|
-
serializeBinary(): Uint8Array;
|
|
566
|
-
toObject(includeInstance?: boolean): TemplateRequest.AsObject;
|
|
567
|
-
static toObject(includeInstance: boolean, msg: TemplateRequest): TemplateRequest.AsObject;
|
|
568
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
569
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
570
|
-
static serializeBinaryToWriter(message: TemplateRequest, writer: jspb.BinaryWriter): void;
|
|
571
|
-
static deserializeBinary(bytes: Uint8Array): TemplateRequest;
|
|
572
|
-
static deserializeBinaryFromReader(message: TemplateRequest, reader: jspb.BinaryReader): TemplateRequest;
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
export namespace TemplateRequest {
|
|
576
|
-
export type AsObject = {
|
|
577
|
-
info?: ProgramInfo.AsObject,
|
|
578
|
-
projectName: string,
|
|
579
|
-
}
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
export class TemplateResponse extends jspb.Message {
|
|
583
|
-
|
|
584
|
-
serializeBinary(): Uint8Array;
|
|
585
|
-
toObject(includeInstance?: boolean): TemplateResponse.AsObject;
|
|
586
|
-
static toObject(includeInstance: boolean, msg: TemplateResponse): TemplateResponse.AsObject;
|
|
587
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
588
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
589
|
-
static serializeBinaryToWriter(message: TemplateResponse, writer: jspb.BinaryWriter): void;
|
|
590
|
-
static deserializeBinary(bytes: Uint8Array): TemplateResponse;
|
|
591
|
-
static deserializeBinaryFromReader(message: TemplateResponse, reader: jspb.BinaryReader): TemplateResponse;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
export namespace TemplateResponse {
|
|
595
|
-
export type AsObject = {
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
|
|
599
556
|
export class RunPluginRequest extends jspb.Message {
|
|
600
557
|
getPwd(): string;
|
|
601
558
|
setPwd(value: string): RunPluginRequest;
|
package/proto/language_pb.js
CHANGED
|
@@ -64,8 +64,6 @@ goog.exportSymbol('proto.pulumirpc.RuntimeOptionPrompt.RuntimeOptionType', null,
|
|
|
64
64
|
goog.exportSymbol('proto.pulumirpc.RuntimeOptionPrompt.RuntimeOptionValue', null, global);
|
|
65
65
|
goog.exportSymbol('proto.pulumirpc.RuntimeOptionsRequest', null, global);
|
|
66
66
|
goog.exportSymbol('proto.pulumirpc.RuntimeOptionsResponse', null, global);
|
|
67
|
-
goog.exportSymbol('proto.pulumirpc.TemplateRequest', null, global);
|
|
68
|
-
goog.exportSymbol('proto.pulumirpc.TemplateResponse', null, global);
|
|
69
67
|
/**
|
|
70
68
|
* Generated by JsPbCodeGenerator.
|
|
71
69
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -444,48 +442,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
444
442
|
*/
|
|
445
443
|
proto.pulumirpc.RuntimeOptionsResponse.displayName = 'proto.pulumirpc.RuntimeOptionsResponse';
|
|
446
444
|
}
|
|
447
|
-
/**
|
|
448
|
-
* Generated by JsPbCodeGenerator.
|
|
449
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
450
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
451
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
452
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
453
|
-
* valid.
|
|
454
|
-
* @extends {jspb.Message}
|
|
455
|
-
* @constructor
|
|
456
|
-
*/
|
|
457
|
-
proto.pulumirpc.TemplateRequest = function(opt_data) {
|
|
458
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
459
|
-
};
|
|
460
|
-
goog.inherits(proto.pulumirpc.TemplateRequest, jspb.Message);
|
|
461
|
-
if (goog.DEBUG && !COMPILED) {
|
|
462
|
-
/**
|
|
463
|
-
* @public
|
|
464
|
-
* @override
|
|
465
|
-
*/
|
|
466
|
-
proto.pulumirpc.TemplateRequest.displayName = 'proto.pulumirpc.TemplateRequest';
|
|
467
|
-
}
|
|
468
|
-
/**
|
|
469
|
-
* Generated by JsPbCodeGenerator.
|
|
470
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
471
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
472
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
473
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
474
|
-
* valid.
|
|
475
|
-
* @extends {jspb.Message}
|
|
476
|
-
* @constructor
|
|
477
|
-
*/
|
|
478
|
-
proto.pulumirpc.TemplateResponse = function(opt_data) {
|
|
479
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
480
|
-
};
|
|
481
|
-
goog.inherits(proto.pulumirpc.TemplateResponse, jspb.Message);
|
|
482
|
-
if (goog.DEBUG && !COMPILED) {
|
|
483
|
-
/**
|
|
484
|
-
* @public
|
|
485
|
-
* @override
|
|
486
|
-
*/
|
|
487
|
-
proto.pulumirpc.TemplateResponse.displayName = 'proto.pulumirpc.TemplateResponse';
|
|
488
|
-
}
|
|
489
445
|
/**
|
|
490
446
|
* Generated by JsPbCodeGenerator.
|
|
491
447
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -4841,288 +4797,6 @@ proto.pulumirpc.RuntimeOptionsResponse.prototype.clearPromptsList = function() {
|
|
|
4841
4797
|
|
|
4842
4798
|
|
|
4843
4799
|
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4847
|
-
/**
|
|
4848
|
-
* Creates an object representation of this proto.
|
|
4849
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4850
|
-
* Optional fields that are not set will be set to undefined.
|
|
4851
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4852
|
-
* For the list of reserved names please see:
|
|
4853
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4854
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4855
|
-
* JSPB instance for transitional soy proto support:
|
|
4856
|
-
* http://goto/soy-param-migration
|
|
4857
|
-
* @return {!Object}
|
|
4858
|
-
*/
|
|
4859
|
-
proto.pulumirpc.TemplateRequest.prototype.toObject = function(opt_includeInstance) {
|
|
4860
|
-
return proto.pulumirpc.TemplateRequest.toObject(opt_includeInstance, this);
|
|
4861
|
-
};
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
|
-
/**
|
|
4865
|
-
* Static version of the {@see toObject} method.
|
|
4866
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4867
|
-
* the JSPB instance for transitional soy proto support:
|
|
4868
|
-
* http://goto/soy-param-migration
|
|
4869
|
-
* @param {!proto.pulumirpc.TemplateRequest} msg The msg instance to transform.
|
|
4870
|
-
* @return {!Object}
|
|
4871
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4872
|
-
*/
|
|
4873
|
-
proto.pulumirpc.TemplateRequest.toObject = function(includeInstance, msg) {
|
|
4874
|
-
var f, obj = {
|
|
4875
|
-
info: (f = msg.getInfo()) && proto.pulumirpc.ProgramInfo.toObject(includeInstance, f),
|
|
4876
|
-
projectName: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
4877
|
-
};
|
|
4878
|
-
|
|
4879
|
-
if (includeInstance) {
|
|
4880
|
-
obj.$jspbMessageInstance = msg;
|
|
4881
|
-
}
|
|
4882
|
-
return obj;
|
|
4883
|
-
};
|
|
4884
|
-
}
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
/**
|
|
4888
|
-
* Deserializes binary data (in protobuf wire format).
|
|
4889
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4890
|
-
* @return {!proto.pulumirpc.TemplateRequest}
|
|
4891
|
-
*/
|
|
4892
|
-
proto.pulumirpc.TemplateRequest.deserializeBinary = function(bytes) {
|
|
4893
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
4894
|
-
var msg = new proto.pulumirpc.TemplateRequest;
|
|
4895
|
-
return proto.pulumirpc.TemplateRequest.deserializeBinaryFromReader(msg, reader);
|
|
4896
|
-
};
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
/**
|
|
4900
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
4901
|
-
* given reader into the given message object.
|
|
4902
|
-
* @param {!proto.pulumirpc.TemplateRequest} msg The message object to deserialize into.
|
|
4903
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4904
|
-
* @return {!proto.pulumirpc.TemplateRequest}
|
|
4905
|
-
*/
|
|
4906
|
-
proto.pulumirpc.TemplateRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
4907
|
-
while (reader.nextField()) {
|
|
4908
|
-
if (reader.isEndGroup()) {
|
|
4909
|
-
break;
|
|
4910
|
-
}
|
|
4911
|
-
var field = reader.getFieldNumber();
|
|
4912
|
-
switch (field) {
|
|
4913
|
-
case 1:
|
|
4914
|
-
var value = new proto.pulumirpc.ProgramInfo;
|
|
4915
|
-
reader.readMessage(value,proto.pulumirpc.ProgramInfo.deserializeBinaryFromReader);
|
|
4916
|
-
msg.setInfo(value);
|
|
4917
|
-
break;
|
|
4918
|
-
case 2:
|
|
4919
|
-
var value = /** @type {string} */ (reader.readString());
|
|
4920
|
-
msg.setProjectName(value);
|
|
4921
|
-
break;
|
|
4922
|
-
default:
|
|
4923
|
-
reader.skipField();
|
|
4924
|
-
break;
|
|
4925
|
-
}
|
|
4926
|
-
}
|
|
4927
|
-
return msg;
|
|
4928
|
-
};
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
/**
|
|
4932
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
4933
|
-
* @return {!Uint8Array}
|
|
4934
|
-
*/
|
|
4935
|
-
proto.pulumirpc.TemplateRequest.prototype.serializeBinary = function() {
|
|
4936
|
-
var writer = new jspb.BinaryWriter();
|
|
4937
|
-
proto.pulumirpc.TemplateRequest.serializeBinaryToWriter(this, writer);
|
|
4938
|
-
return writer.getResultBuffer();
|
|
4939
|
-
};
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
/**
|
|
4943
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
4944
|
-
* format), writing to the given BinaryWriter.
|
|
4945
|
-
* @param {!proto.pulumirpc.TemplateRequest} message
|
|
4946
|
-
* @param {!jspb.BinaryWriter} writer
|
|
4947
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4948
|
-
*/
|
|
4949
|
-
proto.pulumirpc.TemplateRequest.serializeBinaryToWriter = function(message, writer) {
|
|
4950
|
-
var f = undefined;
|
|
4951
|
-
f = message.getInfo();
|
|
4952
|
-
if (f != null) {
|
|
4953
|
-
writer.writeMessage(
|
|
4954
|
-
1,
|
|
4955
|
-
f,
|
|
4956
|
-
proto.pulumirpc.ProgramInfo.serializeBinaryToWriter
|
|
4957
|
-
);
|
|
4958
|
-
}
|
|
4959
|
-
f = message.getProjectName();
|
|
4960
|
-
if (f.length > 0) {
|
|
4961
|
-
writer.writeString(
|
|
4962
|
-
2,
|
|
4963
|
-
f
|
|
4964
|
-
);
|
|
4965
|
-
}
|
|
4966
|
-
};
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
/**
|
|
4970
|
-
* optional ProgramInfo info = 1;
|
|
4971
|
-
* @return {?proto.pulumirpc.ProgramInfo}
|
|
4972
|
-
*/
|
|
4973
|
-
proto.pulumirpc.TemplateRequest.prototype.getInfo = function() {
|
|
4974
|
-
return /** @type{?proto.pulumirpc.ProgramInfo} */ (
|
|
4975
|
-
jspb.Message.getWrapperField(this, proto.pulumirpc.ProgramInfo, 1));
|
|
4976
|
-
};
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
/**
|
|
4980
|
-
* @param {?proto.pulumirpc.ProgramInfo|undefined} value
|
|
4981
|
-
* @return {!proto.pulumirpc.TemplateRequest} returns this
|
|
4982
|
-
*/
|
|
4983
|
-
proto.pulumirpc.TemplateRequest.prototype.setInfo = function(value) {
|
|
4984
|
-
return jspb.Message.setWrapperField(this, 1, value);
|
|
4985
|
-
};
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
/**
|
|
4989
|
-
* Clears the message field making it undefined.
|
|
4990
|
-
* @return {!proto.pulumirpc.TemplateRequest} returns this
|
|
4991
|
-
*/
|
|
4992
|
-
proto.pulumirpc.TemplateRequest.prototype.clearInfo = function() {
|
|
4993
|
-
return this.setInfo(undefined);
|
|
4994
|
-
};
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
/**
|
|
4998
|
-
* Returns whether this field is set.
|
|
4999
|
-
* @return {boolean}
|
|
5000
|
-
*/
|
|
5001
|
-
proto.pulumirpc.TemplateRequest.prototype.hasInfo = function() {
|
|
5002
|
-
return jspb.Message.getField(this, 1) != null;
|
|
5003
|
-
};
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
/**
|
|
5007
|
-
* optional string project_name = 2;
|
|
5008
|
-
* @return {string}
|
|
5009
|
-
*/
|
|
5010
|
-
proto.pulumirpc.TemplateRequest.prototype.getProjectName = function() {
|
|
5011
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
5012
|
-
};
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
/**
|
|
5016
|
-
* @param {string} value
|
|
5017
|
-
* @return {!proto.pulumirpc.TemplateRequest} returns this
|
|
5018
|
-
*/
|
|
5019
|
-
proto.pulumirpc.TemplateRequest.prototype.setProjectName = function(value) {
|
|
5020
|
-
return jspb.Message.setProto3StringField(this, 2, value);
|
|
5021
|
-
};
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
5028
|
-
/**
|
|
5029
|
-
* Creates an object representation of this proto.
|
|
5030
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
5031
|
-
* Optional fields that are not set will be set to undefined.
|
|
5032
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
5033
|
-
* For the list of reserved names please see:
|
|
5034
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
5035
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
5036
|
-
* JSPB instance for transitional soy proto support:
|
|
5037
|
-
* http://goto/soy-param-migration
|
|
5038
|
-
* @return {!Object}
|
|
5039
|
-
*/
|
|
5040
|
-
proto.pulumirpc.TemplateResponse.prototype.toObject = function(opt_includeInstance) {
|
|
5041
|
-
return proto.pulumirpc.TemplateResponse.toObject(opt_includeInstance, this);
|
|
5042
|
-
};
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
/**
|
|
5046
|
-
* Static version of the {@see toObject} method.
|
|
5047
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
5048
|
-
* the JSPB instance for transitional soy proto support:
|
|
5049
|
-
* http://goto/soy-param-migration
|
|
5050
|
-
* @param {!proto.pulumirpc.TemplateResponse} msg The msg instance to transform.
|
|
5051
|
-
* @return {!Object}
|
|
5052
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5053
|
-
*/
|
|
5054
|
-
proto.pulumirpc.TemplateResponse.toObject = function(includeInstance, msg) {
|
|
5055
|
-
var f, obj = {
|
|
5056
|
-
|
|
5057
|
-
};
|
|
5058
|
-
|
|
5059
|
-
if (includeInstance) {
|
|
5060
|
-
obj.$jspbMessageInstance = msg;
|
|
5061
|
-
}
|
|
5062
|
-
return obj;
|
|
5063
|
-
};
|
|
5064
|
-
}
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
/**
|
|
5068
|
-
* Deserializes binary data (in protobuf wire format).
|
|
5069
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
5070
|
-
* @return {!proto.pulumirpc.TemplateResponse}
|
|
5071
|
-
*/
|
|
5072
|
-
proto.pulumirpc.TemplateResponse.deserializeBinary = function(bytes) {
|
|
5073
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
5074
|
-
var msg = new proto.pulumirpc.TemplateResponse;
|
|
5075
|
-
return proto.pulumirpc.TemplateResponse.deserializeBinaryFromReader(msg, reader);
|
|
5076
|
-
};
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
/**
|
|
5080
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
5081
|
-
* given reader into the given message object.
|
|
5082
|
-
* @param {!proto.pulumirpc.TemplateResponse} msg The message object to deserialize into.
|
|
5083
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
5084
|
-
* @return {!proto.pulumirpc.TemplateResponse}
|
|
5085
|
-
*/
|
|
5086
|
-
proto.pulumirpc.TemplateResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
5087
|
-
while (reader.nextField()) {
|
|
5088
|
-
if (reader.isEndGroup()) {
|
|
5089
|
-
break;
|
|
5090
|
-
}
|
|
5091
|
-
var field = reader.getFieldNumber();
|
|
5092
|
-
switch (field) {
|
|
5093
|
-
default:
|
|
5094
|
-
reader.skipField();
|
|
5095
|
-
break;
|
|
5096
|
-
}
|
|
5097
|
-
}
|
|
5098
|
-
return msg;
|
|
5099
|
-
};
|
|
5100
|
-
|
|
5101
|
-
|
|
5102
|
-
/**
|
|
5103
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
5104
|
-
* @return {!Uint8Array}
|
|
5105
|
-
*/
|
|
5106
|
-
proto.pulumirpc.TemplateResponse.prototype.serializeBinary = function() {
|
|
5107
|
-
var writer = new jspb.BinaryWriter();
|
|
5108
|
-
proto.pulumirpc.TemplateResponse.serializeBinaryToWriter(this, writer);
|
|
5109
|
-
return writer.getResultBuffer();
|
|
5110
|
-
};
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
/**
|
|
5114
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
5115
|
-
* format), writing to the given BinaryWriter.
|
|
5116
|
-
* @param {!proto.pulumirpc.TemplateResponse} message
|
|
5117
|
-
* @param {!jspb.BinaryWriter} writer
|
|
5118
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5119
|
-
*/
|
|
5120
|
-
proto.pulumirpc.TemplateResponse.serializeBinaryToWriter = function(message, writer) {
|
|
5121
|
-
var f = undefined;
|
|
5122
|
-
};
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
4800
|
/**
|
|
5127
4801
|
* List of repeated fields within this message type.
|
|
5128
4802
|
* @private {!Array<number>}
|
package/proto/resource_pb.d.ts
CHANGED
|
@@ -249,11 +249,6 @@ export class RegisterResourceRequest extends jspb.Message {
|
|
|
249
249
|
getReplaceWithList(): Array<string>;
|
|
250
250
|
setReplaceWithList(value: Array<string>): RegisterResourceRequest;
|
|
251
251
|
addReplaceWith(value: string, index?: number): string;
|
|
252
|
-
|
|
253
|
-
hasReplacementTrigger(): boolean;
|
|
254
|
-
clearReplacementTrigger(): void;
|
|
255
|
-
getReplacementTrigger(): google_protobuf_struct_pb.Value | undefined;
|
|
256
|
-
setReplacementTrigger(value?: google_protobuf_struct_pb.Value): RegisterResourceRequest;
|
|
257
252
|
getAliasspecs(): boolean;
|
|
258
253
|
setAliasspecs(value: boolean): RegisterResourceRequest;
|
|
259
254
|
|
|
@@ -330,7 +325,6 @@ export namespace RegisterResourceRequest {
|
|
|
330
325
|
aliasesList: Array<pulumi_alias_pb.Alias.AsObject>,
|
|
331
326
|
deletedwith: string,
|
|
332
327
|
replaceWithList: Array<string>,
|
|
333
|
-
replacementTrigger?: google_protobuf_struct_pb.Value.AsObject,
|
|
334
328
|
aliasspecs: boolean,
|
|
335
329
|
sourceposition?: pulumi_source_pb.SourcePosition.AsObject,
|
|
336
330
|
stacktrace?: pulumi_source_pb.StackTrace.AsObject,
|
|
@@ -754,11 +748,6 @@ export class TransformResourceOptions extends jspb.Message {
|
|
|
754
748
|
setReplaceWithList(value: Array<string>): TransformResourceOptions;
|
|
755
749
|
addReplaceWith(value: string, index?: number): string;
|
|
756
750
|
|
|
757
|
-
hasReplacementTrigger(): boolean;
|
|
758
|
-
clearReplacementTrigger(): void;
|
|
759
|
-
getReplacementTrigger(): google_protobuf_struct_pb.Value | undefined;
|
|
760
|
-
setReplacementTrigger(value?: google_protobuf_struct_pb.Value): TransformResourceOptions;
|
|
761
|
-
|
|
762
751
|
serializeBinary(): Uint8Array;
|
|
763
752
|
toObject(includeInstance?: boolean): TransformResourceOptions.AsObject;
|
|
764
753
|
static toObject(includeInstance: boolean, msg: TransformResourceOptions): TransformResourceOptions.AsObject;
|
|
@@ -792,7 +781,6 @@ export namespace TransformResourceOptions {
|
|
|
792
781
|
pb_import: string,
|
|
793
782
|
hideDiffList: Array<string>,
|
|
794
783
|
replaceWithList: Array<string>,
|
|
795
|
-
replacementTrigger?: google_protobuf_struct_pb.Value.AsObject,
|
|
796
784
|
}
|
|
797
785
|
}
|
|
798
786
|
|
package/proto/resource_pb.js
CHANGED
|
@@ -1838,7 +1838,6 @@ aliasesList: jspb.Message.toObjectList(msg.getAliasesList(),
|
|
|
1838
1838
|
pulumi_alias_pb.Alias.toObject, includeInstance),
|
|
1839
1839
|
deletedwith: jspb.Message.getFieldWithDefault(msg, 27, ""),
|
|
1840
1840
|
replaceWithList: (f = jspb.Message.getRepeatedField(msg, 38)) == null ? undefined : f,
|
|
1841
|
-
replacementTrigger: (f = msg.getReplacementTrigger()) && google_protobuf_struct_pb.Value.toObject(includeInstance, f),
|
|
1842
1841
|
aliasspecs: jspb.Message.getBooleanFieldWithDefault(msg, 28, false),
|
|
1843
1842
|
sourceposition: (f = msg.getSourceposition()) && pulumi_source_pb.SourcePosition.toObject(includeInstance, f),
|
|
1844
1843
|
stacktrace: (f = msg.getStacktrace()) && pulumi_source_pb.StackTrace.toObject(includeInstance, f),
|
|
@@ -2010,11 +2009,6 @@ proto.pulumirpc.RegisterResourceRequest.deserializeBinaryFromReader = function(m
|
|
|
2010
2009
|
var value = /** @type {string} */ (reader.readString());
|
|
2011
2010
|
msg.addReplaceWith(value);
|
|
2012
2011
|
break;
|
|
2013
|
-
case 39:
|
|
2014
|
-
var value = new google_protobuf_struct_pb.Value;
|
|
2015
|
-
reader.readMessage(value,google_protobuf_struct_pb.Value.deserializeBinaryFromReader);
|
|
2016
|
-
msg.setReplacementTrigger(value);
|
|
2017
|
-
break;
|
|
2018
2012
|
case 28:
|
|
2019
2013
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
2020
2014
|
msg.setAliasspecs(value);
|
|
@@ -2281,14 +2275,6 @@ proto.pulumirpc.RegisterResourceRequest.serializeBinaryToWriter = function(messa
|
|
|
2281
2275
|
f
|
|
2282
2276
|
);
|
|
2283
2277
|
}
|
|
2284
|
-
f = message.getReplacementTrigger();
|
|
2285
|
-
if (f != null) {
|
|
2286
|
-
writer.writeMessage(
|
|
2287
|
-
39,
|
|
2288
|
-
f,
|
|
2289
|
-
google_protobuf_struct_pb.Value.serializeBinaryToWriter
|
|
2290
|
-
);
|
|
2291
|
-
}
|
|
2292
2278
|
f = message.getAliasspecs();
|
|
2293
2279
|
if (f) {
|
|
2294
2280
|
writer.writeBool(
|
|
@@ -3851,43 +3837,6 @@ proto.pulumirpc.RegisterResourceRequest.prototype.clearReplaceWithList = functio
|
|
|
3851
3837
|
};
|
|
3852
3838
|
|
|
3853
3839
|
|
|
3854
|
-
/**
|
|
3855
|
-
* optional google.protobuf.Value replacement_trigger = 39;
|
|
3856
|
-
* @return {?proto.google.protobuf.Value}
|
|
3857
|
-
*/
|
|
3858
|
-
proto.pulumirpc.RegisterResourceRequest.prototype.getReplacementTrigger = function() {
|
|
3859
|
-
return /** @type{?proto.google.protobuf.Value} */ (
|
|
3860
|
-
jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Value, 39));
|
|
3861
|
-
};
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
/**
|
|
3865
|
-
* @param {?proto.google.protobuf.Value|undefined} value
|
|
3866
|
-
* @return {!proto.pulumirpc.RegisterResourceRequest} returns this
|
|
3867
|
-
*/
|
|
3868
|
-
proto.pulumirpc.RegisterResourceRequest.prototype.setReplacementTrigger = function(value) {
|
|
3869
|
-
return jspb.Message.setWrapperField(this, 39, value);
|
|
3870
|
-
};
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
/**
|
|
3874
|
-
* Clears the message field making it undefined.
|
|
3875
|
-
* @return {!proto.pulumirpc.RegisterResourceRequest} returns this
|
|
3876
|
-
*/
|
|
3877
|
-
proto.pulumirpc.RegisterResourceRequest.prototype.clearReplacementTrigger = function() {
|
|
3878
|
-
return this.setReplacementTrigger(undefined);
|
|
3879
|
-
};
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
/**
|
|
3883
|
-
* Returns whether this field is set.
|
|
3884
|
-
* @return {boolean}
|
|
3885
|
-
*/
|
|
3886
|
-
proto.pulumirpc.RegisterResourceRequest.prototype.hasReplacementTrigger = function() {
|
|
3887
|
-
return jspb.Message.getField(this, 39) != null;
|
|
3888
|
-
};
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
3840
|
/**
|
|
3892
3841
|
* optional bool aliasSpecs = 28;
|
|
3893
3842
|
* @return {boolean}
|
|
@@ -6056,8 +6005,7 @@ pluginChecksumsMap: (f = msg.getPluginChecksumsMap()) ? f.toObject(includeInstan
|
|
|
6056
6005
|
hooks: (f = msg.getHooks()) && proto.pulumirpc.RegisterResourceRequest.ResourceHooksBinding.toObject(includeInstance, f),
|
|
6057
6006
|
pb_import: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
6058
6007
|
hideDiffList: (f = jspb.Message.getRepeatedField(msg, 18)) == null ? undefined : f,
|
|
6059
|
-
replaceWithList: (f = jspb.Message.getRepeatedField(msg, 19)) == null ? undefined : f
|
|
6060
|
-
replacementTrigger: (f = msg.getReplacementTrigger()) && google_protobuf_struct_pb.Value.toObject(includeInstance, f)
|
|
6008
|
+
replaceWithList: (f = jspb.Message.getRepeatedField(msg, 19)) == null ? undefined : f
|
|
6061
6009
|
};
|
|
6062
6010
|
|
|
6063
6011
|
if (includeInstance) {
|
|
@@ -6177,11 +6125,6 @@ proto.pulumirpc.TransformResourceOptions.deserializeBinaryFromReader = function(
|
|
|
6177
6125
|
var value = /** @type {string} */ (reader.readString());
|
|
6178
6126
|
msg.addReplaceWith(value);
|
|
6179
6127
|
break;
|
|
6180
|
-
case 20:
|
|
6181
|
-
var value = new google_protobuf_struct_pb.Value;
|
|
6182
|
-
reader.readMessage(value,google_protobuf_struct_pb.Value.deserializeBinaryFromReader);
|
|
6183
|
-
msg.setReplacementTrigger(value);
|
|
6184
|
-
break;
|
|
6185
6128
|
default:
|
|
6186
6129
|
reader.skipField();
|
|
6187
6130
|
break;
|
|
@@ -6341,14 +6284,6 @@ proto.pulumirpc.TransformResourceOptions.serializeBinaryToWriter = function(mess
|
|
|
6341
6284
|
f
|
|
6342
6285
|
);
|
|
6343
6286
|
}
|
|
6344
|
-
f = message.getReplacementTrigger();
|
|
6345
|
-
if (f != null) {
|
|
6346
|
-
writer.writeMessage(
|
|
6347
|
-
20,
|
|
6348
|
-
f,
|
|
6349
|
-
google_protobuf_struct_pb.Value.serializeBinaryToWriter
|
|
6350
|
-
);
|
|
6351
|
-
}
|
|
6352
6287
|
};
|
|
6353
6288
|
|
|
6354
6289
|
|
|
@@ -6930,43 +6865,6 @@ proto.pulumirpc.TransformResourceOptions.prototype.clearReplaceWithList = functi
|
|
|
6930
6865
|
};
|
|
6931
6866
|
|
|
6932
6867
|
|
|
6933
|
-
/**
|
|
6934
|
-
* optional google.protobuf.Value replacement_trigger = 20;
|
|
6935
|
-
* @return {?proto.google.protobuf.Value}
|
|
6936
|
-
*/
|
|
6937
|
-
proto.pulumirpc.TransformResourceOptions.prototype.getReplacementTrigger = function() {
|
|
6938
|
-
return /** @type{?proto.google.protobuf.Value} */ (
|
|
6939
|
-
jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Value, 20));
|
|
6940
|
-
};
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
/**
|
|
6944
|
-
* @param {?proto.google.protobuf.Value|undefined} value
|
|
6945
|
-
* @return {!proto.pulumirpc.TransformResourceOptions} returns this
|
|
6946
|
-
*/
|
|
6947
|
-
proto.pulumirpc.TransformResourceOptions.prototype.setReplacementTrigger = function(value) {
|
|
6948
|
-
return jspb.Message.setWrapperField(this, 20, value);
|
|
6949
|
-
};
|
|
6950
|
-
|
|
6951
|
-
|
|
6952
|
-
/**
|
|
6953
|
-
* Clears the message field making it undefined.
|
|
6954
|
-
* @return {!proto.pulumirpc.TransformResourceOptions} returns this
|
|
6955
|
-
*/
|
|
6956
|
-
proto.pulumirpc.TransformResourceOptions.prototype.clearReplacementTrigger = function() {
|
|
6957
|
-
return this.setReplacementTrigger(undefined);
|
|
6958
|
-
};
|
|
6959
|
-
|
|
6960
|
-
|
|
6961
|
-
/**
|
|
6962
|
-
* Returns whether this field is set.
|
|
6963
|
-
* @return {boolean}
|
|
6964
|
-
*/
|
|
6965
|
-
proto.pulumirpc.TransformResourceOptions.prototype.hasReplacementTrigger = function() {
|
|
6966
|
-
return jspb.Message.getField(this, 20) != null;
|
|
6967
|
-
};
|
|
6968
|
-
|
|
6969
|
-
|
|
6970
6868
|
|
|
6971
6869
|
|
|
6972
6870
|
|
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.208.0-alpha.
|
|
16
|
+
exports.version = "3.208.0-alpha.xc0ee441";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|