Versions in this module Expand all Collapse all v1 v1.0.7 Sep 11, 2021 Changes in this version + var Diagnostic_Severity_name = map[int32]string + var Diagnostic_Severity_value = map[string]int32 + var File_tfplugin6_proto protoreflect.FileDescriptor + var Schema_NestedBlock_NestingMode_name = map[int32]string + var Schema_NestedBlock_NestingMode_value = map[string]int32 + var Schema_Object_NestingMode_name = map[int32]string + var Schema_Object_NestingMode_value = map[string]int32 + var StringKind_name = map[int32]string + var StringKind_value = map[string]int32 + func RegisterProviderServer(s *grpc.Server, srv ProviderServer) + type ApplyResourceChange struct + func (*ApplyResourceChange) Descriptor() ([]byte, []int) + func (*ApplyResourceChange) ProtoMessage() + func (x *ApplyResourceChange) ProtoReflect() protoreflect.Message + func (x *ApplyResourceChange) Reset() + func (x *ApplyResourceChange) String() string + type ApplyResourceChange_Request struct + Config *DynamicValue + PlannedPrivate []byte + PlannedState *DynamicValue + PriorState *DynamicValue + ProviderMeta *DynamicValue + TypeName string + func (*ApplyResourceChange_Request) Descriptor() ([]byte, []int) + func (*ApplyResourceChange_Request) ProtoMessage() + func (x *ApplyResourceChange_Request) GetConfig() *DynamicValue + func (x *ApplyResourceChange_Request) GetPlannedPrivate() []byte + func (x *ApplyResourceChange_Request) GetPlannedState() *DynamicValue + func (x *ApplyResourceChange_Request) GetPriorState() *DynamicValue + func (x *ApplyResourceChange_Request) GetProviderMeta() *DynamicValue + func (x *ApplyResourceChange_Request) GetTypeName() string + func (x *ApplyResourceChange_Request) ProtoReflect() protoreflect.Message + func (x *ApplyResourceChange_Request) Reset() + func (x *ApplyResourceChange_Request) String() string + type ApplyResourceChange_Response struct + Diagnostics []*Diagnostic + NewState *DynamicValue + Private []byte + func (*ApplyResourceChange_Response) Descriptor() ([]byte, []int) + func (*ApplyResourceChange_Response) ProtoMessage() + func (x *ApplyResourceChange_Response) GetDiagnostics() []*Diagnostic + func (x *ApplyResourceChange_Response) GetNewState() *DynamicValue + func (x *ApplyResourceChange_Response) GetPrivate() []byte + func (x *ApplyResourceChange_Response) ProtoReflect() protoreflect.Message + func (x *ApplyResourceChange_Response) Reset() + func (x *ApplyResourceChange_Response) String() string + type AttributePath struct + Steps []*AttributePath_Step + func (*AttributePath) Descriptor() ([]byte, []int) + func (*AttributePath) ProtoMessage() + func (x *AttributePath) GetSteps() []*AttributePath_Step + func (x *AttributePath) ProtoReflect() protoreflect.Message + func (x *AttributePath) Reset() + func (x *AttributePath) String() string + type AttributePath_Step struct + Selector isAttributePath_Step_Selector + func (*AttributePath_Step) Descriptor() ([]byte, []int) + func (*AttributePath_Step) ProtoMessage() + func (m *AttributePath_Step) GetSelector() isAttributePath_Step_Selector + func (x *AttributePath_Step) GetAttributeName() string + func (x *AttributePath_Step) GetElementKeyInt() int64 + func (x *AttributePath_Step) GetElementKeyString() string + func (x *AttributePath_Step) ProtoReflect() protoreflect.Message + func (x *AttributePath_Step) Reset() + func (x *AttributePath_Step) String() string + type AttributePath_Step_AttributeName struct + AttributeName string + type AttributePath_Step_ElementKeyInt struct + ElementKeyInt int64 + type AttributePath_Step_ElementKeyString struct + ElementKeyString string + type ConfigureProvider struct + func (*ConfigureProvider) Descriptor() ([]byte, []int) + func (*ConfigureProvider) ProtoMessage() + func (x *ConfigureProvider) ProtoReflect() protoreflect.Message + func (x *ConfigureProvider) Reset() + func (x *ConfigureProvider) String() string + type ConfigureProvider_Request struct + Config *DynamicValue + TerraformVersion string + func (*ConfigureProvider_Request) Descriptor() ([]byte, []int) + func (*ConfigureProvider_Request) ProtoMessage() + func (x *ConfigureProvider_Request) GetConfig() *DynamicValue + func (x *ConfigureProvider_Request) GetTerraformVersion() string + func (x *ConfigureProvider_Request) ProtoReflect() protoreflect.Message + func (x *ConfigureProvider_Request) Reset() + func (x *ConfigureProvider_Request) String() string + type ConfigureProvider_Response struct + Diagnostics []*Diagnostic + func (*ConfigureProvider_Response) Descriptor() ([]byte, []int) + func (*ConfigureProvider_Response) ProtoMessage() + func (x *ConfigureProvider_Response) GetDiagnostics() []*Diagnostic + func (x *ConfigureProvider_Response) ProtoReflect() protoreflect.Message + func (x *ConfigureProvider_Response) Reset() + func (x *ConfigureProvider_Response) String() string + type Diagnostic struct + Attribute *AttributePath + Detail string + Severity Diagnostic_Severity + Summary string + func (*Diagnostic) Descriptor() ([]byte, []int) + func (*Diagnostic) ProtoMessage() + func (x *Diagnostic) GetAttribute() *AttributePath + func (x *Diagnostic) GetDetail() string + func (x *Diagnostic) GetSeverity() Diagnostic_Severity + func (x *Diagnostic) GetSummary() string + func (x *Diagnostic) ProtoReflect() protoreflect.Message + func (x *Diagnostic) Reset() + func (x *Diagnostic) String() string + type Diagnostic_Severity int32 + const Diagnostic_ERROR + const Diagnostic_INVALID + const Diagnostic_WARNING + func (Diagnostic_Severity) Descriptor() protoreflect.EnumDescriptor + func (Diagnostic_Severity) EnumDescriptor() ([]byte, []int) + func (Diagnostic_Severity) Type() protoreflect.EnumType + func (x Diagnostic_Severity) Enum() *Diagnostic_Severity + func (x Diagnostic_Severity) Number() protoreflect.EnumNumber + func (x Diagnostic_Severity) String() string + type DynamicValue struct + Json []byte + Msgpack []byte + func (*DynamicValue) Descriptor() ([]byte, []int) + func (*DynamicValue) ProtoMessage() + func (x *DynamicValue) GetJson() []byte + func (x *DynamicValue) GetMsgpack() []byte + func (x *DynamicValue) ProtoReflect() protoreflect.Message + func (x *DynamicValue) Reset() + func (x *DynamicValue) String() string + type GetProviderSchema struct + func (*GetProviderSchema) Descriptor() ([]byte, []int) + func (*GetProviderSchema) ProtoMessage() + func (x *GetProviderSchema) ProtoReflect() protoreflect.Message + func (x *GetProviderSchema) Reset() + func (x *GetProviderSchema) String() string + type GetProviderSchema_Request struct + func (*GetProviderSchema_Request) Descriptor() ([]byte, []int) + func (*GetProviderSchema_Request) ProtoMessage() + func (x *GetProviderSchema_Request) ProtoReflect() protoreflect.Message + func (x *GetProviderSchema_Request) Reset() + func (x *GetProviderSchema_Request) String() string + type GetProviderSchema_Response struct + DataSourceSchemas map[string]*Schema + Diagnostics []*Diagnostic + Provider *Schema + ProviderMeta *Schema + ResourceSchemas map[string]*Schema + func (*GetProviderSchema_Response) Descriptor() ([]byte, []int) + func (*GetProviderSchema_Response) ProtoMessage() + func (x *GetProviderSchema_Response) GetDataSourceSchemas() map[string]*Schema + func (x *GetProviderSchema_Response) GetDiagnostics() []*Diagnostic + func (x *GetProviderSchema_Response) GetProvider() *Schema + func (x *GetProviderSchema_Response) GetProviderMeta() *Schema + func (x *GetProviderSchema_Response) GetResourceSchemas() map[string]*Schema + func (x *GetProviderSchema_Response) ProtoReflect() protoreflect.Message + func (x *GetProviderSchema_Response) Reset() + func (x *GetProviderSchema_Response) String() string + type ImportResourceState struct + func (*ImportResourceState) Descriptor() ([]byte, []int) + func (*ImportResourceState) ProtoMessage() + func (x *ImportResourceState) ProtoReflect() protoreflect.Message + func (x *ImportResourceState) Reset() + func (x *ImportResourceState) String() string + type ImportResourceState_ImportedResource struct + Private []byte + State *DynamicValue + TypeName string + func (*ImportResourceState_ImportedResource) Descriptor() ([]byte, []int) + func (*ImportResourceState_ImportedResource) ProtoMessage() + func (x *ImportResourceState_ImportedResource) GetPrivate() []byte + func (x *ImportResourceState_ImportedResource) GetState() *DynamicValue + func (x *ImportResourceState_ImportedResource) GetTypeName() string + func (x *ImportResourceState_ImportedResource) ProtoReflect() protoreflect.Message + func (x *ImportResourceState_ImportedResource) Reset() + func (x *ImportResourceState_ImportedResource) String() string + type ImportResourceState_Request struct + Id string + TypeName string + func (*ImportResourceState_Request) Descriptor() ([]byte, []int) + func (*ImportResourceState_Request) ProtoMessage() + func (x *ImportResourceState_Request) GetId() string + func (x *ImportResourceState_Request) GetTypeName() string + func (x *ImportResourceState_Request) ProtoReflect() protoreflect.Message + func (x *ImportResourceState_Request) Reset() + func (x *ImportResourceState_Request) String() string + type ImportResourceState_Response struct + Diagnostics []*Diagnostic + ImportedResources []*ImportResourceState_ImportedResource + func (*ImportResourceState_Response) Descriptor() ([]byte, []int) + func (*ImportResourceState_Response) ProtoMessage() + func (x *ImportResourceState_Response) GetDiagnostics() []*Diagnostic + func (x *ImportResourceState_Response) GetImportedResources() []*ImportResourceState_ImportedResource + func (x *ImportResourceState_Response) ProtoReflect() protoreflect.Message + func (x *ImportResourceState_Response) Reset() + func (x *ImportResourceState_Response) String() string + type PlanResourceChange struct + func (*PlanResourceChange) Descriptor() ([]byte, []int) + func (*PlanResourceChange) ProtoMessage() + func (x *PlanResourceChange) ProtoReflect() protoreflect.Message + func (x *PlanResourceChange) Reset() + func (x *PlanResourceChange) String() string + type PlanResourceChange_Request struct + Config *DynamicValue + PriorPrivate []byte + PriorState *DynamicValue + ProposedNewState *DynamicValue + ProviderMeta *DynamicValue + TypeName string + func (*PlanResourceChange_Request) Descriptor() ([]byte, []int) + func (*PlanResourceChange_Request) ProtoMessage() + func (x *PlanResourceChange_Request) GetConfig() *DynamicValue + func (x *PlanResourceChange_Request) GetPriorPrivate() []byte + func (x *PlanResourceChange_Request) GetPriorState() *DynamicValue + func (x *PlanResourceChange_Request) GetProposedNewState() *DynamicValue + func (x *PlanResourceChange_Request) GetProviderMeta() *DynamicValue + func (x *PlanResourceChange_Request) GetTypeName() string + func (x *PlanResourceChange_Request) ProtoReflect() protoreflect.Message + func (x *PlanResourceChange_Request) Reset() + func (x *PlanResourceChange_Request) String() string + type PlanResourceChange_Response struct + Diagnostics []*Diagnostic + PlannedPrivate []byte + PlannedState *DynamicValue + RequiresReplace []*AttributePath + func (*PlanResourceChange_Response) Descriptor() ([]byte, []int) + func (*PlanResourceChange_Response) ProtoMessage() + func (x *PlanResourceChange_Response) GetDiagnostics() []*Diagnostic + func (x *PlanResourceChange_Response) GetPlannedPrivate() []byte + func (x *PlanResourceChange_Response) GetPlannedState() *DynamicValue + func (x *PlanResourceChange_Response) GetRequiresReplace() []*AttributePath + func (x *PlanResourceChange_Response) ProtoReflect() protoreflect.Message + func (x *PlanResourceChange_Response) Reset() + func (x *PlanResourceChange_Response) String() string + type ProviderClient interface + ApplyResourceChange func(ctx context.Context, in *ApplyResourceChange_Request, opts ...grpc.CallOption) (*ApplyResourceChange_Response, error) + ConfigureProvider func(ctx context.Context, in *ConfigureProvider_Request, opts ...grpc.CallOption) (*ConfigureProvider_Response, error) + GetProviderSchema func(ctx context.Context, in *GetProviderSchema_Request, opts ...grpc.CallOption) (*GetProviderSchema_Response, error) + ImportResourceState func(ctx context.Context, in *ImportResourceState_Request, opts ...grpc.CallOption) (*ImportResourceState_Response, error) + PlanResourceChange func(ctx context.Context, in *PlanResourceChange_Request, opts ...grpc.CallOption) (*PlanResourceChange_Response, error) + ReadDataSource func(ctx context.Context, in *ReadDataSource_Request, opts ...grpc.CallOption) (*ReadDataSource_Response, error) + ReadResource func(ctx context.Context, in *ReadResource_Request, opts ...grpc.CallOption) (*ReadResource_Response, error) + StopProvider func(ctx context.Context, in *StopProvider_Request, opts ...grpc.CallOption) (*StopProvider_Response, error) + UpgradeResourceState func(ctx context.Context, in *UpgradeResourceState_Request, opts ...grpc.CallOption) (*UpgradeResourceState_Response, error) + ValidateDataResourceConfig func(ctx context.Context, in *ValidateDataResourceConfig_Request, ...) (*ValidateDataResourceConfig_Response, error) + ValidateProviderConfig func(ctx context.Context, in *ValidateProviderConfig_Request, ...) (*ValidateProviderConfig_Response, error) + ValidateResourceConfig func(ctx context.Context, in *ValidateResourceConfig_Request, ...) (*ValidateResourceConfig_Response, error) + func NewProviderClient(cc grpc.ClientConnInterface) ProviderClient + type ProviderServer interface + ApplyResourceChange func(context.Context, *ApplyResourceChange_Request) (*ApplyResourceChange_Response, error) + ConfigureProvider func(context.Context, *ConfigureProvider_Request) (*ConfigureProvider_Response, error) + GetProviderSchema func(context.Context, *GetProviderSchema_Request) (*GetProviderSchema_Response, error) + ImportResourceState func(context.Context, *ImportResourceState_Request) (*ImportResourceState_Response, error) + PlanResourceChange func(context.Context, *PlanResourceChange_Request) (*PlanResourceChange_Response, error) + ReadDataSource func(context.Context, *ReadDataSource_Request) (*ReadDataSource_Response, error) + ReadResource func(context.Context, *ReadResource_Request) (*ReadResource_Response, error) + StopProvider func(context.Context, *StopProvider_Request) (*StopProvider_Response, error) + UpgradeResourceState func(context.Context, *UpgradeResourceState_Request) (*UpgradeResourceState_Response, error) + ValidateDataResourceConfig func(context.Context, *ValidateDataResourceConfig_Request) (*ValidateDataResourceConfig_Response, error) + ValidateProviderConfig func(context.Context, *ValidateProviderConfig_Request) (*ValidateProviderConfig_Response, error) + ValidateResourceConfig func(context.Context, *ValidateResourceConfig_Request) (*ValidateResourceConfig_Response, error) + type RawState struct + Flatmap map[string]string + Json []byte + func (*RawState) Descriptor() ([]byte, []int) + func (*RawState) ProtoMessage() + func (x *RawState) GetFlatmap() map[string]string + func (x *RawState) GetJson() []byte + func (x *RawState) ProtoReflect() protoreflect.Message + func (x *RawState) Reset() + func (x *RawState) String() string + type ReadDataSource struct + func (*ReadDataSource) Descriptor() ([]byte, []int) + func (*ReadDataSource) ProtoMessage() + func (x *ReadDataSource) ProtoReflect() protoreflect.Message + func (x *ReadDataSource) Reset() + func (x *ReadDataSource) String() string + type ReadDataSource_Request struct + Config *DynamicValue + ProviderMeta *DynamicValue + TypeName string + func (*ReadDataSource_Request) Descriptor() ([]byte, []int) + func (*ReadDataSource_Request) ProtoMessage() + func (x *ReadDataSource_Request) GetConfig() *DynamicValue + func (x *ReadDataSource_Request) GetProviderMeta() *DynamicValue + func (x *ReadDataSource_Request) GetTypeName() string + func (x *ReadDataSource_Request) ProtoReflect() protoreflect.Message + func (x *ReadDataSource_Request) Reset() + func (x *ReadDataSource_Request) String() string + type ReadDataSource_Response struct + Diagnostics []*Diagnostic + State *DynamicValue + func (*ReadDataSource_Response) Descriptor() ([]byte, []int) + func (*ReadDataSource_Response) ProtoMessage() + func (x *ReadDataSource_Response) GetDiagnostics() []*Diagnostic + func (x *ReadDataSource_Response) GetState() *DynamicValue + func (x *ReadDataSource_Response) ProtoReflect() protoreflect.Message + func (x *ReadDataSource_Response) Reset() + func (x *ReadDataSource_Response) String() string + type ReadResource struct + func (*ReadResource) Descriptor() ([]byte, []int) + func (*ReadResource) ProtoMessage() + func (x *ReadResource) ProtoReflect() protoreflect.Message + func (x *ReadResource) Reset() + func (x *ReadResource) String() string + type ReadResource_Request struct + CurrentState *DynamicValue + Private []byte + ProviderMeta *DynamicValue + TypeName string + func (*ReadResource_Request) Descriptor() ([]byte, []int) + func (*ReadResource_Request) ProtoMessage() + func (x *ReadResource_Request) GetCurrentState() *DynamicValue + func (x *ReadResource_Request) GetPrivate() []byte + func (x *ReadResource_Request) GetProviderMeta() *DynamicValue + func (x *ReadResource_Request) GetTypeName() string + func (x *ReadResource_Request) ProtoReflect() protoreflect.Message + func (x *ReadResource_Request) Reset() + func (x *ReadResource_Request) String() string + type ReadResource_Response struct + Diagnostics []*Diagnostic + NewState *DynamicValue + Private []byte + func (*ReadResource_Response) Descriptor() ([]byte, []int) + func (*ReadResource_Response) ProtoMessage() + func (x *ReadResource_Response) GetDiagnostics() []*Diagnostic + func (x *ReadResource_Response) GetNewState() *DynamicValue + func (x *ReadResource_Response) GetPrivate() []byte + func (x *ReadResource_Response) ProtoReflect() protoreflect.Message + func (x *ReadResource_Response) Reset() + func (x *ReadResource_Response) String() string + type Schema struct + Block *Schema_Block + Version int64 + func (*Schema) Descriptor() ([]byte, []int) + func (*Schema) ProtoMessage() + func (x *Schema) GetBlock() *Schema_Block + func (x *Schema) GetVersion() int64 + func (x *Schema) ProtoReflect() protoreflect.Message + func (x *Schema) Reset() + func (x *Schema) String() string + type Schema_Attribute struct + Computed bool + Deprecated bool + Description string + DescriptionKind StringKind + Name string + NestedType *Schema_Object + Optional bool + Required bool + Sensitive bool + Type []byte + func (*Schema_Attribute) Descriptor() ([]byte, []int) + func (*Schema_Attribute) ProtoMessage() + func (x *Schema_Attribute) GetComputed() bool + func (x *Schema_Attribute) GetDeprecated() bool + func (x *Schema_Attribute) GetDescription() string + func (x *Schema_Attribute) GetDescriptionKind() StringKind + func (x *Schema_Attribute) GetName() string + func (x *Schema_Attribute) GetNestedType() *Schema_Object + func (x *Schema_Attribute) GetOptional() bool + func (x *Schema_Attribute) GetRequired() bool + func (x *Schema_Attribute) GetSensitive() bool + func (x *Schema_Attribute) GetType() []byte + func (x *Schema_Attribute) ProtoReflect() protoreflect.Message + func (x *Schema_Attribute) Reset() + func (x *Schema_Attribute) String() string + type Schema_Block struct + Attributes []*Schema_Attribute + BlockTypes []*Schema_NestedBlock + Deprecated bool + Description string + DescriptionKind StringKind + Version int64 + func (*Schema_Block) Descriptor() ([]byte, []int) + func (*Schema_Block) ProtoMessage() + func (x *Schema_Block) GetAttributes() []*Schema_Attribute + func (x *Schema_Block) GetBlockTypes() []*Schema_NestedBlock + func (x *Schema_Block) GetDeprecated() bool + func (x *Schema_Block) GetDescription() string + func (x *Schema_Block) GetDescriptionKind() StringKind + func (x *Schema_Block) GetVersion() int64 + func (x *Schema_Block) ProtoReflect() protoreflect.Message + func (x *Schema_Block) Reset() + func (x *Schema_Block) String() string + type Schema_NestedBlock struct + Block *Schema_Block + MaxItems int64 + MinItems int64 + Nesting Schema_NestedBlock_NestingMode + TypeName string + func (*Schema_NestedBlock) Descriptor() ([]byte, []int) + func (*Schema_NestedBlock) ProtoMessage() + func (x *Schema_NestedBlock) GetBlock() *Schema_Block + func (x *Schema_NestedBlock) GetMaxItems() int64 + func (x *Schema_NestedBlock) GetMinItems() int64 + func (x *Schema_NestedBlock) GetNesting() Schema_NestedBlock_NestingMode + func (x *Schema_NestedBlock) GetTypeName() string + func (x *Schema_NestedBlock) ProtoReflect() protoreflect.Message + func (x *Schema_NestedBlock) Reset() + func (x *Schema_NestedBlock) String() string + type Schema_NestedBlock_NestingMode int32 + const Schema_NestedBlock_GROUP + const Schema_NestedBlock_INVALID + const Schema_NestedBlock_LIST + const Schema_NestedBlock_MAP + const Schema_NestedBlock_SET + const Schema_NestedBlock_SINGLE + func (Schema_NestedBlock_NestingMode) Descriptor() protoreflect.EnumDescriptor + func (Schema_NestedBlock_NestingMode) EnumDescriptor() ([]byte, []int) + func (Schema_NestedBlock_NestingMode) Type() protoreflect.EnumType + func (x Schema_NestedBlock_NestingMode) Enum() *Schema_NestedBlock_NestingMode + func (x Schema_NestedBlock_NestingMode) Number() protoreflect.EnumNumber + func (x Schema_NestedBlock_NestingMode) String() string + type Schema_Object struct + Attributes []*Schema_Attribute + MaxItems int64 + MinItems int64 + Nesting Schema_Object_NestingMode + func (*Schema_Object) Descriptor() ([]byte, []int) + func (*Schema_Object) ProtoMessage() + func (x *Schema_Object) GetAttributes() []*Schema_Attribute + func (x *Schema_Object) GetMaxItems() int64 + func (x *Schema_Object) GetMinItems() int64 + func (x *Schema_Object) GetNesting() Schema_Object_NestingMode + func (x *Schema_Object) ProtoReflect() protoreflect.Message + func (x *Schema_Object) Reset() + func (x *Schema_Object) String() string + type Schema_Object_NestingMode int32 + const Schema_Object_INVALID + const Schema_Object_LIST + const Schema_Object_MAP + const Schema_Object_SET + const Schema_Object_SINGLE + func (Schema_Object_NestingMode) Descriptor() protoreflect.EnumDescriptor + func (Schema_Object_NestingMode) EnumDescriptor() ([]byte, []int) + func (Schema_Object_NestingMode) Type() protoreflect.EnumType + func (x Schema_Object_NestingMode) Enum() *Schema_Object_NestingMode + func (x Schema_Object_NestingMode) Number() protoreflect.EnumNumber + func (x Schema_Object_NestingMode) String() string + type StopProvider struct + func (*StopProvider) Descriptor() ([]byte, []int) + func (*StopProvider) ProtoMessage() + func (x *StopProvider) ProtoReflect() protoreflect.Message + func (x *StopProvider) Reset() + func (x *StopProvider) String() string + type StopProvider_Request struct + func (*StopProvider_Request) Descriptor() ([]byte, []int) + func (*StopProvider_Request) ProtoMessage() + func (x *StopProvider_Request) ProtoReflect() protoreflect.Message + func (x *StopProvider_Request) Reset() + func (x *StopProvider_Request) String() string + type StopProvider_Response struct + Error string + func (*StopProvider_Response) Descriptor() ([]byte, []int) + func (*StopProvider_Response) ProtoMessage() + func (x *StopProvider_Response) GetError() string + func (x *StopProvider_Response) ProtoReflect() protoreflect.Message + func (x *StopProvider_Response) Reset() + func (x *StopProvider_Response) String() string + type StringKind int32 + const StringKind_MARKDOWN + const StringKind_PLAIN + func (StringKind) Descriptor() protoreflect.EnumDescriptor + func (StringKind) EnumDescriptor() ([]byte, []int) + func (StringKind) Type() protoreflect.EnumType + func (x StringKind) Enum() *StringKind + func (x StringKind) Number() protoreflect.EnumNumber + func (x StringKind) String() string + type UnimplementedProviderServer struct + func (*UnimplementedProviderServer) ApplyResourceChange(context.Context, *ApplyResourceChange_Request) (*ApplyResourceChange_Response, error) + func (*UnimplementedProviderServer) ConfigureProvider(context.Context, *ConfigureProvider_Request) (*ConfigureProvider_Response, error) + func (*UnimplementedProviderServer) GetProviderSchema(context.Context, *GetProviderSchema_Request) (*GetProviderSchema_Response, error) + func (*UnimplementedProviderServer) ImportResourceState(context.Context, *ImportResourceState_Request) (*ImportResourceState_Response, error) + func (*UnimplementedProviderServer) PlanResourceChange(context.Context, *PlanResourceChange_Request) (*PlanResourceChange_Response, error) + func (*UnimplementedProviderServer) ReadDataSource(context.Context, *ReadDataSource_Request) (*ReadDataSource_Response, error) + func (*UnimplementedProviderServer) ReadResource(context.Context, *ReadResource_Request) (*ReadResource_Response, error) + func (*UnimplementedProviderServer) StopProvider(context.Context, *StopProvider_Request) (*StopProvider_Response, error) + func (*UnimplementedProviderServer) UpgradeResourceState(context.Context, *UpgradeResourceState_Request) (*UpgradeResourceState_Response, error) + func (*UnimplementedProviderServer) ValidateDataResourceConfig(context.Context, *ValidateDataResourceConfig_Request) (*ValidateDataResourceConfig_Response, error) + func (*UnimplementedProviderServer) ValidateProviderConfig(context.Context, *ValidateProviderConfig_Request) (*ValidateProviderConfig_Response, error) + func (*UnimplementedProviderServer) ValidateResourceConfig(context.Context, *ValidateResourceConfig_Request) (*ValidateResourceConfig_Response, error) + type UpgradeResourceState struct + func (*UpgradeResourceState) Descriptor() ([]byte, []int) + func (*UpgradeResourceState) ProtoMessage() + func (x *UpgradeResourceState) ProtoReflect() protoreflect.Message + func (x *UpgradeResourceState) Reset() + func (x *UpgradeResourceState) String() string + type UpgradeResourceState_Request struct + RawState *RawState + TypeName string + Version int64 + func (*UpgradeResourceState_Request) Descriptor() ([]byte, []int) + func (*UpgradeResourceState_Request) ProtoMessage() + func (x *UpgradeResourceState_Request) GetRawState() *RawState + func (x *UpgradeResourceState_Request) GetTypeName() string + func (x *UpgradeResourceState_Request) GetVersion() int64 + func (x *UpgradeResourceState_Request) ProtoReflect() protoreflect.Message + func (x *UpgradeResourceState_Request) Reset() + func (x *UpgradeResourceState_Request) String() string + type UpgradeResourceState_Response struct + Diagnostics []*Diagnostic + UpgradedState *DynamicValue + func (*UpgradeResourceState_Response) Descriptor() ([]byte, []int) + func (*UpgradeResourceState_Response) ProtoMessage() + func (x *UpgradeResourceState_Response) GetDiagnostics() []*Diagnostic + func (x *UpgradeResourceState_Response) GetUpgradedState() *DynamicValue + func (x *UpgradeResourceState_Response) ProtoReflect() protoreflect.Message + func (x *UpgradeResourceState_Response) Reset() + func (x *UpgradeResourceState_Response) String() string + type ValidateDataResourceConfig struct + func (*ValidateDataResourceConfig) Descriptor() ([]byte, []int) + func (*ValidateDataResourceConfig) ProtoMessage() + func (x *ValidateDataResourceConfig) ProtoReflect() protoreflect.Message + func (x *ValidateDataResourceConfig) Reset() + func (x *ValidateDataResourceConfig) String() string + type ValidateDataResourceConfig_Request struct + Config *DynamicValue + TypeName string + func (*ValidateDataResourceConfig_Request) Descriptor() ([]byte, []int) + func (*ValidateDataResourceConfig_Request) ProtoMessage() + func (x *ValidateDataResourceConfig_Request) GetConfig() *DynamicValue + func (x *ValidateDataResourceConfig_Request) GetTypeName() string + func (x *ValidateDataResourceConfig_Request) ProtoReflect() protoreflect.Message + func (x *ValidateDataResourceConfig_Request) Reset() + func (x *ValidateDataResourceConfig_Request) String() string + type ValidateDataResourceConfig_Response struct + Diagnostics []*Diagnostic + func (*ValidateDataResourceConfig_Response) Descriptor() ([]byte, []int) + func (*ValidateDataResourceConfig_Response) ProtoMessage() + func (x *ValidateDataResourceConfig_Response) GetDiagnostics() []*Diagnostic + func (x *ValidateDataResourceConfig_Response) ProtoReflect() protoreflect.Message + func (x *ValidateDataResourceConfig_Response) Reset() + func (x *ValidateDataResourceConfig_Response) String() string + type ValidateProviderConfig struct + func (*ValidateProviderConfig) Descriptor() ([]byte, []int) + func (*ValidateProviderConfig) ProtoMessage() + func (x *ValidateProviderConfig) ProtoReflect() protoreflect.Message + func (x *ValidateProviderConfig) Reset() + func (x *ValidateProviderConfig) String() string + type ValidateProviderConfig_Request struct + Config *DynamicValue + func (*ValidateProviderConfig_Request) Descriptor() ([]byte, []int) + func (*ValidateProviderConfig_Request) ProtoMessage() + func (x *ValidateProviderConfig_Request) GetConfig() *DynamicValue + func (x *ValidateProviderConfig_Request) ProtoReflect() protoreflect.Message + func (x *ValidateProviderConfig_Request) Reset() + func (x *ValidateProviderConfig_Request) String() string + type ValidateProviderConfig_Response struct + Diagnostics []*Diagnostic + func (*ValidateProviderConfig_Response) Descriptor() ([]byte, []int) + func (*ValidateProviderConfig_Response) ProtoMessage() + func (x *ValidateProviderConfig_Response) GetDiagnostics() []*Diagnostic + func (x *ValidateProviderConfig_Response) ProtoReflect() protoreflect.Message + func (x *ValidateProviderConfig_Response) Reset() + func (x *ValidateProviderConfig_Response) String() string + type ValidateResourceConfig struct + func (*ValidateResourceConfig) Descriptor() ([]byte, []int) + func (*ValidateResourceConfig) ProtoMessage() + func (x *ValidateResourceConfig) ProtoReflect() protoreflect.Message + func (x *ValidateResourceConfig) Reset() + func (x *ValidateResourceConfig) String() string + type ValidateResourceConfig_Request struct + Config *DynamicValue + TypeName string + func (*ValidateResourceConfig_Request) Descriptor() ([]byte, []int) + func (*ValidateResourceConfig_Request) ProtoMessage() + func (x *ValidateResourceConfig_Request) GetConfig() *DynamicValue + func (x *ValidateResourceConfig_Request) GetTypeName() string + func (x *ValidateResourceConfig_Request) ProtoReflect() protoreflect.Message + func (x *ValidateResourceConfig_Request) Reset() + func (x *ValidateResourceConfig_Request) String() string + type ValidateResourceConfig_Response struct + Diagnostics []*Diagnostic + func (*ValidateResourceConfig_Response) Descriptor() ([]byte, []int) + func (*ValidateResourceConfig_Response) ProtoMessage() + func (x *ValidateResourceConfig_Response) GetDiagnostics() []*Diagnostic + func (x *ValidateResourceConfig_Response) ProtoReflect() protoreflect.Message + func (x *ValidateResourceConfig_Response) Reset() + func (x *ValidateResourceConfig_Response) String() string