grpc proto fixes
Add missing connection field for ProvisionResource. Add diagnostics to the ProvisionResource stream.
This commit is contained in:
parent
ae015e0f75
commit
e29053432e
|
@ -46,7 +46,7 @@ func (x Diagnostic_Severity) String() string {
|
|||
return proto.EnumName(Diagnostic_Severity_name, int32(x))
|
||||
}
|
||||
func (Diagnostic_Severity) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{1, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{1, 0}
|
||||
}
|
||||
|
||||
type Schema_NestedBlock_NestingMode int32
|
||||
|
@ -78,7 +78,7 @@ func (x Schema_NestedBlock_NestingMode) String() string {
|
|||
return proto.EnumName(Schema_NestedBlock_NestingMode_name, int32(x))
|
||||
}
|
||||
func (Schema_NestedBlock_NestingMode) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{5, 2, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{5, 2, 0}
|
||||
}
|
||||
|
||||
// DynamicValue is an opaque encoding of terraform data, with the field name
|
||||
|
@ -95,7 +95,7 @@ func (m *DynamicValue) Reset() { *m = DynamicValue{} }
|
|||
func (m *DynamicValue) String() string { return proto.CompactTextString(m) }
|
||||
func (*DynamicValue) ProtoMessage() {}
|
||||
func (*DynamicValue) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{0}
|
||||
}
|
||||
func (m *DynamicValue) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_DynamicValue.Unmarshal(m, b)
|
||||
|
@ -143,7 +143,7 @@ func (m *Diagnostic) Reset() { *m = Diagnostic{} }
|
|||
func (m *Diagnostic) String() string { return proto.CompactTextString(m) }
|
||||
func (*Diagnostic) ProtoMessage() {}
|
||||
func (*Diagnostic) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{1}
|
||||
}
|
||||
func (m *Diagnostic) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Diagnostic.Unmarshal(m, b)
|
||||
|
@ -202,7 +202,7 @@ func (m *AttributePath) Reset() { *m = AttributePath{} }
|
|||
func (m *AttributePath) String() string { return proto.CompactTextString(m) }
|
||||
func (*AttributePath) ProtoMessage() {}
|
||||
func (*AttributePath) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{2}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{2}
|
||||
}
|
||||
func (m *AttributePath) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_AttributePath.Unmarshal(m, b)
|
||||
|
@ -244,7 +244,7 @@ func (m *AttributePath_Step) Reset() { *m = AttributePath_Step{} }
|
|||
func (m *AttributePath_Step) String() string { return proto.CompactTextString(m) }
|
||||
func (*AttributePath_Step) ProtoMessage() {}
|
||||
func (*AttributePath_Step) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{2, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{2, 0}
|
||||
}
|
||||
func (m *AttributePath_Step) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_AttributePath_Step.Unmarshal(m, b)
|
||||
|
@ -400,7 +400,7 @@ func (m *Stop) Reset() { *m = Stop{} }
|
|||
func (m *Stop) String() string { return proto.CompactTextString(m) }
|
||||
func (*Stop) ProtoMessage() {}
|
||||
func (*Stop) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{3}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{3}
|
||||
}
|
||||
func (m *Stop) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Stop.Unmarshal(m, b)
|
||||
|
@ -430,7 +430,7 @@ func (m *Stop_Request) Reset() { *m = Stop_Request{} }
|
|||
func (m *Stop_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*Stop_Request) ProtoMessage() {}
|
||||
func (*Stop_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{3, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{3, 0}
|
||||
}
|
||||
func (m *Stop_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Stop_Request.Unmarshal(m, b)
|
||||
|
@ -461,7 +461,7 @@ func (m *Stop_Response) Reset() { *m = Stop_Response{} }
|
|||
func (m *Stop_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*Stop_Response) ProtoMessage() {}
|
||||
func (*Stop_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{3, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{3, 1}
|
||||
}
|
||||
func (m *Stop_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Stop_Response.Unmarshal(m, b)
|
||||
|
@ -503,7 +503,7 @@ func (m *RawState) Reset() { *m = RawState{} }
|
|||
func (m *RawState) String() string { return proto.CompactTextString(m) }
|
||||
func (*RawState) ProtoMessage() {}
|
||||
func (*RawState) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{4}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{4}
|
||||
}
|
||||
func (m *RawState) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_RawState.Unmarshal(m, b)
|
||||
|
@ -554,7 +554,7 @@ func (m *Schema) Reset() { *m = Schema{} }
|
|||
func (m *Schema) String() string { return proto.CompactTextString(m) }
|
||||
func (*Schema) ProtoMessage() {}
|
||||
func (*Schema) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{5}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{5}
|
||||
}
|
||||
func (m *Schema) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Schema.Unmarshal(m, b)
|
||||
|
@ -601,7 +601,7 @@ func (m *Schema_Block) Reset() { *m = Schema_Block{} }
|
|||
func (m *Schema_Block) String() string { return proto.CompactTextString(m) }
|
||||
func (*Schema_Block) ProtoMessage() {}
|
||||
func (*Schema_Block) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{5, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{5, 0}
|
||||
}
|
||||
func (m *Schema_Block) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Schema_Block.Unmarshal(m, b)
|
||||
|
@ -659,7 +659,7 @@ func (m *Schema_Attribute) Reset() { *m = Schema_Attribute{} }
|
|||
func (m *Schema_Attribute) String() string { return proto.CompactTextString(m) }
|
||||
func (*Schema_Attribute) ProtoMessage() {}
|
||||
func (*Schema_Attribute) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{5, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{5, 1}
|
||||
}
|
||||
func (m *Schema_Attribute) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Schema_Attribute.Unmarshal(m, b)
|
||||
|
@ -743,7 +743,7 @@ func (m *Schema_NestedBlock) Reset() { *m = Schema_NestedBlock{} }
|
|||
func (m *Schema_NestedBlock) String() string { return proto.CompactTextString(m) }
|
||||
func (*Schema_NestedBlock) ProtoMessage() {}
|
||||
func (*Schema_NestedBlock) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{5, 2}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{5, 2}
|
||||
}
|
||||
func (m *Schema_NestedBlock) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Schema_NestedBlock.Unmarshal(m, b)
|
||||
|
@ -808,7 +808,7 @@ func (m *GetProviderSchema) Reset() { *m = GetProviderSchema{} }
|
|||
func (m *GetProviderSchema) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetProviderSchema) ProtoMessage() {}
|
||||
func (*GetProviderSchema) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{6}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{6}
|
||||
}
|
||||
func (m *GetProviderSchema) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetProviderSchema.Unmarshal(m, b)
|
||||
|
@ -838,7 +838,7 @@ func (m *GetProviderSchema_Request) Reset() { *m = GetProviderSchema_Req
|
|||
func (m *GetProviderSchema_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetProviderSchema_Request) ProtoMessage() {}
|
||||
func (*GetProviderSchema_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{6, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{6, 0}
|
||||
}
|
||||
func (m *GetProviderSchema_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetProviderSchema_Request.Unmarshal(m, b)
|
||||
|
@ -872,7 +872,7 @@ func (m *GetProviderSchema_Response) Reset() { *m = GetProviderSchema_Re
|
|||
func (m *GetProviderSchema_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetProviderSchema_Response) ProtoMessage() {}
|
||||
func (*GetProviderSchema_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{6, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{6, 1}
|
||||
}
|
||||
func (m *GetProviderSchema_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetProviderSchema_Response.Unmarshal(m, b)
|
||||
|
@ -930,7 +930,7 @@ func (m *ValidateProviderConfig) Reset() { *m = ValidateProviderConfig{}
|
|||
func (m *ValidateProviderConfig) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateProviderConfig) ProtoMessage() {}
|
||||
func (*ValidateProviderConfig) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{7}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{7}
|
||||
}
|
||||
func (m *ValidateProviderConfig) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateProviderConfig.Unmarshal(m, b)
|
||||
|
@ -961,7 +961,7 @@ func (m *ValidateProviderConfig_Request) Reset() { *m = ValidateProvider
|
|||
func (m *ValidateProviderConfig_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateProviderConfig_Request) ProtoMessage() {}
|
||||
func (*ValidateProviderConfig_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{7, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{7, 0}
|
||||
}
|
||||
func (m *ValidateProviderConfig_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateProviderConfig_Request.Unmarshal(m, b)
|
||||
|
@ -999,7 +999,7 @@ func (m *ValidateProviderConfig_Response) Reset() { *m = ValidateProvide
|
|||
func (m *ValidateProviderConfig_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateProviderConfig_Response) ProtoMessage() {}
|
||||
func (*ValidateProviderConfig_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{7, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{7, 1}
|
||||
}
|
||||
func (m *ValidateProviderConfig_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateProviderConfig_Response.Unmarshal(m, b)
|
||||
|
@ -1036,7 +1036,7 @@ func (m *UpgradeResourceState) Reset() { *m = UpgradeResourceState{} }
|
|||
func (m *UpgradeResourceState) String() string { return proto.CompactTextString(m) }
|
||||
func (*UpgradeResourceState) ProtoMessage() {}
|
||||
func (*UpgradeResourceState) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{8}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{8}
|
||||
}
|
||||
func (m *UpgradeResourceState) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_UpgradeResourceState.Unmarshal(m, b)
|
||||
|
@ -1075,7 +1075,7 @@ func (m *UpgradeResourceState_Request) Reset() { *m = UpgradeResourceSta
|
|||
func (m *UpgradeResourceState_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*UpgradeResourceState_Request) ProtoMessage() {}
|
||||
func (*UpgradeResourceState_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{8, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{8, 0}
|
||||
}
|
||||
func (m *UpgradeResourceState_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_UpgradeResourceState_Request.Unmarshal(m, b)
|
||||
|
@ -1134,7 +1134,7 @@ func (m *UpgradeResourceState_Response) Reset() { *m = UpgradeResourceSt
|
|||
func (m *UpgradeResourceState_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*UpgradeResourceState_Response) ProtoMessage() {}
|
||||
func (*UpgradeResourceState_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{8, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{8, 1}
|
||||
}
|
||||
func (m *UpgradeResourceState_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_UpgradeResourceState_Response.Unmarshal(m, b)
|
||||
|
@ -1178,7 +1178,7 @@ func (m *ValidateResourceTypeConfig) Reset() { *m = ValidateResourceType
|
|||
func (m *ValidateResourceTypeConfig) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateResourceTypeConfig) ProtoMessage() {}
|
||||
func (*ValidateResourceTypeConfig) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{9}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{9}
|
||||
}
|
||||
func (m *ValidateResourceTypeConfig) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateResourceTypeConfig.Unmarshal(m, b)
|
||||
|
@ -1210,7 +1210,7 @@ func (m *ValidateResourceTypeConfig_Request) Reset() { *m = ValidateReso
|
|||
func (m *ValidateResourceTypeConfig_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateResourceTypeConfig_Request) ProtoMessage() {}
|
||||
func (*ValidateResourceTypeConfig_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{9, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{9, 0}
|
||||
}
|
||||
func (m *ValidateResourceTypeConfig_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateResourceTypeConfig_Request.Unmarshal(m, b)
|
||||
|
@ -1255,7 +1255,7 @@ func (m *ValidateResourceTypeConfig_Response) Reset() { *m = ValidateRes
|
|||
func (m *ValidateResourceTypeConfig_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateResourceTypeConfig_Response) ProtoMessage() {}
|
||||
func (*ValidateResourceTypeConfig_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{9, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{9, 1}
|
||||
}
|
||||
func (m *ValidateResourceTypeConfig_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateResourceTypeConfig_Response.Unmarshal(m, b)
|
||||
|
@ -1292,7 +1292,7 @@ func (m *ValidateDataSourceConfig) Reset() { *m = ValidateDataSourceConf
|
|||
func (m *ValidateDataSourceConfig) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateDataSourceConfig) ProtoMessage() {}
|
||||
func (*ValidateDataSourceConfig) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{10}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{10}
|
||||
}
|
||||
func (m *ValidateDataSourceConfig) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateDataSourceConfig.Unmarshal(m, b)
|
||||
|
@ -1324,7 +1324,7 @@ func (m *ValidateDataSourceConfig_Request) Reset() { *m = ValidateDataSo
|
|||
func (m *ValidateDataSourceConfig_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateDataSourceConfig_Request) ProtoMessage() {}
|
||||
func (*ValidateDataSourceConfig_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{10, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{10, 0}
|
||||
}
|
||||
func (m *ValidateDataSourceConfig_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateDataSourceConfig_Request.Unmarshal(m, b)
|
||||
|
@ -1369,7 +1369,7 @@ func (m *ValidateDataSourceConfig_Response) Reset() { *m = ValidateDataS
|
|||
func (m *ValidateDataSourceConfig_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateDataSourceConfig_Response) ProtoMessage() {}
|
||||
func (*ValidateDataSourceConfig_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{10, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{10, 1}
|
||||
}
|
||||
func (m *ValidateDataSourceConfig_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateDataSourceConfig_Response.Unmarshal(m, b)
|
||||
|
@ -1406,7 +1406,7 @@ func (m *Configure) Reset() { *m = Configure{} }
|
|||
func (m *Configure) String() string { return proto.CompactTextString(m) }
|
||||
func (*Configure) ProtoMessage() {}
|
||||
func (*Configure) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{11}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{11}
|
||||
}
|
||||
func (m *Configure) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Configure.Unmarshal(m, b)
|
||||
|
@ -1438,7 +1438,7 @@ func (m *Configure_Request) Reset() { *m = Configure_Request{} }
|
|||
func (m *Configure_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*Configure_Request) ProtoMessage() {}
|
||||
func (*Configure_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{11, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{11, 0}
|
||||
}
|
||||
func (m *Configure_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Configure_Request.Unmarshal(m, b)
|
||||
|
@ -1483,7 +1483,7 @@ func (m *Configure_Response) Reset() { *m = Configure_Response{} }
|
|||
func (m *Configure_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*Configure_Response) ProtoMessage() {}
|
||||
func (*Configure_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{11, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{11, 1}
|
||||
}
|
||||
func (m *Configure_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Configure_Response.Unmarshal(m, b)
|
||||
|
@ -1520,7 +1520,7 @@ func (m *ReadResource) Reset() { *m = ReadResource{} }
|
|||
func (m *ReadResource) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadResource) ProtoMessage() {}
|
||||
func (*ReadResource) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{12}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{12}
|
||||
}
|
||||
func (m *ReadResource) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadResource.Unmarshal(m, b)
|
||||
|
@ -1552,7 +1552,7 @@ func (m *ReadResource_Request) Reset() { *m = ReadResource_Request{} }
|
|||
func (m *ReadResource_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadResource_Request) ProtoMessage() {}
|
||||
func (*ReadResource_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{12, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{12, 0}
|
||||
}
|
||||
func (m *ReadResource_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadResource_Request.Unmarshal(m, b)
|
||||
|
@ -1598,7 +1598,7 @@ func (m *ReadResource_Response) Reset() { *m = ReadResource_Response{} }
|
|||
func (m *ReadResource_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadResource_Response) ProtoMessage() {}
|
||||
func (*ReadResource_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{12, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{12, 1}
|
||||
}
|
||||
func (m *ReadResource_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadResource_Response.Unmarshal(m, b)
|
||||
|
@ -1642,7 +1642,7 @@ func (m *PlanResourceChange) Reset() { *m = PlanResourceChange{} }
|
|||
func (m *PlanResourceChange) String() string { return proto.CompactTextString(m) }
|
||||
func (*PlanResourceChange) ProtoMessage() {}
|
||||
func (*PlanResourceChange) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{13}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{13}
|
||||
}
|
||||
func (m *PlanResourceChange) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_PlanResourceChange.Unmarshal(m, b)
|
||||
|
@ -1677,7 +1677,7 @@ func (m *PlanResourceChange_Request) Reset() { *m = PlanResourceChange_R
|
|||
func (m *PlanResourceChange_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*PlanResourceChange_Request) ProtoMessage() {}
|
||||
func (*PlanResourceChange_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{13, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{13, 0}
|
||||
}
|
||||
func (m *PlanResourceChange_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_PlanResourceChange_Request.Unmarshal(m, b)
|
||||
|
@ -1746,7 +1746,7 @@ func (m *PlanResourceChange_Response) Reset() { *m = PlanResourceChange_
|
|||
func (m *PlanResourceChange_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*PlanResourceChange_Response) ProtoMessage() {}
|
||||
func (*PlanResourceChange_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{13, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{13, 1}
|
||||
}
|
||||
func (m *PlanResourceChange_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_PlanResourceChange_Response.Unmarshal(m, b)
|
||||
|
@ -1804,7 +1804,7 @@ func (m *ApplyResourceChange) Reset() { *m = ApplyResourceChange{} }
|
|||
func (m *ApplyResourceChange) String() string { return proto.CompactTextString(m) }
|
||||
func (*ApplyResourceChange) ProtoMessage() {}
|
||||
func (*ApplyResourceChange) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{14}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{14}
|
||||
}
|
||||
func (m *ApplyResourceChange) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ApplyResourceChange.Unmarshal(m, b)
|
||||
|
@ -1839,7 +1839,7 @@ func (m *ApplyResourceChange_Request) Reset() { *m = ApplyResourceChange
|
|||
func (m *ApplyResourceChange_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*ApplyResourceChange_Request) ProtoMessage() {}
|
||||
func (*ApplyResourceChange_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{14, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{14, 0}
|
||||
}
|
||||
func (m *ApplyResourceChange_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ApplyResourceChange_Request.Unmarshal(m, b)
|
||||
|
@ -1907,7 +1907,7 @@ func (m *ApplyResourceChange_Response) Reset() { *m = ApplyResourceChang
|
|||
func (m *ApplyResourceChange_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*ApplyResourceChange_Response) ProtoMessage() {}
|
||||
func (*ApplyResourceChange_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{14, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{14, 1}
|
||||
}
|
||||
func (m *ApplyResourceChange_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ApplyResourceChange_Response.Unmarshal(m, b)
|
||||
|
@ -1958,7 +1958,7 @@ func (m *ImportResourceState) Reset() { *m = ImportResourceState{} }
|
|||
func (m *ImportResourceState) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImportResourceState) ProtoMessage() {}
|
||||
func (*ImportResourceState) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{15}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{15}
|
||||
}
|
||||
func (m *ImportResourceState) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImportResourceState.Unmarshal(m, b)
|
||||
|
@ -1990,7 +1990,7 @@ func (m *ImportResourceState_Request) Reset() { *m = ImportResourceState
|
|||
func (m *ImportResourceState_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImportResourceState_Request) ProtoMessage() {}
|
||||
func (*ImportResourceState_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{15, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{15, 0}
|
||||
}
|
||||
func (m *ImportResourceState_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImportResourceState_Request.Unmarshal(m, b)
|
||||
|
@ -2037,7 +2037,7 @@ func (m *ImportResourceState_ImportedResource) Reset() { *m = ImportReso
|
|||
func (m *ImportResourceState_ImportedResource) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImportResourceState_ImportedResource) ProtoMessage() {}
|
||||
func (*ImportResourceState_ImportedResource) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{15, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{15, 1}
|
||||
}
|
||||
func (m *ImportResourceState_ImportedResource) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImportResourceState_ImportedResource.Unmarshal(m, b)
|
||||
|
@ -2090,7 +2090,7 @@ func (m *ImportResourceState_Response) Reset() { *m = ImportResourceStat
|
|||
func (m *ImportResourceState_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*ImportResourceState_Response) ProtoMessage() {}
|
||||
func (*ImportResourceState_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{15, 2}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{15, 2}
|
||||
}
|
||||
func (m *ImportResourceState_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ImportResourceState_Response.Unmarshal(m, b)
|
||||
|
@ -2134,7 +2134,7 @@ func (m *ReadDataSource) Reset() { *m = ReadDataSource{} }
|
|||
func (m *ReadDataSource) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadDataSource) ProtoMessage() {}
|
||||
func (*ReadDataSource) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{16}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{16}
|
||||
}
|
||||
func (m *ReadDataSource) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadDataSource.Unmarshal(m, b)
|
||||
|
@ -2166,7 +2166,7 @@ func (m *ReadDataSource_Request) Reset() { *m = ReadDataSource_Request{}
|
|||
func (m *ReadDataSource_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadDataSource_Request) ProtoMessage() {}
|
||||
func (*ReadDataSource_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{16, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{16, 0}
|
||||
}
|
||||
func (m *ReadDataSource_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadDataSource_Request.Unmarshal(m, b)
|
||||
|
@ -2212,7 +2212,7 @@ func (m *ReadDataSource_Response) Reset() { *m = ReadDataSource_Response
|
|||
func (m *ReadDataSource_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadDataSource_Response) ProtoMessage() {}
|
||||
func (*ReadDataSource_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{16, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{16, 1}
|
||||
}
|
||||
func (m *ReadDataSource_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadDataSource_Response.Unmarshal(m, b)
|
||||
|
@ -2256,7 +2256,7 @@ func (m *GetProvisionerSchema) Reset() { *m = GetProvisionerSchema{} }
|
|||
func (m *GetProvisionerSchema) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetProvisionerSchema) ProtoMessage() {}
|
||||
func (*GetProvisionerSchema) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{17}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{17}
|
||||
}
|
||||
func (m *GetProvisionerSchema) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetProvisionerSchema.Unmarshal(m, b)
|
||||
|
@ -2286,7 +2286,7 @@ func (m *GetProvisionerSchema_Request) Reset() { *m = GetProvisionerSche
|
|||
func (m *GetProvisionerSchema_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetProvisionerSchema_Request) ProtoMessage() {}
|
||||
func (*GetProvisionerSchema_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{17, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{17, 0}
|
||||
}
|
||||
func (m *GetProvisionerSchema_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetProvisionerSchema_Request.Unmarshal(m, b)
|
||||
|
@ -2318,7 +2318,7 @@ func (m *GetProvisionerSchema_Response) Reset() { *m = GetProvisionerSch
|
|||
func (m *GetProvisionerSchema_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*GetProvisionerSchema_Response) ProtoMessage() {}
|
||||
func (*GetProvisionerSchema_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{17, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{17, 1}
|
||||
}
|
||||
func (m *GetProvisionerSchema_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_GetProvisionerSchema_Response.Unmarshal(m, b)
|
||||
|
@ -2362,7 +2362,7 @@ func (m *ValidateProvisionerConfig) Reset() { *m = ValidateProvisionerCo
|
|||
func (m *ValidateProvisionerConfig) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateProvisionerConfig) ProtoMessage() {}
|
||||
func (*ValidateProvisionerConfig) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{18}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{18}
|
||||
}
|
||||
func (m *ValidateProvisionerConfig) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateProvisionerConfig.Unmarshal(m, b)
|
||||
|
@ -2393,7 +2393,7 @@ func (m *ValidateProvisionerConfig_Request) Reset() { *m = ValidateProvi
|
|||
func (m *ValidateProvisionerConfig_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateProvisionerConfig_Request) ProtoMessage() {}
|
||||
func (*ValidateProvisionerConfig_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{18, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{18, 0}
|
||||
}
|
||||
func (m *ValidateProvisionerConfig_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateProvisionerConfig_Request.Unmarshal(m, b)
|
||||
|
@ -2431,7 +2431,7 @@ func (m *ValidateProvisionerConfig_Response) Reset() { *m = ValidateProv
|
|||
func (m *ValidateProvisionerConfig_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*ValidateProvisionerConfig_Response) ProtoMessage() {}
|
||||
func (*ValidateProvisionerConfig_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{18, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{18, 1}
|
||||
}
|
||||
func (m *ValidateProvisionerConfig_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ValidateProvisionerConfig_Response.Unmarshal(m, b)
|
||||
|
@ -2468,7 +2468,7 @@ func (m *ProvisionResource) Reset() { *m = ProvisionResource{} }
|
|||
func (m *ProvisionResource) String() string { return proto.CompactTextString(m) }
|
||||
func (*ProvisionResource) ProtoMessage() {}
|
||||
func (*ProvisionResource) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{19}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{19}
|
||||
}
|
||||
func (m *ProvisionResource) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ProvisionResource.Unmarshal(m, b)
|
||||
|
@ -2490,6 +2490,7 @@ var xxx_messageInfo_ProvisionResource proto.InternalMessageInfo
|
|||
|
||||
type ProvisionResource_Request struct {
|
||||
Config *DynamicValue `protobuf:"bytes,1,opt,name=config" json:"config,omitempty"`
|
||||
Connection *DynamicValue `protobuf:"bytes,2,opt,name=connection" json:"connection,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
|
@ -2499,7 +2500,7 @@ func (m *ProvisionResource_Request) Reset() { *m = ProvisionResource_Req
|
|||
func (m *ProvisionResource_Request) String() string { return proto.CompactTextString(m) }
|
||||
func (*ProvisionResource_Request) ProtoMessage() {}
|
||||
func (*ProvisionResource_Request) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{19, 0}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{19, 0}
|
||||
}
|
||||
func (m *ProvisionResource_Request) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ProvisionResource_Request.Unmarshal(m, b)
|
||||
|
@ -2526,18 +2527,26 @@ func (m *ProvisionResource_Request) GetConfig() *DynamicValue {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (m *ProvisionResource_Request) GetConnection() *DynamicValue {
|
||||
if m != nil {
|
||||
return m.Connection
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
type ProvisionResource_Response struct {
|
||||
Output string `protobuf:"bytes,1,opt,name=output" json:"output,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
Output string `protobuf:"bytes,1,opt,name=output" json:"output,omitempty"`
|
||||
Diagnostics []*Diagnostic `protobuf:"bytes,2,rep,name=diagnostics" json:"diagnostics,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ProvisionResource_Response) Reset() { *m = ProvisionResource_Response{} }
|
||||
func (m *ProvisionResource_Response) String() string { return proto.CompactTextString(m) }
|
||||
func (*ProvisionResource_Response) ProtoMessage() {}
|
||||
func (*ProvisionResource_Response) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_plugin_a051626f996a3092, []int{19, 1}
|
||||
return fileDescriptor_plugin_ee08732ea36f2b86, []int{19, 1}
|
||||
}
|
||||
func (m *ProvisionResource_Response) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ProvisionResource_Response.Unmarshal(m, b)
|
||||
|
@ -2564,6 +2573,13 @@ func (m *ProvisionResource_Response) GetOutput() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
func (m *ProvisionResource_Response) GetDiagnostics() []*Diagnostic {
|
||||
if m != nil {
|
||||
return m.Diagnostics
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*DynamicValue)(nil), "proto.DynamicValue")
|
||||
proto.RegisterType((*Diagnostic)(nil), "proto.Diagnostic")
|
||||
|
@ -3261,119 +3277,120 @@ var _Provisioner_serviceDesc = grpc.ServiceDesc{
|
|||
Metadata: "plugin.proto",
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("plugin.proto", fileDescriptor_plugin_a051626f996a3092) }
|
||||
func init() { proto.RegisterFile("plugin.proto", fileDescriptor_plugin_ee08732ea36f2b86) }
|
||||
|
||||
var fileDescriptor_plugin_a051626f996a3092 = []byte{
|
||||
// 1767 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0x5f, 0x6f, 0x5b, 0x49,
|
||||
0x15, 0xef, 0xf5, 0x8d, 0x63, 0xfb, 0xd8, 0x49, 0x9c, 0x69, 0x54, 0xdc, 0xbb, 0x05, 0x05, 0x07,
|
||||
0x68, 0xca, 0x22, 0x77, 0x71, 0x51, 0xa8, 0x2a, 0xa4, 0x92, 0x6e, 0x43, 0xd7, 0xa2, 0x9b, 0x0d,
|
||||
0xe3, 0x12, 0x24, 0x90, 0x30, 0x53, 0xdf, 0xa9, 0x7b, 0x37, 0xbe, 0x7f, 0x3a, 0x77, 0x9c, 0xac,
|
||||
0xc5, 0x0b, 0x12, 0x8f, 0x3c, 0xb1, 0x2c, 0xbc, 0xf0, 0x25, 0x80, 0x47, 0xbe, 0xc0, 0x3e, 0xf3,
|
||||
0x86, 0xc4, 0x03, 0x42, 0x2b, 0xf1, 0x84, 0x90, 0xf8, 0x06, 0x68, 0xfe, 0xfa, 0xda, 0xbe, 0xb1,
|
||||
0x4d, 0xaa, 0x5d, 0xf6, 0xc9, 0x77, 0xce, 0xf9, 0xcd, 0x39, 0x67, 0xce, 0xbf, 0x39, 0x63, 0xa8,
|
||||
0x25, 0xc3, 0xd1, 0x20, 0x88, 0x5a, 0x09, 0x8b, 0x79, 0x8c, 0x8a, 0xf2, 0xa7, 0xf9, 0x1d, 0xa8,
|
||||
0x3d, 0x1e, 0x47, 0x24, 0x0c, 0xfa, 0xa7, 0x64, 0x38, 0xa2, 0xa8, 0x01, 0xa5, 0x30, 0x1d, 0x24,
|
||||
0xa4, 0x7f, 0xd6, 0x70, 0x76, 0x9d, 0xfd, 0x1a, 0x36, 0x4b, 0x84, 0x60, 0xed, 0xfd, 0x34, 0x8e,
|
||||
0x1a, 0x05, 0x49, 0x96, 0xdf, 0xcd, 0xbf, 0x39, 0x00, 0x8f, 0x03, 0x32, 0x88, 0xe2, 0x94, 0x07,
|
||||
0x7d, 0x74, 0x00, 0xe5, 0x94, 0x9e, 0x53, 0x16, 0xf0, 0xb1, 0xdc, 0xbd, 0xd9, 0xf6, 0x94, 0xb6,
|
||||
0xd6, 0x04, 0xd4, 0xea, 0x6a, 0x04, 0xb6, 0x58, 0xa1, 0x34, 0x1d, 0x85, 0x21, 0x61, 0x63, 0x29,
|
||||
0xbd, 0x82, 0xcd, 0x12, 0xdd, 0x80, 0x75, 0x9f, 0x72, 0x12, 0x0c, 0x1b, 0xae, 0x64, 0xe8, 0x15,
|
||||
0x6a, 0x43, 0x85, 0x70, 0xce, 0x82, 0xe7, 0x23, 0x4e, 0x1b, 0x6b, 0xbb, 0xce, 0x7e, 0xb5, 0xbd,
|
||||
0xa3, 0x55, 0x1d, 0x1a, 0xfa, 0x09, 0xe1, 0x2f, 0xf1, 0x04, 0xd6, 0xbc, 0x0b, 0x65, 0xa3, 0x1b,
|
||||
0x55, 0xa1, 0xd4, 0x39, 0x3e, 0x3d, 0x7c, 0xda, 0x79, 0x5c, 0xbf, 0x86, 0x2a, 0x50, 0x3c, 0xc2,
|
||||
0xf8, 0x3d, 0x5c, 0x77, 0x04, 0xfd, 0x47, 0x87, 0xf8, 0xb8, 0x73, 0xfc, 0xa4, 0x5e, 0x68, 0xfe,
|
||||
0xd5, 0x81, 0x8d, 0x29, 0x69, 0xe8, 0x2e, 0x14, 0x53, 0x4e, 0x93, 0xb4, 0xe1, 0xec, 0xba, 0xfb,
|
||||
0xd5, 0xf6, 0xcd, 0x3c, 0x95, 0xad, 0x2e, 0xa7, 0x09, 0x56, 0x38, 0xef, 0xb7, 0x0e, 0xac, 0x89,
|
||||
0x35, 0xba, 0x0d, 0x9b, 0xd6, 0x92, 0x5e, 0x44, 0x42, 0x2a, 0x1d, 0x54, 0x79, 0xe7, 0x1a, 0xde,
|
||||
0xb0, 0xf4, 0x63, 0x12, 0x52, 0xd4, 0x02, 0x44, 0x87, 0x34, 0xa4, 0x11, 0xef, 0x9d, 0xd1, 0x71,
|
||||
0x2f, 0xe5, 0x2c, 0x88, 0x06, 0xca, 0x2d, 0xef, 0x5c, 0xc3, 0x75, 0xcd, 0xfb, 0x3e, 0x1d, 0x77,
|
||||
0x25, 0x07, 0xed, 0xc3, 0x56, 0x16, 0x1f, 0x44, 0x5c, 0xba, 0xca, 0x15, 0x92, 0x27, 0xe0, 0x4e,
|
||||
0xc4, 0x1f, 0x81, 0x88, 0xce, 0x90, 0xf6, 0x79, 0xcc, 0x9a, 0xf7, 0x84, 0x59, 0x71, 0xe2, 0x55,
|
||||
0xa0, 0x84, 0xe9, 0xab, 0x11, 0x4d, 0xb9, 0xb7, 0x0b, 0x65, 0x4c, 0xd3, 0x24, 0x8e, 0x52, 0x8a,
|
||||
0x76, 0xa0, 0x78, 0xc4, 0x58, 0xcc, 0x94, 0x91, 0x58, 0x2d, 0x9a, 0x1f, 0x3a, 0x50, 0xc6, 0xe4,
|
||||
0xa2, 0xcb, 0x09, 0xa7, 0x36, 0x1d, 0x9c, 0x49, 0x3a, 0xa0, 0x03, 0x28, 0xbd, 0x18, 0x12, 0x1e,
|
||||
0x92, 0xa4, 0x51, 0x90, 0x0e, 0xba, 0xa5, 0x1d, 0x64, 0x76, 0xb5, 0xbe, 0xa7, 0xd8, 0x47, 0x11,
|
||||
0x67, 0x63, 0x6c, 0xc0, 0xde, 0x03, 0xa8, 0x65, 0x19, 0xa8, 0x0e, 0xee, 0x19, 0x1d, 0x6b, 0xe5,
|
||||
0xe2, 0x53, 0x18, 0x74, 0x2e, 0xf2, 0x53, 0xe7, 0x87, 0x5a, 0x3c, 0x28, 0xdc, 0x77, 0x9a, 0x1f,
|
||||
0x17, 0x61, 0xbd, 0xdb, 0x7f, 0x49, 0x43, 0x22, 0xd2, 0xe8, 0x9c, 0xb2, 0x34, 0xd0, 0x56, 0xb9,
|
||||
0xd8, 0x2c, 0xd1, 0x1d, 0x28, 0x3e, 0x1f, 0xc6, 0xfd, 0x33, 0xb9, 0xbd, 0xda, 0xbe, 0xae, 0xcd,
|
||||
0x52, 0xfb, 0x5a, 0x8f, 0x04, 0x0b, 0x2b, 0x84, 0xf7, 0x3b, 0x07, 0x8a, 0x92, 0xb0, 0x40, 0xdc,
|
||||
0xb7, 0x01, 0x6c, 0xd0, 0x52, 0x7d, 0xd4, 0x2f, 0x4c, 0xcb, 0xb4, 0x29, 0x81, 0x33, 0x50, 0xf4,
|
||||
0x00, 0xaa, 0x52, 0x4b, 0x8f, 0x8f, 0x13, 0x9a, 0x36, 0xdc, 0xa9, 0x2c, 0xd2, 0x3b, 0x8f, 0x69,
|
||||
0xca, 0xa9, 0xaf, 0x6c, 0x02, 0x89, 0x7e, 0x26, 0xc0, 0xde, 0xc7, 0x0e, 0x54, 0xac, 0x54, 0xe1,
|
||||
0xfe, 0x49, 0x16, 0x61, 0xf9, 0x2d, 0x68, 0x42, 0xae, 0xa9, 0x50, 0xf1, 0x8d, 0x76, 0xa1, 0xea,
|
||||
0xd3, 0xb4, 0xcf, 0x82, 0x84, 0x8b, 0x83, 0xa8, 0x2a, 0xca, 0x92, 0x90, 0x07, 0x65, 0x46, 0x5f,
|
||||
0x8d, 0x02, 0x46, 0x7d, 0x59, 0x49, 0x65, 0x6c, 0xd7, 0x82, 0x17, 0x4b, 0x14, 0x19, 0x36, 0x8a,
|
||||
0x8a, 0x67, 0xd6, 0x82, 0xd7, 0x8f, 0xc3, 0x64, 0xc4, 0xa9, 0xdf, 0x58, 0x57, 0x3c, 0xb3, 0x46,
|
||||
0xb7, 0xa0, 0x92, 0xd2, 0x28, 0x0d, 0x78, 0x70, 0x4e, 0x1b, 0x25, 0xc9, 0x9c, 0x10, 0xbc, 0x8f,
|
||||
0x0a, 0x50, 0xcd, 0x9c, 0x12, 0xbd, 0x01, 0x15, 0x61, 0x6b, 0xa6, 0x2c, 0x70, 0x59, 0x10, 0x64,
|
||||
0x3d, 0xac, 0x1e, 0x3a, 0xf4, 0x10, 0x4a, 0x11, 0x4d, 0xb9, 0xa8, 0x17, 0x57, 0x76, 0x9f, 0xaf,
|
||||
0x5e, 0xea, 0x59, 0xf9, 0x1d, 0x44, 0x83, 0x77, 0x63, 0x9f, 0x62, 0xb3, 0x4b, 0x18, 0x12, 0x06,
|
||||
0x51, 0x2f, 0xe0, 0x34, 0x4c, 0xa5, 0x2f, 0x5c, 0x5c, 0x0e, 0x83, 0xa8, 0x23, 0xd6, 0x92, 0x49,
|
||||
0x3e, 0xd0, 0xcc, 0xa2, 0x66, 0x92, 0x0f, 0x24, 0xb3, 0xf9, 0x48, 0x9d, 0x48, 0x4b, 0x9c, 0x6e,
|
||||
0x2f, 0x00, 0xeb, 0xdd, 0xce, 0xf1, 0x93, 0xa7, 0x47, 0x75, 0x07, 0x95, 0x61, 0xed, 0x69, 0xa7,
|
||||
0xfb, 0xac, 0x5e, 0x40, 0x25, 0x70, 0xbb, 0x47, 0xcf, 0xea, 0xae, 0xf8, 0x78, 0xf7, 0xf0, 0xa4,
|
||||
0xbe, 0xd6, 0xfc, 0xc5, 0x1a, 0x6c, 0x3f, 0xa1, 0xfc, 0x84, 0xc5, 0xe7, 0x81, 0x4f, 0x99, 0x32,
|
||||
0x3a, 0x5b, 0xa1, 0x7f, 0x77, 0x33, 0x25, 0x7a, 0x07, 0xca, 0x89, 0x46, 0x4a, 0x9f, 0x55, 0xdb,
|
||||
0x1b, 0x53, 0xa7, 0xc5, 0x96, 0x8d, 0x08, 0xd4, 0x19, 0x4d, 0xe3, 0x11, 0xeb, 0xd3, 0x5e, 0x2a,
|
||||
0x99, 0x26, 0x69, 0x0f, 0xf4, 0x96, 0x39, 0xb5, 0x2d, 0xa3, 0x47, 0x7c, 0xc8, 0x9d, 0x8a, 0x9e,
|
||||
0xaa, 0xca, 0xdd, 0x62, 0xd3, 0x54, 0xf4, 0x12, 0xae, 0xfb, 0x84, 0x93, 0xde, 0x8c, 0x16, 0x95,
|
||||
0xe0, 0xf7, 0x97, 0x6b, 0x79, 0x4c, 0x38, 0xe9, 0xce, 0xeb, 0xd9, 0xf6, 0x67, 0xe9, 0xe8, 0x1e,
|
||||
0x54, 0x7d, 0x7b, 0x99, 0x88, 0x28, 0x09, 0x0d, 0xdb, 0x73, 0xd7, 0x0c, 0xce, 0xa2, 0xbc, 0x1f,
|
||||
0xc0, 0x4e, 0xde, 0x39, 0x72, 0x1a, 0xcd, 0x5e, 0xb6, 0xd1, 0xcc, 0xf9, 0x74, 0xd2, 0x77, 0xbc,
|
||||
0x2e, 0xdc, 0xc8, 0x37, 0xfa, 0x35, 0x84, 0x36, 0x7f, 0xed, 0xc0, 0x8d, 0x53, 0x32, 0x0c, 0x7c,
|
||||
0xc2, 0xa9, 0x71, 0xd5, 0xdb, 0x71, 0xf4, 0x22, 0x18, 0x78, 0x07, 0x36, 0x0f, 0xd0, 0x9b, 0xb0,
|
||||
0xde, 0x97, 0x44, 0x1d, 0x78, 0x53, 0x13, 0xd9, 0x8b, 0x1c, 0x6b, 0x88, 0xf7, 0x30, 0x93, 0x33,
|
||||
0x33, 0xbe, 0x73, 0x56, 0xf1, 0x5d, 0xf3, 0x97, 0x05, 0xd8, 0xf9, 0x61, 0x32, 0x60, 0xc4, 0xa7,
|
||||
0xd6, 0x87, 0xa2, 0x97, 0x7b, 0xd1, 0xc4, 0xa2, 0x85, 0x15, 0x9c, 0xe9, 0xa3, 0x85, 0xe9, 0x3e,
|
||||
0xfa, 0x0d, 0xa8, 0x30, 0x72, 0xd1, 0x4b, 0x85, 0x38, 0x59, 0xb2, 0xd5, 0xf6, 0xd6, 0xcc, 0x8d,
|
||||
0x81, 0xcb, 0x4c, 0x7f, 0x79, 0x3f, 0xcf, 0x9c, 0xe4, 0x01, 0x6c, 0x8e, 0x94, 0x4d, 0xbe, 0xde,
|
||||
0xbe, 0xc0, 0x15, 0x1b, 0x06, 0xaa, 0x6e, 0xae, 0x19, 0x2f, 0x14, 0x56, 0xf2, 0xc2, 0x9f, 0x1c,
|
||||
0xf0, 0x4c, 0x64, 0x8c, 0x1b, 0x44, 0x5f, 0xd6, 0xd1, 0xe9, 0xae, 0xe8, 0x8b, 0x49, 0xe8, 0x0a,
|
||||
0x9f, 0x41, 0xe8, 0xfe, 0xe0, 0x40, 0xc3, 0x18, 0x3d, 0x49, 0xd6, 0xcf, 0xb5, 0xc9, 0x7f, 0x74,
|
||||
0xa0, 0xa2, 0x0c, 0x1c, 0x31, 0xea, 0xf5, 0xb3, 0x49, 0xbf, 0xcd, 0x29, 0x63, 0xe4, 0x45, 0xcc,
|
||||
0xc2, 0x5e, 0xf6, 0x5e, 0xae, 0xe0, 0xba, 0x65, 0x9c, 0xea, 0xc4, 0xfa, 0x6c, 0x6d, 0xfe, 0xc4,
|
||||
0x81, 0x1a, 0xa6, 0xc4, 0x37, 0x79, 0xe1, 0xfd, 0x6c, 0x45, 0xd7, 0xde, 0x87, 0x8d, 0xfe, 0x88,
|
||||
0x31, 0x31, 0xbb, 0xa9, 0x24, 0x5e, 0x60, 0x6d, 0x4d, 0x23, 0x55, 0x2d, 0xbc, 0xca, 0xd8, 0xfc,
|
||||
0x16, 0x54, 0x22, 0x7a, 0xb1, 0xbc, 0x0c, 0xca, 0x11, 0xbd, 0x78, 0x8d, 0x0a, 0xf8, 0xb7, 0x0b,
|
||||
0xe8, 0x64, 0x48, 0x22, 0x73, 0xca, 0xb7, 0x5f, 0x92, 0x68, 0x40, 0xbd, 0xff, 0x38, 0x2b, 0x1e,
|
||||
0xf6, 0x5b, 0x50, 0x4d, 0x58, 0x10, 0xb3, 0xe5, 0x47, 0x05, 0x89, 0x53, 0xa6, 0x1e, 0x02, 0x4a,
|
||||
0x58, 0x9c, 0xc4, 0x29, 0xf5, 0x7b, 0x93, 0x53, 0xba, 0x97, 0x6f, 0xae, 0x1b, 0xf8, 0xb1, 0x39,
|
||||
0xed, 0x24, 0x19, 0xd6, 0x96, 0x26, 0x03, 0xda, 0x83, 0x0d, 0x65, 0x65, 0xc2, 0x82, 0x73, 0xa1,
|
||||
0xaa, 0x28, 0x87, 0xa9, 0x9a, 0x24, 0x9e, 0x28, 0x9a, 0xf7, 0x89, 0x93, 0x71, 0xff, 0x7d, 0xd8,
|
||||
0x48, 0x86, 0x24, 0x8a, 0x56, 0xe9, 0x44, 0x35, 0x8d, 0x54, 0x86, 0x3d, 0x14, 0xf7, 0xb2, 0x9c,
|
||||
0xb4, 0xd2, 0x1e, 0xa3, 0xc9, 0x90, 0xf4, 0xa9, 0x8e, 0x45, 0xfe, 0x5b, 0x66, 0xcb, 0xa0, 0xb1,
|
||||
0x02, 0xa3, 0xdb, 0xb0, 0x65, 0x54, 0x1b, 0x73, 0x5d, 0x69, 0xee, 0xa6, 0x26, 0x6b, 0x83, 0xaf,
|
||||
0x74, 0x69, 0x36, 0x3f, 0x74, 0xe1, 0xfa, 0x61, 0x92, 0x0c, 0xc7, 0x33, 0x11, 0xff, 0xd7, 0xa7,
|
||||
0x1b, 0xf1, 0x39, 0x7f, 0xba, 0xab, 0xfa, 0xf3, 0x7f, 0x0a, 0x74, 0x8e, 0xef, 0x8a, 0x79, 0xbe,
|
||||
0xf3, 0x7e, 0xe5, 0xbc, 0x56, 0xad, 0x35, 0xa0, 0x64, 0xe4, 0xab, 0xb9, 0xdc, 0x2c, 0x67, 0x83,
|
||||
0xe2, 0xae, 0x14, 0x94, 0x7f, 0x14, 0xe0, 0x7a, 0x27, 0x4c, 0x62, 0xc6, 0xa7, 0x2f, 0xe3, 0x83,
|
||||
0x15, 0x63, 0xb2, 0x09, 0x85, 0xc0, 0xd7, 0xaf, 0xa8, 0x42, 0xe0, 0x7b, 0x1c, 0xea, 0x4a, 0x1c,
|
||||
0xb5, 0xed, 0x6b, 0xe9, 0x3c, 0xbe, 0x34, 0x9c, 0x0a, 0x91, 0x3d, 0xba, 0x3b, 0x75, 0x74, 0xef,
|
||||
0xf7, 0x59, 0x9f, 0xfe, 0x18, 0x50, 0xa0, 0x4d, 0xe8, 0x99, 0xb9, 0xd2, 0xb4, 0xde, 0x37, 0xb5,
|
||||
0xf8, 0x9c, 0x23, 0xb7, 0x66, 0xed, 0xc6, 0xdb, 0xc1, 0x0c, 0x25, 0xbd, 0x5a, 0xa7, 0xfb, 0x8b,
|
||||
0x03, 0x9b, 0xa2, 0x9f, 0x4f, 0xae, 0xcc, 0x4f, 0xe7, 0xb2, 0x7c, 0x7f, 0x6a, 0x9c, 0x2f, 0x2e,
|
||||
0x4d, 0x2a, 0xed, 0xd6, 0x2b, 0x9d, 0xe9, 0x37, 0x0e, 0xec, 0x98, 0xf9, 0x5b, 0x5c, 0x91, 0x79,
|
||||
0xef, 0x8b, 0x24, 0x63, 0xcf, 0x5d, 0x51, 0xbb, 0x16, 0x9b, 0xff, 0xc2, 0xc8, 0x22, 0xae, 0x66,
|
||||
0xd5, 0x47, 0x0e, 0xdc, 0x9c, 0x9a, 0x77, 0x95, 0xb0, 0xff, 0xf7, 0xc8, 0x1b, 0xc3, 0xb6, 0xb5,
|
||||
0xc6, 0x5e, 0xea, 0x57, 0xb5, 0xa6, 0x99, 0xb1, 0xe6, 0x06, 0xac, 0xc7, 0x23, 0x9e, 0x8c, 0xb8,
|
||||
0x4e, 0x1c, 0xbd, 0x6a, 0xff, 0xb9, 0x0c, 0x65, 0x33, 0xef, 0xa3, 0x13, 0xa8, 0x3c, 0xa1, 0x5c,
|
||||
0xff, 0xa7, 0xb1, 0xbb, 0xe0, 0xed, 0xa4, 0xa2, 0xf6, 0xe5, 0xa5, 0xaf, 0x2b, 0x34, 0xb8, 0xec,
|
||||
0x55, 0x81, 0xcc, 0x0b, 0x39, 0x9f, 0x6d, 0x75, 0x7c, 0x6d, 0x19, 0x4c, 0x2b, 0x4a, 0x17, 0x0d,
|
||||
0xc9, 0xe8, 0xce, 0x8c, 0x94, 0x79, 0x88, 0x55, 0xf8, 0xf5, 0x55, 0xa0, 0x5a, 0x69, 0x78, 0xf9,
|
||||
0x90, 0x8b, 0x6e, 0xcf, 0xc8, 0x99, 0x05, 0x58, 0x85, 0xfb, 0xcb, 0x81, 0x5a, 0x1d, 0xc9, 0x7f,
|
||||
0x0e, 0xa1, 0x3d, 0x2d, 0x21, 0x8f, 0x69, 0xd5, 0x7c, 0x65, 0x31, 0x48, 0xab, 0xf8, 0x6e, 0x66,
|
||||
0x06, 0x46, 0x0d, 0xbd, 0xc5, 0x52, 0xac, 0xb0, 0x9b, 0x39, 0x1c, 0x2d, 0xa1, 0x33, 0x3d, 0x91,
|
||||
0xa2, 0x37, 0xcc, 0xb3, 0x2a, 0x43, 0xb4, 0x72, 0x6e, 0xe5, 0x33, 0xb5, 0xa8, 0x9f, 0xe4, 0x8d,
|
||||
0x7d, 0xc8, 0x64, 0xdd, 0x3c, 0xcb, 0x8a, 0x6d, 0x2e, 0x82, 0x68, 0xe1, 0x3f, 0xcd, 0x1d, 0x31,
|
||||
0x90, 0xd9, 0x9a, 0xc3, 0xb3, 0xe2, 0xf7, 0x16, 0x62, 0x26, 0xf2, 0x73, 0xae, 0x0e, 0x2b, 0x3f,
|
||||
0xef, 0x5a, 0x99, 0x95, 0x9f, 0x8f, 0xd1, 0xf2, 0xdf, 0x9b, 0xbd, 0x29, 0xd0, 0x17, 0x33, 0xce,
|
||||
0x9c, 0x90, 0xad, 0xd4, 0x2f, 0x5d, 0xc6, 0xd6, 0x02, 0xbf, 0xa9, 0xfe, 0x98, 0x45, 0xf6, 0x7f,
|
||||
0x2e, 0x1e, 0x27, 0x76, 0xf3, 0xce, 0x34, 0x51, 0x6d, 0x69, 0xff, 0xb3, 0x00, 0xd5, 0x4c, 0xf3,
|
||||
0x44, 0xa7, 0xd9, 0xfe, 0xb1, 0x37, 0xd3, 0x1d, 0xb2, 0xbd, 0x7f, 0x2e, 0x2b, 0x2f, 0x01, 0x69,
|
||||
0xd3, 0x92, 0x05, 0xbd, 0x1a, 0xed, 0xe7, 0x75, 0x88, 0x2c, 0xc2, 0x2a, 0xbb, 0xb3, 0x02, 0xd2,
|
||||
0x4e, 0x06, 0xf3, 0x7d, 0xd8, 0x76, 0xc4, 0x39, 0xce, 0x5c, 0x47, 0xcc, 0x43, 0x28, 0xc9, 0x6f,
|
||||
0x39, 0x57, 0x70, 0xf4, 0xf3, 0x75, 0x49, 0xbc, 0xf7, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe8,
|
||||
0x1a, 0xf0, 0xdb, 0x49, 0x19, 0x00, 0x00,
|
||||
var fileDescriptor_plugin_ee08732ea36f2b86 = []byte{
|
||||
// 1788 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0xcd, 0x8f, 0x1b, 0x49,
|
||||
0x15, 0x4f, 0xbb, 0xc7, 0x33, 0xf6, 0xf3, 0x7c, 0x78, 0x2a, 0xa3, 0xe0, 0xf4, 0x06, 0x34, 0x78,
|
||||
0x80, 0x4c, 0x58, 0xe4, 0x2c, 0x0e, 0x1a, 0xa2, 0x08, 0x29, 0x4c, 0x36, 0x43, 0xd6, 0x22, 0x3b,
|
||||
0x3b, 0x94, 0xc3, 0xac, 0x04, 0x12, 0xa6, 0xe2, 0xae, 0x38, 0xbd, 0xe3, 0xfe, 0x48, 0x75, 0x79,
|
||||
0xb2, 0x16, 0x17, 0x24, 0x8e, 0x9c, 0x58, 0x16, 0x2e, 0xfc, 0x13, 0xc0, 0x91, 0x7f, 0x60, 0xcf,
|
||||
0xdc, 0x40, 0x1c, 0x10, 0x5a, 0x89, 0x13, 0x42, 0xe2, 0x3f, 0x40, 0xf5, 0xd9, 0x6d, 0xbb, 0xc7,
|
||||
0x36, 0x13, 0x6d, 0xd8, 0x93, 0xbb, 0xde, 0xfb, 0xd5, 0x7b, 0xaf, 0x5e, 0xbd, 0xaf, 0x32, 0xac,
|
||||
0x27, 0xc3, 0xd1, 0x20, 0x88, 0x5a, 0x09, 0x8b, 0x79, 0x8c, 0xca, 0xf2, 0xa7, 0xf9, 0x1d, 0x58,
|
||||
0x7f, 0x38, 0x8e, 0x48, 0x18, 0xf4, 0x4f, 0xc9, 0x70, 0x44, 0x51, 0x03, 0xd6, 0xc2, 0x74, 0x90,
|
||||
0x90, 0xfe, 0x59, 0xc3, 0xd9, 0x75, 0xf6, 0xd7, 0xb1, 0x59, 0x22, 0x04, 0x2b, 0x1f, 0xa4, 0x71,
|
||||
0xd4, 0x28, 0x49, 0xb2, 0xfc, 0x6e, 0xfe, 0xcd, 0x01, 0x78, 0x18, 0x90, 0x41, 0x14, 0xa7, 0x3c,
|
||||
0xe8, 0xa3, 0x03, 0xa8, 0xa4, 0xf4, 0x9c, 0xb2, 0x80, 0x8f, 0xe5, 0xee, 0xcd, 0xb6, 0xa7, 0xb4,
|
||||
0xb5, 0x32, 0x50, 0xab, 0xab, 0x11, 0xd8, 0x62, 0x85, 0xd2, 0x74, 0x14, 0x86, 0x84, 0x8d, 0xa5,
|
||||
0xf4, 0x2a, 0x36, 0x4b, 0x74, 0x0d, 0x56, 0x7d, 0xca, 0x49, 0x30, 0x6c, 0xb8, 0x92, 0xa1, 0x57,
|
||||
0xa8, 0x0d, 0x55, 0xc2, 0x39, 0x0b, 0x9e, 0x8e, 0x38, 0x6d, 0xac, 0xec, 0x3a, 0xfb, 0xb5, 0xf6,
|
||||
0x8e, 0x56, 0x75, 0x68, 0xe8, 0x27, 0x84, 0x3f, 0xc7, 0x19, 0xac, 0x79, 0x1b, 0x2a, 0x46, 0x37,
|
||||
0xaa, 0xc1, 0x5a, 0xe7, 0xf8, 0xf4, 0xf0, 0x71, 0xe7, 0x61, 0xfd, 0x0a, 0xaa, 0x42, 0xf9, 0x08,
|
||||
0xe3, 0xf7, 0x70, 0xdd, 0x11, 0xf4, 0xf7, 0x0f, 0xf1, 0x71, 0xe7, 0xf8, 0x51, 0xbd, 0xd4, 0xfc,
|
||||
0x8b, 0x03, 0x1b, 0x13, 0xd2, 0xd0, 0x6d, 0x28, 0xa7, 0x9c, 0x26, 0x69, 0xc3, 0xd9, 0x75, 0xf7,
|
||||
0x6b, 0xed, 0xeb, 0x45, 0x2a, 0x5b, 0x5d, 0x4e, 0x13, 0xac, 0x70, 0xde, 0x6f, 0x1c, 0x58, 0x11,
|
||||
0x6b, 0x74, 0x13, 0x36, 0xad, 0x25, 0xbd, 0x88, 0x84, 0x54, 0x3a, 0xa8, 0xfa, 0xce, 0x15, 0xbc,
|
||||
0x61, 0xe9, 0xc7, 0x24, 0xa4, 0xa8, 0x05, 0x88, 0x0e, 0x69, 0x48, 0x23, 0xde, 0x3b, 0xa3, 0xe3,
|
||||
0x5e, 0xca, 0x59, 0x10, 0x0d, 0x94, 0x5b, 0xde, 0xb9, 0x82, 0xeb, 0x9a, 0xf7, 0x7d, 0x3a, 0xee,
|
||||
0x4a, 0x0e, 0xda, 0x87, 0xad, 0x3c, 0x3e, 0x88, 0xb8, 0x74, 0x95, 0x2b, 0x24, 0x67, 0xe0, 0x4e,
|
||||
0xc4, 0x1f, 0x80, 0xb8, 0x9d, 0x21, 0xed, 0xf3, 0x98, 0x35, 0xef, 0x08, 0xb3, 0xe2, 0xc4, 0xab,
|
||||
0xc2, 0x1a, 0xa6, 0x2f, 0x46, 0x34, 0xe5, 0xde, 0x2e, 0x54, 0x30, 0x4d, 0x93, 0x38, 0x4a, 0x29,
|
||||
0xda, 0x81, 0xf2, 0x11, 0x63, 0x31, 0x53, 0x46, 0x62, 0xb5, 0x68, 0x7e, 0xe4, 0x40, 0x05, 0x93,
|
||||
0x97, 0x5d, 0x4e, 0x38, 0xb5, 0xe1, 0xe0, 0x64, 0xe1, 0x80, 0x0e, 0x60, 0xed, 0xd9, 0x90, 0xf0,
|
||||
0x90, 0x24, 0x8d, 0x92, 0x74, 0xd0, 0x0d, 0xed, 0x20, 0xb3, 0xab, 0xf5, 0x3d, 0xc5, 0x3e, 0x8a,
|
||||
0x38, 0x1b, 0x63, 0x03, 0xf6, 0xee, 0xc1, 0x7a, 0x9e, 0x81, 0xea, 0xe0, 0x9e, 0xd1, 0xb1, 0x56,
|
||||
0x2e, 0x3e, 0x85, 0x41, 0xe7, 0x22, 0x3e, 0x75, 0x7c, 0xa8, 0xc5, 0xbd, 0xd2, 0x5d, 0xa7, 0xf9,
|
||||
0x49, 0x19, 0x56, 0xbb, 0xfd, 0xe7, 0x34, 0x24, 0x22, 0x8c, 0xce, 0x29, 0x4b, 0x03, 0x6d, 0x95,
|
||||
0x8b, 0xcd, 0x12, 0xdd, 0x82, 0xf2, 0xd3, 0x61, 0xdc, 0x3f, 0x93, 0xdb, 0x6b, 0xed, 0xab, 0xda,
|
||||
0x2c, 0xb5, 0xaf, 0xf5, 0x40, 0xb0, 0xb0, 0x42, 0x78, 0xbf, 0x75, 0xa0, 0x2c, 0x09, 0x73, 0xc4,
|
||||
0x7d, 0x1b, 0xc0, 0x5e, 0x5a, 0xaa, 0x8f, 0xfa, 0x85, 0x49, 0x99, 0x36, 0x24, 0x70, 0x0e, 0x8a,
|
||||
0xee, 0x41, 0x4d, 0x6a, 0xe9, 0xf1, 0x71, 0x42, 0xd3, 0x86, 0x3b, 0x11, 0x45, 0x7a, 0xe7, 0x31,
|
||||
0x4d, 0x39, 0xf5, 0x95, 0x4d, 0x20, 0xd1, 0x4f, 0x04, 0xd8, 0xfb, 0xc4, 0x81, 0xaa, 0x95, 0x2a,
|
||||
0xdc, 0x9f, 0x45, 0x11, 0x96, 0xdf, 0x82, 0x26, 0xe4, 0x9a, 0x0c, 0x15, 0xdf, 0x68, 0x17, 0x6a,
|
||||
0x3e, 0x4d, 0xfb, 0x2c, 0x48, 0xb8, 0x38, 0x88, 0xca, 0xa2, 0x3c, 0x09, 0x79, 0x50, 0x61, 0xf4,
|
||||
0xc5, 0x28, 0x60, 0xd4, 0x97, 0x99, 0x54, 0xc1, 0x76, 0x2d, 0x78, 0xb1, 0x44, 0x91, 0x61, 0xa3,
|
||||
0xac, 0x78, 0x66, 0x2d, 0x78, 0xfd, 0x38, 0x4c, 0x46, 0x9c, 0xfa, 0x8d, 0x55, 0xc5, 0x33, 0x6b,
|
||||
0x74, 0x03, 0xaa, 0x29, 0x8d, 0xd2, 0x80, 0x07, 0xe7, 0xb4, 0xb1, 0x26, 0x99, 0x19, 0xc1, 0xfb,
|
||||
0xb8, 0x04, 0xb5, 0xdc, 0x29, 0xd1, 0x1b, 0x50, 0x15, 0xb6, 0xe6, 0xd2, 0x02, 0x57, 0x04, 0x41,
|
||||
0xe6, 0xc3, 0xf2, 0x57, 0x87, 0xee, 0xc3, 0x5a, 0x44, 0x53, 0x2e, 0xf2, 0xc5, 0x95, 0xd5, 0xe7,
|
||||
0xab, 0x17, 0x7a, 0x56, 0x7e, 0x07, 0xd1, 0xe0, 0xdd, 0xd8, 0xa7, 0xd8, 0xec, 0x12, 0x86, 0x84,
|
||||
0x41, 0xd4, 0x0b, 0x38, 0x0d, 0x53, 0xe9, 0x0b, 0x17, 0x57, 0xc2, 0x20, 0xea, 0x88, 0xb5, 0x64,
|
||||
0x92, 0x0f, 0x35, 0xb3, 0xac, 0x99, 0xe4, 0x43, 0xc9, 0x6c, 0x3e, 0x50, 0x27, 0xd2, 0x12, 0x27,
|
||||
0xcb, 0x0b, 0xc0, 0x6a, 0xb7, 0x73, 0xfc, 0xe8, 0xf1, 0x51, 0xdd, 0x41, 0x15, 0x58, 0x79, 0xdc,
|
||||
0xe9, 0x3e, 0xa9, 0x97, 0xd0, 0x1a, 0xb8, 0xdd, 0xa3, 0x27, 0x75, 0x57, 0x7c, 0xbc, 0x7b, 0x78,
|
||||
0x52, 0x5f, 0x69, 0xfe, 0x7c, 0x05, 0xb6, 0x1f, 0x51, 0x7e, 0xc2, 0xe2, 0xf3, 0xc0, 0xa7, 0x4c,
|
||||
0x19, 0x9d, 0xcf, 0xd0, 0xbf, 0xbb, 0xb9, 0x14, 0xbd, 0x05, 0x95, 0x44, 0x23, 0xa5, 0xcf, 0x6a,
|
||||
0xed, 0x8d, 0x89, 0xd3, 0x62, 0xcb, 0x46, 0x04, 0xea, 0x8c, 0xa6, 0xf1, 0x88, 0xf5, 0x69, 0x2f,
|
||||
0x95, 0x4c, 0x13, 0xb4, 0x07, 0x7a, 0xcb, 0x8c, 0xda, 0x96, 0xd1, 0x23, 0x3e, 0xe4, 0x4e, 0x45,
|
||||
0x4f, 0x55, 0xe6, 0x6e, 0xb1, 0x49, 0x2a, 0x7a, 0x0e, 0x57, 0x7d, 0xc2, 0x49, 0x6f, 0x4a, 0x8b,
|
||||
0x0a, 0xf0, 0xbb, 0x8b, 0xb5, 0x3c, 0x24, 0x9c, 0x74, 0x67, 0xf5, 0x6c, 0xfb, 0xd3, 0x74, 0x74,
|
||||
0x07, 0x6a, 0xbe, 0x6d, 0x26, 0xe2, 0x96, 0x84, 0x86, 0xed, 0x99, 0x36, 0x83, 0xf3, 0x28, 0xef,
|
||||
0x07, 0xb0, 0x53, 0x74, 0x8e, 0x82, 0x42, 0xb3, 0x97, 0x2f, 0x34, 0x33, 0x3e, 0xcd, 0xea, 0x8e,
|
||||
0xd7, 0x85, 0x6b, 0xc5, 0x46, 0xbf, 0x82, 0xd0, 0xe6, 0xaf, 0x1c, 0xb8, 0x76, 0x4a, 0x86, 0x81,
|
||||
0x4f, 0x38, 0x35, 0xae, 0x7a, 0x3b, 0x8e, 0x9e, 0x05, 0x03, 0xef, 0xc0, 0xc6, 0x01, 0x7a, 0x13,
|
||||
0x56, 0xfb, 0x92, 0xa8, 0x2f, 0xde, 0xe4, 0x44, 0xbe, 0x91, 0x63, 0x0d, 0xf1, 0xee, 0xe7, 0x62,
|
||||
0x66, 0xca, 0x77, 0xce, 0x32, 0xbe, 0x6b, 0xfe, 0xa2, 0x04, 0x3b, 0x3f, 0x4c, 0x06, 0x8c, 0xf8,
|
||||
0xd4, 0xfa, 0x50, 0xd4, 0x72, 0x2f, 0xca, 0x2c, 0x9a, 0x9b, 0xc1, 0xb9, 0x3a, 0x5a, 0x9a, 0xac,
|
||||
0xa3, 0xdf, 0x80, 0x2a, 0x23, 0x2f, 0x7b, 0xa9, 0x10, 0x27, 0x53, 0xb6, 0xd6, 0xde, 0x9a, 0xea,
|
||||
0x18, 0xb8, 0xc2, 0xf4, 0x97, 0xf7, 0xb3, 0xdc, 0x49, 0xee, 0xc1, 0xe6, 0x48, 0xd9, 0xe4, 0xeb,
|
||||
0xed, 0x73, 0x5c, 0xb1, 0x61, 0xa0, 0xaa, 0x73, 0x4d, 0x79, 0xa1, 0xb4, 0x94, 0x17, 0xfe, 0xe8,
|
||||
0x80, 0x67, 0x6e, 0xc6, 0xb8, 0x41, 0xd4, 0x65, 0x7d, 0x3b, 0xdd, 0x25, 0x7d, 0x91, 0x5d, 0x5d,
|
||||
0xe9, 0x35, 0x5c, 0xdd, 0xef, 0x1d, 0x68, 0x18, 0xa3, 0xb3, 0x60, 0xfd, 0x5c, 0x9b, 0xfc, 0x07,
|
||||
0x07, 0xaa, 0xca, 0xc0, 0x11, 0xa3, 0x5e, 0x3f, 0x1f, 0xf4, 0xdb, 0x9c, 0x32, 0x46, 0x9e, 0xc5,
|
||||
0x2c, 0xec, 0xe5, 0xfb, 0x72, 0x15, 0xd7, 0x2d, 0xe3, 0x54, 0x07, 0xd6, 0xeb, 0xb5, 0xf9, 0x53,
|
||||
0x07, 0xd6, 0x31, 0x25, 0xbe, 0x89, 0x0b, 0xef, 0xa7, 0x4b, 0xba, 0xf6, 0x2e, 0x6c, 0xf4, 0x47,
|
||||
0x8c, 0x89, 0xd9, 0x4d, 0x05, 0xf1, 0x1c, 0x6b, 0xd7, 0x35, 0x52, 0xe5, 0xc2, 0x8b, 0x9c, 0xcd,
|
||||
0x6f, 0x41, 0x35, 0xa2, 0x2f, 0x17, 0xa7, 0x41, 0x25, 0xa2, 0x2f, 0x5f, 0x21, 0x03, 0xfe, 0xed,
|
||||
0x02, 0x3a, 0x19, 0x92, 0xc8, 0x9c, 0xf2, 0xed, 0xe7, 0x24, 0x1a, 0x50, 0xef, 0x3f, 0xce, 0x92,
|
||||
0x87, 0xfd, 0x16, 0xd4, 0x12, 0x16, 0xc4, 0x6c, 0xf1, 0x51, 0x41, 0xe2, 0x94, 0xa9, 0x87, 0x80,
|
||||
0x12, 0x16, 0x27, 0x71, 0x4a, 0xfd, 0x5e, 0x76, 0x4a, 0xf7, 0xe2, 0xcd, 0x75, 0x03, 0x3f, 0x36,
|
||||
0xa7, 0xcd, 0x82, 0x61, 0x65, 0x61, 0x30, 0xa0, 0x3d, 0xd8, 0x50, 0x56, 0x26, 0x2c, 0x38, 0x17,
|
||||
0xaa, 0xca, 0x72, 0x98, 0x5a, 0x97, 0xc4, 0x13, 0x45, 0xf3, 0x3e, 0x75, 0x72, 0xee, 0xbf, 0x0b,
|
||||
0x1b, 0xc9, 0x90, 0x44, 0xd1, 0x32, 0x95, 0x68, 0x5d, 0x23, 0x95, 0x61, 0xf7, 0x45, 0x5f, 0x96,
|
||||
0x93, 0x56, 0xda, 0x63, 0x34, 0x19, 0x92, 0x3e, 0xd5, 0x77, 0x51, 0xfc, 0x96, 0xd9, 0x32, 0x68,
|
||||
0xac, 0xc0, 0xe8, 0x26, 0x6c, 0x19, 0xd5, 0xc6, 0x5c, 0x57, 0x9a, 0xbb, 0xa9, 0xc9, 0xda, 0xe0,
|
||||
0x4b, 0x35, 0xcd, 0xe6, 0x47, 0x2e, 0x5c, 0x3d, 0x4c, 0x92, 0xe1, 0x78, 0xea, 0xc6, 0xff, 0xf5,
|
||||
0xd9, 0xde, 0xf8, 0x8c, 0x3f, 0xdd, 0x65, 0xfd, 0xf9, 0x3f, 0x5d, 0x74, 0x81, 0xef, 0xca, 0x45,
|
||||
0xbe, 0xf3, 0x7e, 0xe9, 0xbc, 0x52, 0xae, 0x35, 0x60, 0xcd, 0xc8, 0x57, 0x73, 0xb9, 0x59, 0x4e,
|
||||
0x5f, 0x8a, 0xbb, 0xd4, 0xa5, 0xfc, 0xa3, 0x04, 0x57, 0x3b, 0x61, 0x12, 0x33, 0x3e, 0xd9, 0x8c,
|
||||
0x0f, 0x96, 0xbc, 0x93, 0x4d, 0x28, 0x05, 0xbe, 0x7e, 0x45, 0x95, 0x02, 0xdf, 0xe3, 0x50, 0x57,
|
||||
0xe2, 0xa8, 0x2d, 0x5f, 0x0b, 0xe7, 0xf1, 0x85, 0xd7, 0xa9, 0x10, 0xf9, 0xa3, 0xbb, 0x13, 0x47,
|
||||
0xf7, 0x7e, 0x97, 0xf7, 0xe9, 0x8f, 0x00, 0x05, 0xda, 0x84, 0x9e, 0x99, 0x2b, 0x4d, 0xe9, 0x7d,
|
||||
0x53, 0x8b, 0x2f, 0x38, 0x72, 0x6b, 0xda, 0x6e, 0xbc, 0x1d, 0x4c, 0x51, 0xd2, 0xcb, 0x55, 0xba,
|
||||
0x3f, 0x3b, 0xb0, 0x29, 0xea, 0x79, 0xd6, 0x32, 0x3f, 0x9b, 0x66, 0xf9, 0xc1, 0xc4, 0x38, 0x5f,
|
||||
0x5e, 0x18, 0x54, 0xda, 0xad, 0x97, 0x3a, 0xd3, 0xaf, 0x1d, 0xd8, 0x31, 0xf3, 0xb7, 0x68, 0x91,
|
||||
0x45, 0xef, 0x8b, 0x24, 0x67, 0xcf, 0x6d, 0x91, 0xbb, 0x16, 0x5b, 0xfc, 0xc2, 0xc8, 0x23, 0x2e,
|
||||
0x67, 0xd5, 0xc7, 0x0e, 0x5c, 0x9f, 0x98, 0x77, 0x95, 0xb0, 0xff, 0xf7, 0xc8, 0xfb, 0x57, 0x07,
|
||||
0xb6, 0xad, 0x39, 0xb6, 0xab, 0x9f, 0x5d, 0xce, 0x1c, 0x74, 0x07, 0xa0, 0x1f, 0x47, 0x11, 0xed,
|
||||
0x73, 0x33, 0x02, 0x5f, 0x54, 0x05, 0x33, 0x98, 0xf7, 0x7e, 0xee, 0x0c, 0xd7, 0x60, 0x35, 0x1e,
|
||||
0xf1, 0x64, 0xc4, 0x75, 0xb8, 0xe9, 0xd5, 0xa5, 0x5c, 0xde, 0xfe, 0x53, 0x05, 0x2a, 0xe6, 0x69,
|
||||
0x81, 0x4e, 0xa0, 0xfa, 0x88, 0x72, 0xfd, 0xf7, 0xc9, 0xee, 0x9c, 0x67, 0x9a, 0x0a, 0x90, 0x2f,
|
||||
0x2f, 0x7c, 0xc8, 0xa1, 0xc1, 0x45, 0x0f, 0x18, 0x64, 0x1e, 0xe3, 0xc5, 0x6c, 0xab, 0xe3, 0x6b,
|
||||
0x8b, 0x60, 0x5a, 0x51, 0x3a, 0x6f, 0x1e, 0x47, 0xb7, 0xa6, 0xa4, 0xcc, 0x42, 0xac, 0xc2, 0xaf,
|
||||
0x2f, 0x03, 0xd5, 0x4a, 0xc3, 0x8b, 0xe7, 0x69, 0x74, 0x73, 0x4a, 0xce, 0x34, 0xc0, 0x2a, 0xdc,
|
||||
0x5f, 0x0c, 0xd4, 0xea, 0x48, 0xf1, 0xcb, 0x0b, 0xed, 0x69, 0x09, 0x45, 0x4c, 0xab, 0xe6, 0x2b,
|
||||
0xf3, 0x41, 0x5a, 0xc5, 0x77, 0x73, 0xe3, 0x36, 0x6a, 0xe8, 0x2d, 0x96, 0x62, 0x85, 0x5d, 0x2f,
|
||||
0xe0, 0x68, 0x09, 0x9d, 0xc9, 0xe1, 0x17, 0xbd, 0x61, 0x5e, 0x70, 0x39, 0xa2, 0x95, 0x73, 0xa3,
|
||||
0x98, 0xa9, 0x45, 0xfd, 0xb8, 0x68, 0xc2, 0x44, 0x26, 0xea, 0x66, 0x59, 0x56, 0x6c, 0x73, 0x1e,
|
||||
0x44, 0x0b, 0xff, 0x49, 0xe1, 0x34, 0x83, 0xcc, 0xd6, 0x02, 0x9e, 0x15, 0xbf, 0x37, 0x17, 0x93,
|
||||
0xc9, 0x2f, 0xe8, 0x52, 0x56, 0x7e, 0x51, 0x07, 0x9b, 0x96, 0x5f, 0x8c, 0xd1, 0xf2, 0xdf, 0x9b,
|
||||
0x6e, 0x4a, 0xe8, 0x8b, 0x39, 0x67, 0x66, 0x64, 0x2b, 0xf5, 0x4b, 0x17, 0xb1, 0xb5, 0xc0, 0x6f,
|
||||
0xaa, 0xff, 0x80, 0x91, 0xfd, 0x4b, 0x8d, 0xc7, 0x89, 0xdd, 0xbc, 0x33, 0x49, 0x54, 0x5b, 0xda,
|
||||
0xff, 0x2c, 0x41, 0x2d, 0x57, 0xa7, 0xd1, 0x69, 0xbe, 0x7e, 0xec, 0x4d, 0x55, 0x87, 0x7c, 0x9b,
|
||||
0x99, 0x89, 0xca, 0x0b, 0x40, 0xda, 0xb4, 0x64, 0x4e, 0x5b, 0x40, 0xfb, 0x45, 0x15, 0x22, 0x8f,
|
||||
0xb0, 0xca, 0x6e, 0x2d, 0x81, 0xb4, 0x43, 0xc8, 0x6c, 0xc5, 0xb7, 0x15, 0x71, 0x86, 0x33, 0x53,
|
||||
0x11, 0x8b, 0x10, 0x4a, 0xf2, 0x5b, 0xce, 0x25, 0x1c, 0xfd, 0x74, 0x55, 0x12, 0xef, 0xfc, 0x37,
|
||||
0x00, 0x00, 0xff, 0xff, 0x21, 0xde, 0xf0, 0x95, 0xb4, 0x19, 0x00, 0x00,
|
||||
}
|
||||
|
|
|
@ -295,8 +295,10 @@ message ValidateProvisionerConfig {
|
|||
message ProvisionResource {
|
||||
message Request {
|
||||
DynamicValue config = 1;
|
||||
DynamicValue connection = 2;
|
||||
}
|
||||
message Response {
|
||||
string output = 1;
|
||||
repeated Diagnostic diagnostics = 2;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue