@ -279,7 +279,7 @@ type PlanComponentInstance struct {
// determined until the apply phase, so this isn't usable directly as
// the input to subsequently applying the component plan but the final
// input values should be a valid concretization of what's described here.
PlannedInputValues map [ string ] * planproto. DynamicValue ` protobuf:"bytes,3,rep,name=planned_input_values,json=plannedInputValues,proto3" json:"planned_input_values,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3" `
PlannedInputValues map [ string ] * DynamicValue ` protobuf:"bytes,3,rep,name=planned_input_values,json=plannedInputValues,proto3" json:"planned_input_values,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3" `
}
func ( x * PlanComponentInstance ) Reset ( ) {
@ -328,7 +328,7 @@ func (x *PlanComponentInstance) GetPlanTimestamp() string {
return ""
}
func ( x * PlanComponentInstance ) GetPlannedInputValues ( ) map [ string ] * planproto. DynamicValue {
func ( x * PlanComponentInstance ) GetPlannedInputValues ( ) map [ string ] * DynamicValue {
if x != nil {
return x . PlannedInputValues
}
@ -507,7 +507,7 @@ func (x *PlanDiscardStateMapKeys) GetDescriptionKeys() []string {
// Represents the existence of a particular component instance.
//
// This is here just to remove the ambiguity between a component instance that
// This is here mainly to remove the ambiguity between a component instance that
// exists but contains no resource instances vs. a component instance that
// doesn't exist at all.
//
@ -521,6 +521,15 @@ type StateComponentInstanceV1 struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// The component instance's output values as reported from the most recent
// apply action. We retain this only so that we have some values to use
// in cases where the values in the configuration are unavailable or
// insufficient, such as when we're making a destroy-mode plan and therefore
// the desired state would be for the component instance to cease existing
// but yet we still need to have _some_ output values to use when planning
// and applying other component instances that refer to this one.
OutputValues map [ string ] * DynamicValue ` protobuf:"bytes,1,rep,name=output_values,json=outputValues,proto3" json:"output_values,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3" `
}
func ( x * StateComponentInstanceV1 ) Reset ( ) {
@ -555,6 +564,13 @@ func (*StateComponentInstanceV1) Descriptor() ([]byte, []int) {
return file_tfstackdata1_proto_rawDescGZIP ( ) , [ ] int { 6 }
}
func ( x * StateComponentInstanceV1 ) GetOutputValues ( ) map [ string ] * DynamicValue {
if x != nil {
return x . OutputValues
}
return nil
}
// Represents the existence of a particular resource instance object in a
// particular component instance.
//
@ -682,6 +698,61 @@ func (x *StateResourceInstanceObjectV1) GetProviderSpecificData() []byte {
return nil
}
type DynamicValue struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Value * planproto . DynamicValue ` protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty" `
SensitivePaths [ ] * planproto . Path ` protobuf:"bytes,2,rep,name=sensitive_paths,json=sensitivePaths,proto3" json:"sensitive_paths,omitempty" `
}
func ( x * DynamicValue ) Reset ( ) {
* x = DynamicValue { }
if protoimpl . UnsafeEnabled {
mi := & file_tfstackdata1_proto_msgTypes [ 8 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * DynamicValue ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * DynamicValue ) ProtoMessage ( ) { }
func ( x * DynamicValue ) ProtoReflect ( ) protoreflect . Message {
mi := & file_tfstackdata1_proto_msgTypes [ 8 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use DynamicValue.ProtoReflect.Descriptor instead.
func ( * DynamicValue ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_tfstackdata1_proto_rawDescGZIP ( ) , [ ] int { 8 }
}
func ( x * DynamicValue ) GetValue ( ) * planproto . DynamicValue {
if x != nil {
return x . Value
}
return nil
}
func ( x * DynamicValue ) GetSensitivePaths ( ) [ ] * planproto . Path {
if x != nil {
return x . SensitivePaths
}
return nil
}
var File_tfstackdata1_proto protoreflect . FileDescriptor
var file_tfstackdata1_proto_rawDesc = [ ] byte {
@ -713,7 +784,7 @@ var file_tfstackdata1_proto_rawDesc = []byte{
0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x12 , 0x2a , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 ,
0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x14 , 0x2e , 0x74 , 0x66 , 0x70 , 0x6c , 0x61 , 0x6e ,
0x2e , 0x44 , 0x79 , 0x6e , 0x61 , 0x6d , 0x69 , 0x63 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 , 0x52 , 0x05 , 0x76 ,
0x61 , 0x6c , 0x75 , 0x65 , 0x22 , 0xc 2 , 0x02 , 0x0a , 0x15 , 0x50 , 0x6c , 0x61 , 0x6e , 0x43 , 0x6f , 0x6d ,
0x61 , 0x6c , 0x75 , 0x65 , 0x22 , 0xc 8 , 0x02 , 0x0a , 0x15 , 0x50 , 0x6c , 0x61 , 0x6e , 0x43 , 0x6f , 0x6d ,
0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x12 , 0x36 ,
0x0a , 0x17 , 0x63 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x5f , 0x69 , 0x6e , 0x73 , 0x74 ,
0x61 , 0x6e , 0x63 , 0x65 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 ,
@ -727,74 +798,94 @@ var file_tfstackdata1_proto_rawDesc = []byte{
0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 ,
0x2e , 0x50 , 0x6c , 0x61 , 0x6e , 0x6e , 0x65 , 0x64 , 0x49 , 0x6e , 0x70 , 0x75 , 0x74 , 0x56 , 0x61 , 0x6c ,
0x75 , 0x65 , 0x73 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x52 , 0x12 , 0x70 , 0x6c , 0x61 , 0x6e , 0x6e , 0x65 ,
0x64 , 0x49 , 0x6e , 0x70 , 0x75 , 0x74 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 , 0x73 , 0x1a , 0x 5b , 0x0a , 0x17 ,
0x64 , 0x49 , 0x6e , 0x70 , 0x75 , 0x74 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 , 0x73 , 0x1a , 0x 61 , 0x0a , 0x17 ,
0x50 , 0x6c , 0x61 , 0x6e , 0x6e , 0x65 , 0x64 , 0x49 , 0x6e , 0x70 , 0x75 , 0x74 , 0x56 , 0x61 , 0x6c , 0x75 ,
0x65 , 0x73 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x2a , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c ,
0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x14 , 0x2e , 0x74 , 0x66 , 0x70 , 0x6c , 0x61 ,
0x6e , 0x2e , 0x44 , 0x79 , 0x6e , 0x61 , 0x6d , 0x69 , 0x63 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 , 0x52 , 0x05 ,
0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x22 , 0xea , 0x02 , 0x0a , 0x21 , 0x50 , 0x6c ,
0x61 , 0x6e , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e ,
0x63 , 0x65 , 0x43 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x50 , 0x6c , 0x61 , 0x6e , 0x6e , 0x65 , 0x64 , 0x12 ,
0x36 , 0x0a , 0x17 , 0x63 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x5f , 0x69 , 0x6e , 0x73 ,
0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 ,
0x52 , 0x15 , 0x63 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 ,
0x6e , 0x63 , 0x65 , 0x41 , 0x64 , 0x64 , 0x72 , 0x12 , 0x34 , 0x0a , 0x16 , 0x72 , 0x65 , 0x73 , 0x6f , 0x75 ,
0x72 , 0x63 , 0x65 , 0x5f , 0x69 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x5f , 0x61 , 0x64 , 0x64 ,
0x72 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x14 , 0x72 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 ,
0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x41 , 0x64 , 0x64 , 0x72 , 0x12 , 0x1f , 0x0a ,
0x0b , 0x64 , 0x65 , 0x70 , 0x6f , 0x73 , 0x65 , 0x64 , 0x5f , 0x6b , 0x65 , 0x79 , 0x18 , 0x05 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x0a , 0x64 , 0x65 , 0x70 , 0x6f , 0x73 , 0x65 , 0x64 , 0x4b , 0x65 , 0x79 , 0x12 , 0x30 ,
0x0a , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x5f , 0x63 , 0x6f , 0x6e , 0x66 , 0x69 ,
0x67 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x12 , 0x70 , 0x72 ,
0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x41 , 0x64 , 0x64 , 0x72 ,
0x12 , 0x36 , 0x0a , 0x06 , 0x63 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b ,
0x32 , 0x1e , 0x2e , 0x74 , 0x66 , 0x70 , 0x6c , 0x61 , 0x6e , 0x2e , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 ,
0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x43 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 ,
0x52 , 0x06 , 0x63 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x12 , 0x4c , 0x0a , 0x0b , 0x70 , 0x72 , 0x69 , 0x6f ,
0x72 , 0x5f , 0x73 , 0x74 , 0x61 , 0x74 , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x2b , 0x2e ,
0x74 , 0x66 , 0x73 , 0x74 , 0x61 , 0x63 , 0x6b , 0x64 , 0x61 , 0x74 , 0x61 , 0x31 , 0x2e , 0x53 , 0x74 , 0x61 ,
0x74 , 0x65 , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e ,
0x63 , 0x65 , 0x4f , 0x62 , 0x6a , 0x65 , 0x63 , 0x74 , 0x56 , 0x31 , 0x52 , 0x0a , 0x70 , 0x72 , 0x69 , 0x6f ,
0x72 , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x22 , 0x6a , 0x0a , 0x17 , 0x50 , 0x6c , 0x61 , 0x6e , 0x44 , 0x69 ,
0x73 , 0x63 , 0x61 , 0x72 , 0x64 , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x4d , 0x61 , 0x70 , 0x4b , 0x65 , 0x79 ,
0x73 , 0x12 , 0x24 , 0x0a , 0x0e , 0x72 , 0x61 , 0x77 , 0x5f , 0x73 , 0x74 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6b ,
0x65 , 0x79 , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x0c , 0x72 , 0x61 , 0x77 , 0x53 , 0x74 ,
0x61 , 0x74 , 0x65 , 0x4b , 0x65 , 0x79 , 0x73 , 0x12 , 0x29 , 0x0a , 0x10 , 0x64 , 0x65 , 0x73 , 0x63 , 0x72 ,
0x69 , 0x70 , 0x74 , 0x69 , 0x6f , 0x6e , 0x5f , 0x6b , 0x65 , 0x79 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 ,
0x09 , 0x52 , 0x0f , 0x64 , 0x65 , 0x73 , 0x63 , 0x72 , 0x69 , 0x70 , 0x74 , 0x69 , 0x6f , 0x6e , 0x4b , 0x65 ,
0x79 , 0x73 , 0x22 , 0x1a , 0x0a , 0x18 , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x43 , 0x6f , 0x6d , 0x70 , 0x6f ,
0x6e , 0x65 , 0x6e , 0x74 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x56 , 0x31 , 0x22 , 0xd7 ,
0x03 , 0x0a , 0x1d , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x30 , 0x0a , 0x05 , 0x76 , 0x61 , 0x6c ,
0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x74 , 0x66 , 0x73 , 0x74 , 0x61 ,
0x63 , 0x6b , 0x64 , 0x61 , 0x74 , 0x61 , 0x31 , 0x2e , 0x44 , 0x79 , 0x6e , 0x61 , 0x6d , 0x69 , 0x63 , 0x56 ,
0x61 , 0x6c , 0x75 , 0x65 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 , 0x01 , 0x22 ,
0xea , 0x02 , 0x0a , 0x21 , 0x50 , 0x6c , 0x61 , 0x6e , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 ,
0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x43 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x50 , 0x6c ,
0x61 , 0x6e , 0x6e , 0x65 , 0x64 , 0x12 , 0x36 , 0x0a , 0x17 , 0x63 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 ,
0x6e , 0x74 , 0x5f , 0x69 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 ,
0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x15 , 0x63 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e ,
0x74 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x41 , 0x64 , 0x64 , 0x72 , 0x12 , 0x34 , 0x0a ,
0x16 , 0x72 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x5f , 0x69 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e ,
0x63 , 0x65 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x14 , 0x72 ,
0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x41 ,
0x64 , 0x64 , 0x72 , 0x12 , 0x1f , 0x0a , 0x0b , 0x64 , 0x65 , 0x70 , 0x6f , 0x73 , 0x65 , 0x64 , 0x5f , 0x6b ,
0x65 , 0x79 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0a , 0x64 , 0x65 , 0x70 , 0x6f , 0x73 , 0x65 ,
0x64 , 0x4b , 0x65 , 0x79 , 0x12 , 0x30 , 0x0a , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x5f , 0x63 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 , 0x18 , 0x06 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x12 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 ,
0x69 , 0x67 , 0x41 , 0x64 , 0x64 , 0x72 , 0x12 , 0x36 , 0x0a , 0x06 , 0x63 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1e , 0x2e , 0x74 , 0x66 , 0x70 , 0x6c , 0x61 , 0x6e , 0x2e ,
0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 ,
0x43 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x52 , 0x06 , 0x63 , 0x68 , 0x61 , 0x6e , 0x67 , 0x65 , 0x12 , 0x4c ,
0x0a , 0x0b , 0x70 , 0x72 , 0x69 , 0x6f , 0x72 , 0x5f , 0x73 , 0x74 , 0x61 , 0x74 , 0x65 , 0x18 , 0x03 , 0x20 ,
0x01 , 0x28 , 0x0b , 0x32 , 0x2b , 0x2e , 0x74 , 0x66 , 0x73 , 0x74 , 0x61 , 0x63 , 0x6b , 0x64 , 0x61 , 0x74 ,
0x61 , 0x31 , 0x2e , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 ,
0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x4f , 0x62 , 0x6a , 0x65 , 0x63 , 0x74 , 0x56 , 0x31 ,
0x12 , 0x1d , 0x0a , 0x0a , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x5f , 0x6a , 0x73 , 0x6f , 0x6e , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x09 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x4a , 0x73 , 0x6f , 0x6e , 0x12 ,
0x35 , 0x0a , 0x0f , 0x73 , 0x65 , 0x6e , 0x73 , 0x69 , 0x74 , 0x69 , 0x76 , 0x65 , 0x5f , 0x70 , 0x61 , 0x74 ,
0x68 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x0c , 0x2e , 0x74 , 0x66 , 0x70 , 0x6c , 0x61 ,
0x6e , 0x2e , 0x50 , 0x61 , 0x74 , 0x68 , 0x52 , 0x0e , 0x73 , 0x65 , 0x6e , 0x73 , 0x69 , 0x74 , 0x69 , 0x76 ,
0x65 , 0x50 , 0x61 , 0x74 , 0x68 , 0x73 , 0x12 , 0x25 , 0x0a , 0x0e , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d , 0x61 ,
0x5f , 0x76 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x04 , 0x52 , 0x0d ,
0x73 , 0x63 , 0x68 , 0x65 , 0x6d , 0x61 , 0x56 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x12 , 0x4a , 0x0a ,
0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x32 , 0x2e ,
0x74 , 0x66 , 0x73 , 0x74 , 0x61 , 0x63 , 0x6b , 0x64 , 0x61 , 0x74 , 0x61 , 0x31 , 0x2e , 0x53 , 0x74 , 0x61 ,
0x74 , 0x65 , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e ,
0x63 , 0x65 , 0x4f , 0x62 , 0x6a , 0x65 , 0x63 , 0x74 , 0x56 , 0x31 , 0x2e , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 ,
0x73 , 0x52 , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x22 , 0x0a , 0x0c , 0x64 , 0x65 , 0x70 ,
0x65 , 0x6e , 0x64 , 0x65 , 0x6e , 0x63 , 0x69 , 0x65 , 0x73 , 0x18 , 0x05 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 ,
0x0c , 0x64 , 0x65 , 0x70 , 0x65 , 0x6e , 0x64 , 0x65 , 0x6e , 0x63 , 0x69 , 0x65 , 0x73 , 0x12 , 0x32 , 0x0a ,
0x15 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x5f , 0x62 , 0x65 , 0x66 , 0x6f , 0x72 , 0x65 , 0x5f , 0x64 ,
0x65 , 0x73 , 0x74 , 0x72 , 0x6f , 0x79 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x13 , 0x63 , 0x72 ,
0x65 , 0x61 , 0x74 , 0x65 , 0x42 , 0x65 , 0x66 , 0x6f , 0x72 , 0x65 , 0x44 , 0x65 , 0x73 , 0x74 , 0x72 , 0x6f ,
0x79 , 0x12 , 0x30 , 0x0a , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x5f , 0x63 , 0x6f ,
0x6e , 0x66 , 0x69 , 0x67 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 ,
0x12 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x41 ,
0x64 , 0x64 , 0x72 , 0x12 , 0x34 , 0x0a , 0x16 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x5f ,
0x73 , 0x70 , 0x65 , 0x63 , 0x69 , 0x66 , 0x69 , 0x63 , 0x5f , 0x64 , 0x61 , 0x74 , 0x61 , 0x18 , 0x08 , 0x20 ,
0x01 , 0x28 , 0x0c , 0x52 , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x53 , 0x70 , 0x65 ,
0x63 , 0x69 , 0x66 , 0x69 , 0x63 , 0x44 , 0x61 , 0x74 , 0x61 , 0x22 , 0x2d , 0x0a , 0x06 , 0x53 , 0x74 , 0x61 ,
0x74 , 0x75 , 0x73 , 0x12 , 0x0b , 0x0a , 0x07 , 0x55 , 0x4e , 0x4b , 0x4e , 0x4f , 0x57 , 0x4e , 0x10 , 0x00 ,
0x12 , 0x09 , 0x0a , 0x05 , 0x52 , 0x45 , 0x41 , 0x44 , 0x59 , 0x10 , 0x01 , 0x12 , 0x0b , 0x0a , 0x07 , 0x44 ,
0x41 , 0x4d , 0x41 , 0x47 , 0x45 , 0x44 , 0x10 , 0x02 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
0x52 , 0x0a , 0x70 , 0x72 , 0x69 , 0x6f , 0x72 , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x22 , 0x6a , 0x0a , 0x17 ,
0x50 , 0x6c , 0x61 , 0x6e , 0x44 , 0x69 , 0x73 , 0x63 , 0x61 , 0x72 , 0x64 , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 ,
0x4d , 0x61 , 0x70 , 0x4b , 0x65 , 0x79 , 0x73 , 0x12 , 0x24 , 0x0a , 0x0e , 0x72 , 0x61 , 0x77 , 0x5f , 0x73 ,
0x74 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6b , 0x65 , 0x79 , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 ,
0x0c , 0x72 , 0x61 , 0x77 , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x4b , 0x65 , 0x79 , 0x73 , 0x12 , 0x29 , 0x0a ,
0x10 , 0x64 , 0x65 , 0x73 , 0x63 , 0x72 , 0x69 , 0x70 , 0x74 , 0x69 , 0x6f , 0x6e , 0x5f , 0x6b , 0x65 , 0x79 ,
0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x0f , 0x64 , 0x65 , 0x73 , 0x63 , 0x72 , 0x69 , 0x70 ,
0x74 , 0x69 , 0x6f , 0x6e , 0x4b , 0x65 , 0x79 , 0x73 , 0x22 , 0xd6 , 0x01 , 0x0a , 0x18 , 0x53 , 0x74 , 0x61 ,
0x74 , 0x65 , 0x43 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 ,
0x6e , 0x63 , 0x65 , 0x56 , 0x31 , 0x12 , 0x5d , 0x0a , 0x0d , 0x6f , 0x75 , 0x74 , 0x70 , 0x75 , 0x74 , 0x5f ,
0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x38 , 0x2e , 0x74 ,
0x66 , 0x73 , 0x74 , 0x61 , 0x63 , 0x6b , 0x64 , 0x61 , 0x74 , 0x61 , 0x31 , 0x2e , 0x53 , 0x74 , 0x61 , 0x74 ,
0x65 , 0x43 , 0x6f , 0x6d , 0x70 , 0x6f , 0x6e , 0x65 , 0x6e , 0x74 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e ,
0x63 , 0x65 , 0x56 , 0x31 , 0x2e , 0x4f , 0x75 , 0x74 , 0x70 , 0x75 , 0x74 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 ,
0x73 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x52 , 0x0c , 0x6f , 0x75 , 0x74 , 0x70 , 0x75 , 0x74 , 0x56 , 0x61 ,
0x6c , 0x75 , 0x65 , 0x73 , 0x1a , 0x5b , 0x0a , 0x11 , 0x4f , 0x75 , 0x74 , 0x70 , 0x75 , 0x74 , 0x56 , 0x61 ,
0x6c , 0x75 , 0x65 , 0x73 , 0x45 , 0x6e , 0x74 , 0x72 , 0x79 , 0x12 , 0x10 , 0x0a , 0x03 , 0x6b , 0x65 , 0x79 ,
0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x6b , 0x65 , 0x79 , 0x12 , 0x30 , 0x0a , 0x05 , 0x76 ,
0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x74 , 0x66 , 0x73 ,
0x74 , 0x61 , 0x63 , 0x6b , 0x64 , 0x61 , 0x74 , 0x61 , 0x31 , 0x2e , 0x44 , 0x79 , 0x6e , 0x61 , 0x6d , 0x69 ,
0x63 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 , 0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x3a , 0x02 , 0x38 ,
0x01 , 0x22 , 0xd7 , 0x03 , 0x0a , 0x1d , 0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 ,
0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 , 0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x4f , 0x62 , 0x6a , 0x65 , 0x63 ,
0x74 , 0x56 , 0x31 , 0x12 , 0x1d , 0x0a , 0x0a , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x5f , 0x6a , 0x73 , 0x6f ,
0x6e , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x09 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x4a , 0x73 ,
0x6f , 0x6e , 0x12 , 0x35 , 0x0a , 0x0f , 0x73 , 0x65 , 0x6e , 0x73 , 0x69 , 0x74 , 0x69 , 0x76 , 0x65 , 0x5f ,
0x70 , 0x61 , 0x74 , 0x68 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x0c , 0x2e , 0x74 , 0x66 ,
0x70 , 0x6c , 0x61 , 0x6e , 0x2e , 0x50 , 0x61 , 0x74 , 0x68 , 0x52 , 0x0e , 0x73 , 0x65 , 0x6e , 0x73 , 0x69 ,
0x74 , 0x69 , 0x76 , 0x65 , 0x50 , 0x61 , 0x74 , 0x68 , 0x73 , 0x12 , 0x25 , 0x0a , 0x0e , 0x73 , 0x63 , 0x68 ,
0x65 , 0x6d , 0x61 , 0x5f , 0x76 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 ,
0x04 , 0x52 , 0x0d , 0x73 , 0x63 , 0x68 , 0x65 , 0x6d , 0x61 , 0x56 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e ,
0x12 , 0x4a , 0x0a , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0e ,
0x32 , 0x32 , 0x2e , 0x74 , 0x66 , 0x73 , 0x74 , 0x61 , 0x63 , 0x6b , 0x64 , 0x61 , 0x74 , 0x61 , 0x31 , 0x2e ,
0x53 , 0x74 , 0x61 , 0x74 , 0x65 , 0x52 , 0x65 , 0x73 , 0x6f , 0x75 , 0x72 , 0x63 , 0x65 , 0x49 , 0x6e , 0x73 ,
0x74 , 0x61 , 0x6e , 0x63 , 0x65 , 0x4f , 0x62 , 0x6a , 0x65 , 0x63 , 0x74 , 0x56 , 0x31 , 0x2e , 0x53 , 0x74 ,
0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x06 , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x22 , 0x0a , 0x0c ,
0x64 , 0x65 , 0x70 , 0x65 , 0x6e , 0x64 , 0x65 , 0x6e , 0x63 , 0x69 , 0x65 , 0x73 , 0x18 , 0x05 , 0x20 , 0x03 ,
0x28 , 0x09 , 0x52 , 0x0c , 0x64 , 0x65 , 0x70 , 0x65 , 0x6e , 0x64 , 0x65 , 0x6e , 0x63 , 0x69 , 0x65 , 0x73 ,
0x12 , 0x32 , 0x0a , 0x15 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x5f , 0x62 , 0x65 , 0x66 , 0x6f , 0x72 ,
0x65 , 0x5f , 0x64 , 0x65 , 0x73 , 0x74 , 0x72 , 0x6f , 0x79 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 ,
0x13 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x42 , 0x65 , 0x66 , 0x6f , 0x72 , 0x65 , 0x44 , 0x65 , 0x73 ,
0x74 , 0x72 , 0x6f , 0x79 , 0x12 , 0x30 , 0x0a , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x5f , 0x63 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x5f , 0x61 , 0x64 , 0x64 , 0x72 , 0x18 , 0x07 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x12 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 ,
0x69 , 0x67 , 0x41 , 0x64 , 0x64 , 0x72 , 0x12 , 0x34 , 0x0a , 0x16 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 ,
0x65 , 0x72 , 0x5f , 0x73 , 0x70 , 0x65 , 0x63 , 0x69 , 0x66 , 0x69 , 0x63 , 0x5f , 0x64 , 0x61 , 0x74 , 0x61 ,
0x18 , 0x08 , 0x20 , 0x01 , 0x28 , 0x0c , 0x52 , 0x14 , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x53 , 0x70 , 0x65 , 0x63 , 0x69 , 0x66 , 0x69 , 0x63 , 0x44 , 0x61 , 0x74 , 0x61 , 0x22 , 0x2d , 0x0a , 0x06 ,
0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x0b , 0x0a , 0x07 , 0x55 , 0x4e , 0x4b , 0x4e , 0x4f , 0x57 ,
0x4e , 0x10 , 0x00 , 0x12 , 0x09 , 0x0a , 0x05 , 0x52 , 0x45 , 0x41 , 0x44 , 0x59 , 0x10 , 0x01 , 0x12 , 0x0b ,
0x0a , 0x07 , 0x44 , 0x41 , 0x4d , 0x41 , 0x47 , 0x45 , 0x44 , 0x10 , 0x02 , 0x22 , 0x71 , 0x0a , 0x0c , 0x44 ,
0x79 , 0x6e , 0x61 , 0x6d , 0x69 , 0x63 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 , 0x12 , 0x2a , 0x0a , 0x05 , 0x76 ,
0x61 , 0x6c , 0x75 , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x14 , 0x2e , 0x74 , 0x66 , 0x70 ,
0x6c , 0x61 , 0x6e , 0x2e , 0x44 , 0x79 , 0x6e , 0x61 , 0x6d , 0x69 , 0x63 , 0x56 , 0x61 , 0x6c , 0x75 , 0x65 ,
0x52 , 0x05 , 0x76 , 0x61 , 0x6c , 0x75 , 0x65 , 0x12 , 0x35 , 0x0a , 0x0f , 0x73 , 0x65 , 0x6e , 0x73 , 0x69 ,
0x74 , 0x69 , 0x76 , 0x65 , 0x5f , 0x70 , 0x61 , 0x74 , 0x68 , 0x73 , 0x18 , 0x02 , 0x20 , 0x03 , 0x28 , 0x0b ,
0x32 , 0x0c , 0x2e , 0x74 , 0x66 , 0x70 , 0x6c , 0x61 , 0x6e , 0x2e , 0x50 , 0x61 , 0x74 , 0x68 , 0x52 , 0x0e ,
0x73 , 0x65 , 0x6e , 0x73 , 0x69 , 0x74 , 0x69 , 0x76 , 0x65 , 0x50 , 0x61 , 0x74 , 0x68 , 0x73 , 0x62 , 0x06 ,
0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
}
var (
@ -810,7 +901,7 @@ func file_tfstackdata1_proto_rawDescGZIP() []byte {
}
var file_tfstackdata1_proto_enumTypes = make ( [ ] protoimpl . EnumInfo , 1 )
var file_tfstackdata1_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 1 0 )
var file_tfstackdata1_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 1 2 )
var file_tfstackdata1_proto_goTypes = [ ] interface { } {
( StateResourceInstanceObjectV1_Status ) ( 0 ) , // 0: tfstackdata1.StateResourceInstanceObjectV1.Status
( * PlanHeader ) ( nil ) , // 1: tfstackdata1.PlanHeader
@ -821,28 +912,34 @@ var file_tfstackdata1_proto_goTypes = []interface{}{
( * PlanDiscardStateMapKeys ) ( nil ) , // 6: tfstackdata1.PlanDiscardStateMapKeys
( * StateComponentInstanceV1 ) ( nil ) , // 7: tfstackdata1.StateComponentInstanceV1
( * StateResourceInstanceObjectV1 ) ( nil ) , // 8: tfstackdata1.StateResourceInstanceObjectV1
nil , // 9: tfstackdata1.PlanHeader.PrevRunStateRawEntry
nil , // 10: tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry
( * planproto . DynamicValue ) ( nil ) , // 11: tfplan.DynamicValue
( * planproto . ResourceInstanceChange ) ( nil ) , // 12: tfplan.ResourceInstanceChange
( * planproto . Path ) ( nil ) , // 13: tfplan.Path
( * anypb . Any ) ( nil ) , // 14: google.protobuf.Any
( * DynamicValue ) ( nil ) , // 9: tfstackdata1.DynamicValue
nil , // 10: tfstackdata1.PlanHeader.PrevRunStateRawEntry
nil , // 11: tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry
nil , // 12: tfstackdata1.StateComponentInstanceV1.OutputValuesEntry
( * planproto . DynamicValue ) ( nil ) , // 13: tfplan.DynamicValue
( * planproto . ResourceInstanceChange ) ( nil ) , // 14: tfplan.ResourceInstanceChange
( * planproto . Path ) ( nil ) , // 15: tfplan.Path
( * anypb . Any ) ( nil ) , // 16: google.protobuf.Any
}
var file_tfstackdata1_proto_depIdxs = [ ] int32 {
9, // 0: tfstackdata1.PlanHeader.prev_run_state_raw:type_name -> tfstackdata1.PlanHeader.PrevRunStateRawEntry
1 1 , // 1: tfstackdata1.PlanRootInputValue.value:type_name -> tfplan.DynamicValue
1 0 , // 2: tfstackdata1.PlanComponentInstance.planned_input_values:type_name -> tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry
1 2 , // 3: tfstackdata1.PlanResourceInstanceChangePlanned.change:type_name -> tfplan.ResourceInstanceChange
10, // 0: tfstackdata1.PlanHeader.prev_run_state_raw:type_name -> tfstackdata1.PlanHeader.PrevRunStateRawEntry
1 3 , // 1: tfstackdata1.PlanRootInputValue.value:type_name -> tfplan.DynamicValue
1 1 , // 2: tfstackdata1.PlanComponentInstance.planned_input_values:type_name -> tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry
1 4 , // 3: tfstackdata1.PlanResourceInstanceChangePlanned.change:type_name -> tfplan.ResourceInstanceChange
8 , // 4: tfstackdata1.PlanResourceInstanceChangePlanned.prior_state:type_name -> tfstackdata1.StateResourceInstanceObjectV1
13 , // 5: tfstackdata1.StateResourceInstanceObjectV1.sensitive_paths:type_name -> tfplan.Path
0 , // 6: tfstackdata1.StateResourceInstanceObjectV1.status:type_name -> tfstackdata1.StateResourceInstanceObjectV1.Status
14 , // 7: tfstackdata1.PlanHeader.PrevRunStateRawEntry.value:type_name -> google.protobuf.Any
11 , // 8: tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry.value:type_name -> tfplan.DynamicValue
9 , // [9:9] is the sub-list for method output_type
9 , // [9:9] is the sub-list for method input_type
9 , // [9:9] is the sub-list for extension type_name
9 , // [9:9] is the sub-list for extension extendee
0 , // [0:9] is the sub-list for field type_name
12 , // 5: tfstackdata1.StateComponentInstanceV1.output_values:type_name -> tfstackdata1.StateComponentInstanceV1.OutputValuesEntry
15 , // 6: tfstackdata1.StateResourceInstanceObjectV1.sensitive_paths:type_name -> tfplan.Path
0 , // 7: tfstackdata1.StateResourceInstanceObjectV1.status:type_name -> tfstackdata1.StateResourceInstanceObjectV1.Status
13 , // 8: tfstackdata1.DynamicValue.value:type_name -> tfplan.DynamicValue
15 , // 9: tfstackdata1.DynamicValue.sensitive_paths:type_name -> tfplan.Path
16 , // 10: tfstackdata1.PlanHeader.PrevRunStateRawEntry.value:type_name -> google.protobuf.Any
9 , // 11: tfstackdata1.PlanComponentInstance.PlannedInputValuesEntry.value:type_name -> tfstackdata1.DynamicValue
9 , // 12: tfstackdata1.StateComponentInstanceV1.OutputValuesEntry.value:type_name -> tfstackdata1.DynamicValue
13 , // [13:13] is the sub-list for method output_type
13 , // [13:13] is the sub-list for method input_type
13 , // [13:13] is the sub-list for extension type_name
13 , // [13:13] is the sub-list for extension extendee
0 , // [0:13] is the sub-list for field type_name
}
func init ( ) { file_tfstackdata1_proto_init ( ) }
@ -947,6 +1044,18 @@ func file_tfstackdata1_proto_init() {
return nil
}
}
file_tfstackdata1_proto_msgTypes [ 8 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * DynamicValue ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
}
type x struct { }
out := protoimpl . TypeBuilder {
@ -954,7 +1063,7 @@ func file_tfstackdata1_proto_init() {
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
RawDescriptor : file_tfstackdata1_proto_rawDesc ,
NumEnums : 1 ,
NumMessages : 1 0 ,
NumMessages : 1 2 ,
NumExtensions : 0 ,
NumServices : 0 ,
} ,