Documentation ¶
Overview ¶
This is duplicated from github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/fromproto (v0.23.0)
Index ¶
- Variables
- func ApplyResourceChangeRequest(in *tfplugin6.ApplyResourceChange_Request) *tfprotov6.ApplyResourceChangeRequest
- func ApplyResourceChangeResponse(in *tfplugin6.ApplyResourceChange_Response) (*tfprotov6.ApplyResourceChangeResponse, error)
- func AttributePath(in *tfplugin6.AttributePath) (*tftypes.AttributePath, error)
- func AttributePathStep(step *tfplugin6.AttributePath_Step) (tftypes.AttributePathStep, error)
- func AttributePathSteps(in []*tfplugin6.AttributePath_Step) ([]tftypes.AttributePathStep, error)
- func AttributePaths(in []*tfplugin6.AttributePath) ([]*tftypes.AttributePath, error)
- func CallFunctionRequest(in *tfplugin6.CallFunction_Request) *tfprotov6.CallFunctionRequest
- func CallFunctionResponse(in *tfplugin6.CallFunction_Response) *tfprotov6.CallFunctionResponse
- func ConfigureProviderClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.ConfigureProviderClientCapabilities
- func ConfigureProviderRequest(in *tfplugin6.ConfigureProvider_Request) *tfprotov6.ConfigureProviderRequest
- func ConfigureProviderResponse(in *tfplugin6.ConfigureProvider_Response) (*tfprotov6.ConfigureProviderResponse, error)
- func DataSourceMetadata(in *tfplugin6.GetMetadata_DataSourceMetadata) *tfprotov6.DataSourceMetadata
- func Deferred(in *tfplugin6.Deferred) *tfprotov6.Deferred
- func Diagnostic(in *tfplugin6.Diagnostic) (*tfprotov6.Diagnostic, error)
- func DiagnosticSeverity(in tfplugin6.Diagnostic_Severity) tfprotov6.DiagnosticSeverity
- func Diagnostics(in []*tfplugin6.Diagnostic) ([]*tfprotov6.Diagnostic, error)
- func DynamicValue(in *tfplugin6.DynamicValue) *tfprotov6.DynamicValue
- func FunctionError(in *tfplugin6.FunctionError) *tfprotov6.FunctionError
- func FunctionMetadata(in *tfplugin6.GetMetadata_FunctionMetadata) *tfprotov6.FunctionMetadata
- func FunctionParameter(in *tfplugin6.Function_Parameter) (*tfprotov6.FunctionParameter, error)
- func FunctionParameters(in []*tfplugin6.Function_Parameter) ([]*tfprotov6.FunctionParameter, error)
- func FunctionReturn(in *tfplugin6.Function_Return) (*tfprotov6.FunctionReturn, error)
- func Functions(in map[string]*tfplugin6.Function) (map[string]*tfprotov6.Function, error)
- func GetFunctionsRequest(in *tfplugin6.GetFunctions_Request) *tfprotov6.GetFunctionsRequest
- func GetFunctionsResponse(in *tfplugin6.GetFunctions_Response) (*tfprotov6.GetFunctionsResponse, error)
- func GetMetadataRequest(in *tfplugin6.GetMetadata_Request) *tfprotov6.GetMetadataRequest
- func GetMetadataResponse(in *tfplugin6.GetMetadata_Response) (*tfprotov6.GetMetadataResponse, error)
- func GetProviderSchemaRequest(in *tfplugin6.GetProviderSchema_Request) *tfprotov6.GetProviderSchemaRequest
- func GetProviderSchemaResponse(in *tfplugin6.GetProviderSchema_Response) (*tfprotov6.GetProviderSchemaResponse, error)
- func ImportResourceStateClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.ImportResourceStateClientCapabilities
- func ImportResourceStateRequest(in *tfplugin6.ImportResourceState_Request) *tfprotov6.ImportResourceStateRequest
- func ImportResourceStateResponse(in *tfplugin6.ImportResourceState_Response) (*tfprotov6.ImportResourceStateResponse, error)
- func ImportedResource(in *tfplugin6.ImportResourceState_ImportedResource) (*tfprotov6.ImportedResource, error)
- func ImportedResources(in []*tfplugin6.ImportResourceState_ImportedResource) ([]*tfprotov6.ImportedResource, error)
- func MoveResourceStateRequest(in *tfplugin6.MoveResourceState_Request) *tfprotov6.MoveResourceStateRequest
- func MoveResourceStateResponse(in *tfplugin6.MoveResourceState_Response) (*tfprotov6.MoveResourceStateResponse, error)
- func PlanResourceChangeClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.PlanResourceChangeClientCapabilities
- func PlanResourceChangeRequest(in *tfplugin6.PlanResourceChange_Request) *tfprotov6.PlanResourceChangeRequest
- func PlanResourceChangeResponse(in *tfplugin6.PlanResourceChange_Response) (*tfprotov6.PlanResourceChangeResponse, error)
- func RawState(in *tfplugin6.RawState) *tfprotov6.RawState
- func ReadDataSourceClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.ReadDataSourceClientCapabilities
- func ReadDataSourceRequest(in *tfplugin6.ReadDataSource_Request) *tfprotov6.ReadDataSourceRequest
- func ReadDataSourceResponse(in *tfplugin6.ReadDataSource_Response) (*tfprotov6.ReadDataSourceResponse, error)
- func ReadResourceClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.ReadResourceClientCapabilities
- func ReadResourceRequest(in *tfplugin6.ReadResource_Request) *tfprotov6.ReadResourceRequest
- func ReadResourceResponse(in *tfplugin6.ReadResource_Response) (*tfprotov6.ReadResourceResponse, error)
- func ResourceMetadata(in *tfplugin6.GetMetadata_ResourceMetadata) *tfprotov6.ResourceMetadata
- func Schema(in *tfplugin6.Schema) (*tfprotov6.Schema, error)
- func SchemaAttribute(in *tfplugin6.Schema_Attribute) (*tfprotov6.SchemaAttribute, error)
- func SchemaAttributes(in []*tfplugin6.Schema_Attribute) ([]*tfprotov6.SchemaAttribute, error)
- func SchemaBlock(in *tfplugin6.Schema_Block) (*tfprotov6.SchemaBlock, error)
- func SchemaNestedBlock(in *tfplugin6.Schema_NestedBlock) (*tfprotov6.SchemaNestedBlock, error)
- func SchemaNestedBlockNestingMode(in tfplugin6.Schema_NestedBlock_NestingMode) tfprotov6.SchemaNestedBlockNestingMode
- func SchemaNestedBlocks(in []*tfplugin6.Schema_NestedBlock) ([]*tfprotov6.SchemaNestedBlock, error)
- func SchemaObject(in *tfplugin6.Schema_Object) (*tfprotov6.SchemaObject, error)
- func SchemaObjectNestingMode(in tfplugin6.Schema_Object_NestingMode) tfprotov6.SchemaObjectNestingMode
- func ServerCapabilities(in *tfplugin6.ServerCapabilities) *tfprotov6.ServerCapabilities
- func StopProviderRequest(in *tfplugin6.StopProvider_Request) *tfprotov6.StopProviderRequest
- func StopProviderResponse(in *tfplugin6.StopProvider_Response) (*tfprotov6.StopProviderResponse, error)
- func StringKind(in tfplugin6.StringKind) tfprotov6.StringKind
- func UpgradeResourceStateRequest(in *tfplugin6.UpgradeResourceState_Request) *tfprotov6.UpgradeResourceStateRequest
- func UpgradeResourceStateResponse(in *tfplugin6.UpgradeResourceState_Response) (*tfprotov6.UpgradeResourceStateResponse, error)
- func ValidateDataResourceConfigRequest(in *tfplugin6.ValidateDataResourceConfig_Request) *tfprotov6.ValidateDataResourceConfigRequest
- func ValidateDataResourceConfigResponse(in *tfplugin6.ValidateDataResourceConfig_Response) (*tfprotov6.ValidateDataResourceConfigResponse, error)
- func ValidateProviderConfigRequest(in *tfplugin6.ValidateProviderConfig_Request) *tfprotov6.ValidateProviderConfigRequest
- func ValidateProviderConfigResponse(in *tfplugin6.ValidateProviderConfig_Response) (*tfprotov6.ValidateProviderConfigResponse, error)
- func ValidateResourceConfigRequest(in *tfplugin6.ValidateResourceConfig_Request) *tfprotov6.ValidateResourceConfigRequest
- func ValidateResourceConfigResponse(in *tfplugin6.ValidateResourceConfig_Response) (*tfprotov6.ValidateResourceConfigResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownAttributePathStepType = errors.New("unknown type of AttributePath_Step")
Functions ¶
func ApplyResourceChangeRequest ¶
func ApplyResourceChangeRequest(in *tfplugin6.ApplyResourceChange_Request) *tfprotov6.ApplyResourceChangeRequest
func ApplyResourceChangeResponse ¶
func ApplyResourceChangeResponse(in *tfplugin6.ApplyResourceChange_Response) (*tfprotov6.ApplyResourceChangeResponse, error)
func AttributePath ¶
func AttributePath(in *tfplugin6.AttributePath) (*tftypes.AttributePath, error)
func AttributePathStep ¶
func AttributePathStep(step *tfplugin6.AttributePath_Step) (tftypes.AttributePathStep, error)
func AttributePathSteps ¶
func AttributePathSteps(in []*tfplugin6.AttributePath_Step) ([]tftypes.AttributePathStep, error)
func AttributePaths ¶
func AttributePaths(in []*tfplugin6.AttributePath) ([]*tftypes.AttributePath, error)
func CallFunctionRequest ¶
func CallFunctionRequest(in *tfplugin6.CallFunction_Request) *tfprotov6.CallFunctionRequest
func CallFunctionResponse ¶
func CallFunctionResponse(in *tfplugin6.CallFunction_Response) *tfprotov6.CallFunctionResponse
func ConfigureProviderClientCapabilities ¶
func ConfigureProviderClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.ConfigureProviderClientCapabilities
func ConfigureProviderRequest ¶
func ConfigureProviderRequest(in *tfplugin6.ConfigureProvider_Request) *tfprotov6.ConfigureProviderRequest
func ConfigureProviderResponse ¶
func ConfigureProviderResponse(in *tfplugin6.ConfigureProvider_Response) (*tfprotov6.ConfigureProviderResponse, error)
func DataSourceMetadata ¶
func DataSourceMetadata(in *tfplugin6.GetMetadata_DataSourceMetadata) *tfprotov6.DataSourceMetadata
func Diagnostic ¶
func Diagnostic(in *tfplugin6.Diagnostic) (*tfprotov6.Diagnostic, error)
func DiagnosticSeverity ¶
func DiagnosticSeverity(in tfplugin6.Diagnostic_Severity) tfprotov6.DiagnosticSeverity
func Diagnostics ¶
func Diagnostics(in []*tfplugin6.Diagnostic) ([]*tfprotov6.Diagnostic, error)
func DynamicValue ¶
func DynamicValue(in *tfplugin6.DynamicValue) *tfprotov6.DynamicValue
func FunctionError ¶
func FunctionError(in *tfplugin6.FunctionError) *tfprotov6.FunctionError
func FunctionMetadata ¶
func FunctionMetadata(in *tfplugin6.GetMetadata_FunctionMetadata) *tfprotov6.FunctionMetadata
func FunctionParameter ¶
func FunctionParameter(in *tfplugin6.Function_Parameter) (*tfprotov6.FunctionParameter, error)
func FunctionParameters ¶
func FunctionParameters(in []*tfplugin6.Function_Parameter) ([]*tfprotov6.FunctionParameter, error)
func FunctionReturn ¶
func FunctionReturn(in *tfplugin6.Function_Return) (*tfprotov6.FunctionReturn, error)
func GetFunctionsRequest ¶
func GetFunctionsRequest(in *tfplugin6.GetFunctions_Request) *tfprotov6.GetFunctionsRequest
func GetFunctionsResponse ¶
func GetFunctionsResponse(in *tfplugin6.GetFunctions_Response) (*tfprotov6.GetFunctionsResponse, error)
func GetMetadataRequest ¶
func GetMetadataRequest(in *tfplugin6.GetMetadata_Request) *tfprotov6.GetMetadataRequest
func GetMetadataResponse ¶
func GetMetadataResponse(in *tfplugin6.GetMetadata_Response) (*tfprotov6.GetMetadataResponse, error)
func GetProviderSchemaRequest ¶
func GetProviderSchemaRequest(in *tfplugin6.GetProviderSchema_Request) *tfprotov6.GetProviderSchemaRequest
func GetProviderSchemaResponse ¶
func GetProviderSchemaResponse(in *tfplugin6.GetProviderSchema_Response) (*tfprotov6.GetProviderSchemaResponse, error)
func ImportResourceStateClientCapabilities ¶
func ImportResourceStateClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.ImportResourceStateClientCapabilities
func ImportResourceStateRequest ¶
func ImportResourceStateRequest(in *tfplugin6.ImportResourceState_Request) *tfprotov6.ImportResourceStateRequest
func ImportResourceStateResponse ¶
func ImportResourceStateResponse(in *tfplugin6.ImportResourceState_Response) (*tfprotov6.ImportResourceStateResponse, error)
func ImportedResource ¶
func ImportedResource(in *tfplugin6.ImportResourceState_ImportedResource) (*tfprotov6.ImportedResource, error)
func ImportedResources ¶
func ImportedResources(in []*tfplugin6.ImportResourceState_ImportedResource) ([]*tfprotov6.ImportedResource, error)
func MoveResourceStateRequest ¶
func MoveResourceStateRequest(in *tfplugin6.MoveResourceState_Request) *tfprotov6.MoveResourceStateRequest
func MoveResourceStateResponse ¶
func MoveResourceStateResponse(in *tfplugin6.MoveResourceState_Response) (*tfprotov6.MoveResourceStateResponse, error)
func PlanResourceChangeClientCapabilities ¶
func PlanResourceChangeClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.PlanResourceChangeClientCapabilities
func PlanResourceChangeRequest ¶
func PlanResourceChangeRequest(in *tfplugin6.PlanResourceChange_Request) *tfprotov6.PlanResourceChangeRequest
func PlanResourceChangeResponse ¶
func PlanResourceChangeResponse(in *tfplugin6.PlanResourceChange_Response) (*tfprotov6.PlanResourceChangeResponse, error)
func ReadDataSourceClientCapabilities ¶
func ReadDataSourceClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.ReadDataSourceClientCapabilities
func ReadDataSourceRequest ¶
func ReadDataSourceRequest(in *tfplugin6.ReadDataSource_Request) *tfprotov6.ReadDataSourceRequest
func ReadDataSourceResponse ¶
func ReadDataSourceResponse(in *tfplugin6.ReadDataSource_Response) (*tfprotov6.ReadDataSourceResponse, error)
func ReadResourceClientCapabilities ¶
func ReadResourceClientCapabilities(in *tfplugin6.ClientCapabilities) *tfprotov6.ReadResourceClientCapabilities
func ReadResourceRequest ¶
func ReadResourceRequest(in *tfplugin6.ReadResource_Request) *tfprotov6.ReadResourceRequest
func ReadResourceResponse ¶
func ReadResourceResponse(in *tfplugin6.ReadResource_Response) (*tfprotov6.ReadResourceResponse, error)
func ResourceMetadata ¶
func ResourceMetadata(in *tfplugin6.GetMetadata_ResourceMetadata) *tfprotov6.ResourceMetadata
func SchemaAttribute ¶
func SchemaAttribute(in *tfplugin6.Schema_Attribute) (*tfprotov6.SchemaAttribute, error)
func SchemaAttributes ¶
func SchemaAttributes(in []*tfplugin6.Schema_Attribute) ([]*tfprotov6.SchemaAttribute, error)
func SchemaBlock ¶
func SchemaBlock(in *tfplugin6.Schema_Block) (*tfprotov6.SchemaBlock, error)
func SchemaNestedBlock ¶
func SchemaNestedBlock(in *tfplugin6.Schema_NestedBlock) (*tfprotov6.SchemaNestedBlock, error)
func SchemaNestedBlockNestingMode ¶
func SchemaNestedBlockNestingMode(in tfplugin6.Schema_NestedBlock_NestingMode) tfprotov6.SchemaNestedBlockNestingMode
func SchemaNestedBlocks ¶
func SchemaNestedBlocks(in []*tfplugin6.Schema_NestedBlock) ([]*tfprotov6.SchemaNestedBlock, error)
func SchemaObject ¶
func SchemaObject(in *tfplugin6.Schema_Object) (*tfprotov6.SchemaObject, error)
func SchemaObjectNestingMode ¶
func SchemaObjectNestingMode(in tfplugin6.Schema_Object_NestingMode) tfprotov6.SchemaObjectNestingMode
func ServerCapabilities ¶
func ServerCapabilities(in *tfplugin6.ServerCapabilities) *tfprotov6.ServerCapabilities
func StopProviderRequest ¶
func StopProviderRequest(in *tfplugin6.StopProvider_Request) *tfprotov6.StopProviderRequest
func StopProviderResponse ¶
func StopProviderResponse(in *tfplugin6.StopProvider_Response) (*tfprotov6.StopProviderResponse, error)
func StringKind ¶
func StringKind(in tfplugin6.StringKind) tfprotov6.StringKind
func UpgradeResourceStateRequest ¶
func UpgradeResourceStateRequest(in *tfplugin6.UpgradeResourceState_Request) *tfprotov6.UpgradeResourceStateRequest
func UpgradeResourceStateResponse ¶
func UpgradeResourceStateResponse(in *tfplugin6.UpgradeResourceState_Response) (*tfprotov6.UpgradeResourceStateResponse, error)
func ValidateDataResourceConfigRequest ¶
func ValidateDataResourceConfigRequest(in *tfplugin6.ValidateDataResourceConfig_Request) *tfprotov6.ValidateDataResourceConfigRequest
func ValidateDataResourceConfigResponse ¶
func ValidateDataResourceConfigResponse(in *tfplugin6.ValidateDataResourceConfig_Response) (*tfprotov6.ValidateDataResourceConfigResponse, error)
func ValidateProviderConfigRequest ¶
func ValidateProviderConfigRequest(in *tfplugin6.ValidateProviderConfig_Request) *tfprotov6.ValidateProviderConfigRequest
func ValidateProviderConfigResponse ¶
func ValidateProviderConfigResponse(in *tfplugin6.ValidateProviderConfig_Response) (*tfprotov6.ValidateProviderConfigResponse, error)
func ValidateResourceConfigRequest ¶
func ValidateResourceConfigRequest(in *tfplugin6.ValidateResourceConfig_Request) *tfprotov6.ValidateResourceConfigRequest
func ValidateResourceConfigResponse ¶
func ValidateResourceConfigResponse(in *tfplugin6.ValidateResourceConfig_Response) (*tfprotov6.ValidateResourceConfigResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.