Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterAutomationServiceServer(s grpc.ServiceRegistrar, srv AutomationServiceServer)
- type AutomationServiceClient
- type AutomationServiceServer
- type AutomationService_DestroyClient
- type AutomationService_DestroyServer
- type AutomationService_PreviewClient
- type AutomationService_PreviewServer
- type AutomationService_RefreshClient
- type AutomationService_RefreshServer
- type AutomationService_UpClient
- type AutomationService_UpServer
- type ConfigItem
- func (*ConfigItem) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigItem) GetKey() string
- func (x *ConfigItem) GetPath() bool
- func (x *ConfigItem) GetSecret() bool
- func (x *ConfigItem) GetV() isConfigItem_V
- func (x *ConfigItem) GetValue() *structpb.Value
- func (x *ConfigItem) GetValueFrom() *ConfigValueFrom
- func (*ConfigItem) ProtoMessage()
- func (x *ConfigItem) ProtoReflect() protoreflect.Message
- func (x *ConfigItem) Reset()
- func (x *ConfigItem) String() string
- type ConfigItem_Value
- type ConfigItem_ValueFrom
- type ConfigValueFrom
- func (*ConfigValueFrom) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigValueFrom) GetEnv() string
- func (x *ConfigValueFrom) GetF() isConfigValueFrom_F
- func (x *ConfigValueFrom) GetPath() string
- func (*ConfigValueFrom) ProtoMessage()
- func (x *ConfigValueFrom) ProtoReflect() protoreflect.Message
- func (x *ConfigValueFrom) Reset()
- func (x *ConfigValueFrom) String() string
- type ConfigValueFrom_Env
- type ConfigValueFrom_Path
- type DestroyRequest
- func (*DestroyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DestroyRequest) GetContinueOnError() bool
- func (x *DestroyRequest) GetMessage() string
- func (x *DestroyRequest) GetParallel() int32
- func (x *DestroyRequest) GetRefresh() bool
- func (x *DestroyRequest) GetRemove() bool
- func (x *DestroyRequest) GetTarget() []string
- func (x *DestroyRequest) GetTargetDependents() bool
- func (*DestroyRequest) ProtoMessage()
- func (x *DestroyRequest) ProtoReflect() protoreflect.Message
- func (x *DestroyRequest) Reset()
- func (x *DestroyRequest) String() string
- type DestroyResult
- func (*DestroyResult) Descriptor() ([]byte, []int)deprecated
- func (x *DestroyResult) GetPermalink() string
- func (x *DestroyResult) GetStderr() string
- func (x *DestroyResult) GetStdout() string
- func (x *DestroyResult) GetSummary() *UpdateSummary
- func (*DestroyResult) ProtoMessage()
- func (x *DestroyResult) ProtoReflect() protoreflect.Message
- func (x *DestroyResult) Reset()
- func (x *DestroyResult) String() string
- type DestroyStream
- func (*DestroyStream) Descriptor() ([]byte, []int)deprecated
- func (x *DestroyStream) GetEvent() *structpb.Struct
- func (x *DestroyStream) GetResponse() isDestroyStream_Response
- func (x *DestroyStream) GetResult() *DestroyResult
- func (*DestroyStream) ProtoMessage()
- func (x *DestroyStream) ProtoReflect() protoreflect.Message
- func (x *DestroyStream) Reset()
- func (x *DestroyStream) String() string
- type DestroyStream_Event
- type DestroyStream_Result
- type InfoRequest
- type InfoResult
- type InstallRequest
- type InstallResult
- type OutputValue
- type PolicyPack
- type PreviewRequest
- func (*PreviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PreviewRequest) GetExpectNoChanges() bool
- func (x *PreviewRequest) GetMessage() string
- func (x *PreviewRequest) GetParallel() int32
- func (x *PreviewRequest) GetPolicyPack() []*PolicyPack
- func (x *PreviewRequest) GetRefresh() bool
- func (x *PreviewRequest) GetReplace() []string
- func (x *PreviewRequest) GetTarget() []string
- func (x *PreviewRequest) GetTargetDependents() bool
- func (*PreviewRequest) ProtoMessage()
- func (x *PreviewRequest) ProtoReflect() protoreflect.Message
- func (x *PreviewRequest) Reset()
- func (x *PreviewRequest) String() string
- type PreviewResult
- func (*PreviewResult) Descriptor() ([]byte, []int)deprecated
- func (x *PreviewResult) GetPermalink() string
- func (x *PreviewResult) GetStderr() string
- func (x *PreviewResult) GetStdout() string
- func (x *PreviewResult) GetSummary() *UpdateSummary
- func (*PreviewResult) ProtoMessage()
- func (x *PreviewResult) ProtoReflect() protoreflect.Message
- func (x *PreviewResult) Reset()
- func (x *PreviewResult) String() string
- type PreviewStream
- func (*PreviewStream) Descriptor() ([]byte, []int)deprecated
- func (x *PreviewStream) GetEvent() *structpb.Struct
- func (x *PreviewStream) GetResponse() isPreviewStream_Response
- func (x *PreviewStream) GetResult() *PreviewResult
- func (*PreviewStream) ProtoMessage()
- func (x *PreviewStream) ProtoReflect() protoreflect.Message
- func (x *PreviewStream) Reset()
- func (x *PreviewStream) String() string
- type PreviewStream_Event
- type PreviewStream_Result
- type PulumiErrorInfo
- func (*PulumiErrorInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PulumiErrorInfo) GetCode() int32
- func (x *PulumiErrorInfo) GetMessage() string
- func (x *PulumiErrorInfo) GetReason() string
- func (*PulumiErrorInfo) ProtoMessage()
- func (x *PulumiErrorInfo) ProtoReflect() protoreflect.Message
- func (x *PulumiErrorInfo) Reset()
- func (x *PulumiErrorInfo) String() string
- type RefreshRequest
- func (*RefreshRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshRequest) GetExpectNoChanges() bool
- func (x *RefreshRequest) GetMessage() string
- func (x *RefreshRequest) GetParallel() int32
- func (x *RefreshRequest) GetTarget() []string
- func (*RefreshRequest) ProtoMessage()
- func (x *RefreshRequest) ProtoReflect() protoreflect.Message
- func (x *RefreshRequest) Reset()
- func (x *RefreshRequest) String() string
- type RefreshResult
- func (*RefreshResult) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshResult) GetPermalink() string
- func (x *RefreshResult) GetStderr() string
- func (x *RefreshResult) GetStdout() string
- func (x *RefreshResult) GetSummary() *UpdateSummary
- func (*RefreshResult) ProtoMessage()
- func (x *RefreshResult) ProtoReflect() protoreflect.Message
- func (x *RefreshResult) Reset()
- func (x *RefreshResult) String() string
- type RefreshStream
- func (*RefreshStream) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshStream) GetEvent() *structpb.Struct
- func (x *RefreshStream) GetResponse() isRefreshStream_Response
- func (x *RefreshStream) GetResult() *RefreshResult
- func (*RefreshStream) ProtoMessage()
- func (x *RefreshStream) ProtoReflect() protoreflect.Message
- func (x *RefreshStream) Reset()
- func (x *RefreshStream) String() string
- type RefreshStream_Event
- type RefreshStream_Result
- type SelectStackRequest
- func (*SelectStackRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SelectStackRequest) GetCreate() bool
- func (x *SelectStackRequest) GetSecretsProvider() string
- func (x *SelectStackRequest) GetStackName() string
- func (*SelectStackRequest) ProtoMessage()
- func (x *SelectStackRequest) ProtoReflect() protoreflect.Message
- func (x *SelectStackRequest) Reset()
- func (x *SelectStackRequest) String() string
- type SelectStackResult
- func (*SelectStackResult) Descriptor() ([]byte, []int)deprecated
- func (x *SelectStackResult) GetSummary() *StackSummary
- func (*SelectStackResult) ProtoMessage()
- func (x *SelectStackResult) ProtoReflect() protoreflect.Message
- func (x *SelectStackResult) Reset()
- func (x *SelectStackResult) String() string
- type SetAllConfigRequest
- func (*SetAllConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetAllConfigRequest) GetConfig() []*ConfigItem
- func (*SetAllConfigRequest) ProtoMessage()
- func (x *SetAllConfigRequest) ProtoReflect() protoreflect.Message
- func (x *SetAllConfigRequest) Reset()
- func (x *SetAllConfigRequest) String() string
- type SetAllConfigResult
- type StackSummary
- func (*StackSummary) Descriptor() ([]byte, []int)deprecated
- func (x *StackSummary) GetLastUpdate() *timestamppb.Timestamp
- func (x *StackSummary) GetName() string
- func (x *StackSummary) GetResourceCount() int32
- func (x *StackSummary) GetUpdateInProgress() bool
- func (x *StackSummary) GetUrl() string
- func (*StackSummary) ProtoMessage()
- func (x *StackSummary) ProtoReflect() protoreflect.Message
- func (x *StackSummary) Reset()
- func (x *StackSummary) String() string
- type UnimplementedAutomationServiceServer
- func (UnimplementedAutomationServiceServer) Destroy(*DestroyRequest, grpc.ServerStreamingServer[DestroyStream]) error
- func (UnimplementedAutomationServiceServer) Info(context.Context, *InfoRequest) (*InfoResult, error)
- func (UnimplementedAutomationServiceServer) Install(context.Context, *InstallRequest) (*InstallResult, error)
- func (UnimplementedAutomationServiceServer) Preview(*PreviewRequest, grpc.ServerStreamingServer[PreviewStream]) error
- func (UnimplementedAutomationServiceServer) Refresh(*RefreshRequest, grpc.ServerStreamingServer[RefreshStream]) error
- func (UnimplementedAutomationServiceServer) SelectStack(context.Context, *SelectStackRequest) (*SelectStackResult, error)
- func (UnimplementedAutomationServiceServer) SetAllConfig(context.Context, *SetAllConfigRequest) (*SetAllConfigResult, error)
- func (UnimplementedAutomationServiceServer) Up(*UpRequest, grpc.ServerStreamingServer[UpStream]) error
- func (UnimplementedAutomationServiceServer) WhoAmI(context.Context, *WhoAmIRequest) (*WhoAmIResult, error)
- type UnsafeAutomationServiceServer
- type UpRequest
- func (*UpRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpRequest) GetContinueOnError() bool
- func (x *UpRequest) GetExpectNoChanges() bool
- func (x *UpRequest) GetMessage() string
- func (x *UpRequest) GetParallel() int32
- func (x *UpRequest) GetPolicyPack() []*PolicyPack
- func (x *UpRequest) GetRefresh() bool
- func (x *UpRequest) GetReplace() []string
- func (x *UpRequest) GetTarget() []string
- func (x *UpRequest) GetTargetDependents() bool
- func (*UpRequest) ProtoMessage()
- func (x *UpRequest) ProtoReflect() protoreflect.Message
- func (x *UpRequest) Reset()
- func (x *UpRequest) String() string
- type UpResult
- func (*UpResult) Descriptor() ([]byte, []int)deprecated
- func (x *UpResult) GetOutputs() map[string]*OutputValue
- func (x *UpResult) GetPermalink() string
- func (x *UpResult) GetStderr() string
- func (x *UpResult) GetStdout() string
- func (x *UpResult) GetSummary() *UpdateSummary
- func (*UpResult) ProtoMessage()
- func (x *UpResult) ProtoReflect() protoreflect.Message
- func (x *UpResult) Reset()
- func (x *UpResult) String() string
- type UpStream
- func (*UpStream) Descriptor() ([]byte, []int)deprecated
- func (x *UpStream) GetEvent() *structpb.Struct
- func (x *UpStream) GetResponse() isUpStream_Response
- func (x *UpStream) GetResult() *UpResult
- func (*UpStream) ProtoMessage()
- func (x *UpStream) ProtoReflect() protoreflect.Message
- func (x *UpStream) Reset()
- func (x *UpStream) String() string
- type UpStream_Event
- type UpStream_Result
- type UpdateSummary
- func (*UpdateSummary) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateSummary) GetEndTime() *timestamppb.Timestamp
- func (x *UpdateSummary) GetMessage() string
- func (x *UpdateSummary) GetResult() string
- func (x *UpdateSummary) GetStartTime() *timestamppb.Timestamp
- func (*UpdateSummary) ProtoMessage()
- func (x *UpdateSummary) ProtoReflect() protoreflect.Message
- func (x *UpdateSummary) Reset()
- func (x *UpdateSummary) String() string
- type WhoAmIRequest
- type WhoAmIResult
- func (*WhoAmIResult) Descriptor() ([]byte, []int)deprecated
- func (x *WhoAmIResult) GetOrganizations() []string
- func (x *WhoAmIResult) GetUrl() string
- func (x *WhoAmIResult) GetUser() string
- func (*WhoAmIResult) ProtoMessage()
- func (x *WhoAmIResult) ProtoReflect() protoreflect.Message
- func (x *WhoAmIResult) Reset()
- func (x *WhoAmIResult) String() string
Constants ¶
const ( AutomationService_WhoAmI_FullMethodName = "/agent.AutomationService/WhoAmI" AutomationService_SelectStack_FullMethodName = "/agent.AutomationService/SelectStack" AutomationService_Info_FullMethodName = "/agent.AutomationService/Info" AutomationService_SetAllConfig_FullMethodName = "/agent.AutomationService/SetAllConfig" AutomationService_Install_FullMethodName = "/agent.AutomationService/Install" AutomationService_Preview_FullMethodName = "/agent.AutomationService/Preview" AutomationService_Refresh_FullMethodName = "/agent.AutomationService/Refresh" AutomationService_Up_FullMethodName = "/agent.AutomationService/Up" AutomationService_Destroy_FullMethodName = "/agent.AutomationService/Destroy" )
Variables ¶
var AutomationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "agent.AutomationService", HandlerType: (*AutomationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "WhoAmI", Handler: _AutomationService_WhoAmI_Handler, }, { MethodName: "SelectStack", Handler: _AutomationService_SelectStack_Handler, }, { MethodName: "Info", Handler: _AutomationService_Info_Handler, }, { MethodName: "SetAllConfig", Handler: _AutomationService_SetAllConfig_Handler, }, { MethodName: "Install", Handler: _AutomationService_Install_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "Preview", Handler: _AutomationService_Preview_Handler, ServerStreams: true, }, { StreamName: "Refresh", Handler: _AutomationService_Refresh_Handler, ServerStreams: true, }, { StreamName: "Up", Handler: _AutomationService_Up_Handler, ServerStreams: true, }, { StreamName: "Destroy", Handler: _AutomationService_Destroy_Handler, ServerStreams: true, }, }, Metadata: "agent.proto", }
AutomationService_ServiceDesc is the grpc.ServiceDesc for AutomationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_agent_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAutomationServiceServer ¶
func RegisterAutomationServiceServer(s grpc.ServiceRegistrar, srv AutomationServiceServer)
Types ¶
type AutomationServiceClient ¶
type AutomationServiceClient interface { // * // WhoAmI returns detailed information about the currently logged-in Pulumi // identity. WhoAmI(ctx context.Context, in *WhoAmIRequest, opts ...grpc.CallOption) (*WhoAmIResult, error) // * // Info returns information about the given stack. SelectStack(ctx context.Context, in *SelectStackRequest, opts ...grpc.CallOption) (*SelectStackResult, error) // * // Info returns information about the given stack. Info(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (*InfoResult, error) // * // SetAllConfig sets multiple configuration values for a stack. SetAllConfig(ctx context.Context, in *SetAllConfigRequest, opts ...grpc.CallOption) (*SetAllConfigResult, error) // * // Install installs the Pulumi plugins and dependencies. Install(ctx context.Context, in *InstallRequest, opts ...grpc.CallOption) (*InstallResult, error) // * // Preview performs a dry-run update to a stack, returning the expected // changes. Preview(ctx context.Context, in *PreviewRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[PreviewStream], error) // * // Refresh updates the resources in a stack to match the current state of the // cloud provider. Refresh(ctx context.Context, in *RefreshRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[RefreshStream], error) // * // Up creates or updates the resources in a stack, returning the actual // changes. Up(ctx context.Context, in *UpRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[UpStream], error) // * // Destroy deletes all resources in a stack. Destroy(ctx context.Context, in *DestroyRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[DestroyStream], error) }
AutomationServiceClient is the client API for AutomationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAutomationServiceClient ¶
func NewAutomationServiceClient(cc grpc.ClientConnInterface) AutomationServiceClient
type AutomationServiceServer ¶
type AutomationServiceServer interface { // * // WhoAmI returns detailed information about the currently logged-in Pulumi // identity. WhoAmI(context.Context, *WhoAmIRequest) (*WhoAmIResult, error) // * // Info returns information about the given stack. SelectStack(context.Context, *SelectStackRequest) (*SelectStackResult, error) // * // Info returns information about the given stack. Info(context.Context, *InfoRequest) (*InfoResult, error) // * // SetAllConfig sets multiple configuration values for a stack. SetAllConfig(context.Context, *SetAllConfigRequest) (*SetAllConfigResult, error) // * // Install installs the Pulumi plugins and dependencies. Install(context.Context, *InstallRequest) (*InstallResult, error) // * // Preview performs a dry-run update to a stack, returning the expected // changes. Preview(*PreviewRequest, grpc.ServerStreamingServer[PreviewStream]) error // * // Refresh updates the resources in a stack to match the current state of the // cloud provider. Refresh(*RefreshRequest, grpc.ServerStreamingServer[RefreshStream]) error // * // Up creates or updates the resources in a stack, returning the actual // changes. Up(*UpRequest, grpc.ServerStreamingServer[UpStream]) error // * // Destroy deletes all resources in a stack. Destroy(*DestroyRequest, grpc.ServerStreamingServer[DestroyStream]) error // contains filtered or unexported methods }
AutomationServiceServer is the server API for AutomationService service. All implementations must embed UnimplementedAutomationServiceServer for forward compatibility.
type AutomationService_DestroyClient ¶
type AutomationService_DestroyClient = grpc.ServerStreamingClient[DestroyStream]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type AutomationService_DestroyServer ¶
type AutomationService_DestroyServer = grpc.ServerStreamingServer[DestroyStream]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type AutomationService_PreviewClient ¶
type AutomationService_PreviewClient = grpc.ServerStreamingClient[PreviewStream]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type AutomationService_PreviewServer ¶
type AutomationService_PreviewServer = grpc.ServerStreamingServer[PreviewStream]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type AutomationService_RefreshClient ¶
type AutomationService_RefreshClient = grpc.ServerStreamingClient[RefreshStream]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type AutomationService_RefreshServer ¶
type AutomationService_RefreshServer = grpc.ServerStreamingServer[RefreshStream]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type AutomationService_UpClient ¶
type AutomationService_UpClient = grpc.ServerStreamingClient[UpStream]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type AutomationService_UpServer ¶
type AutomationService_UpServer = grpc.ServerStreamingServer[UpStream]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type ConfigItem ¶
type ConfigItem struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // The config's key. Path *bool `protobuf:"varint,2,opt,name=path,proto3,oneof" json:"path,omitempty"` // Parse the key as a paths in a map or list rather than as a raw string. // Types that are valid to be assigned to V: // // *ConfigItem_Value // *ConfigItem_ValueFrom V isConfigItem_V `protobuf_oneof:"v"` Secret *bool `protobuf:"varint,5,opt,name=secret,proto3,oneof" json:"secret,omitempty"` // Whether the config is a secret. // contains filtered or unexported fields }
func (*ConfigItem) Descriptor
deprecated
func (*ConfigItem) Descriptor() ([]byte, []int)
Deprecated: Use ConfigItem.ProtoReflect.Descriptor instead.
func (*ConfigItem) GetKey ¶
func (x *ConfigItem) GetKey() string
func (*ConfigItem) GetPath ¶
func (x *ConfigItem) GetPath() bool
func (*ConfigItem) GetSecret ¶
func (x *ConfigItem) GetSecret() bool
func (*ConfigItem) GetV ¶
func (x *ConfigItem) GetV() isConfigItem_V
func (*ConfigItem) GetValue ¶
func (x *ConfigItem) GetValue() *structpb.Value
func (*ConfigItem) GetValueFrom ¶
func (x *ConfigItem) GetValueFrom() *ConfigValueFrom
func (*ConfigItem) ProtoMessage ¶
func (*ConfigItem) ProtoMessage()
func (*ConfigItem) ProtoReflect ¶
func (x *ConfigItem) ProtoReflect() protoreflect.Message
func (*ConfigItem) Reset ¶
func (x *ConfigItem) Reset()
func (*ConfigItem) String ¶
func (x *ConfigItem) String() string
type ConfigItem_Value ¶
type ConfigItem_ValueFrom ¶
type ConfigItem_ValueFrom struct {
ValueFrom *ConfigValueFrom `protobuf:"bytes,4,opt,name=value_from,json=valueFrom,proto3,oneof"` // A value read from the environment or local disk.
}
type ConfigValueFrom ¶
type ConfigValueFrom struct { // Types that are valid to be assigned to F: // // *ConfigValueFrom_Env // *ConfigValueFrom_Path F isConfigValueFrom_F `protobuf_oneof:"f"` // contains filtered or unexported fields }
func (*ConfigValueFrom) Descriptor
deprecated
func (*ConfigValueFrom) Descriptor() ([]byte, []int)
Deprecated: Use ConfigValueFrom.ProtoReflect.Descriptor instead.
func (*ConfigValueFrom) GetEnv ¶
func (x *ConfigValueFrom) GetEnv() string
func (*ConfigValueFrom) GetF ¶
func (x *ConfigValueFrom) GetF() isConfigValueFrom_F
func (*ConfigValueFrom) GetPath ¶
func (x *ConfigValueFrom) GetPath() string
func (*ConfigValueFrom) ProtoMessage ¶
func (*ConfigValueFrom) ProtoMessage()
func (*ConfigValueFrom) ProtoReflect ¶
func (x *ConfigValueFrom) ProtoReflect() protoreflect.Message
func (*ConfigValueFrom) Reset ¶
func (x *ConfigValueFrom) Reset()
func (*ConfigValueFrom) String ¶
func (x *ConfigValueFrom) String() string
type ConfigValueFrom_Env ¶
type ConfigValueFrom_Env struct {
Env string `protobuf:"bytes,1,opt,name=env,proto3,oneof"` // The name of an environment variable to read>
}
type ConfigValueFrom_Path ¶
type ConfigValueFrom_Path struct {
Path string `protobuf:"bytes,2,opt,name=path,proto3,oneof"` // The path to a file to read.
}
type DestroyRequest ¶
type DestroyRequest struct { // Parallel is the number of resource operations to run in parallel at once // (1 for no parallelism). Defaults to unbounded. (default 2147483647) Parallel *int32 `protobuf:"varint,1,opt,name=parallel,proto3,oneof" json:"parallel,omitempty"` // Message (optional) to associate with the destroy operation Message *string `protobuf:"bytes,2,opt,name=message,proto3,oneof" json:"message,omitempty"` // Specify an exclusive list of resource URNs to destroy Target []string `protobuf:"bytes,3,rep,name=target,proto3" json:"target,omitempty"` // Allows updating of dependent targets discovered but not specified in the // Target list TargetDependents *bool `protobuf:"varint,4,opt,name=target_dependents,json=targetDependents,proto3,oneof" json:"target_dependents,omitempty"` // Refresh will run a refresh before the destroy. Refresh *bool `protobuf:"varint,5,opt,name=refresh,proto3,oneof" json:"refresh,omitempty"` // continue_on_error will continue to perform the update operation despite the // occurrence of errors. ContinueOnError *bool `protobuf:"varint,6,opt,name=continue_on_error,json=continueOnError,proto3,oneof" json:"continue_on_error,omitempty"` // Remove the stack and its configuration after all resources in the stack // have been deleted. Remove *bool `protobuf:"varint,7,opt,name=remove,proto3,oneof" json:"remove,omitempty"` // contains filtered or unexported fields }
func (*DestroyRequest) Descriptor
deprecated
func (*DestroyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DestroyRequest.ProtoReflect.Descriptor instead.
func (*DestroyRequest) GetContinueOnError ¶
func (x *DestroyRequest) GetContinueOnError() bool
func (*DestroyRequest) GetMessage ¶
func (x *DestroyRequest) GetMessage() string
func (*DestroyRequest) GetParallel ¶
func (x *DestroyRequest) GetParallel() int32
func (*DestroyRequest) GetRefresh ¶
func (x *DestroyRequest) GetRefresh() bool
func (*DestroyRequest) GetRemove ¶
func (x *DestroyRequest) GetRemove() bool
func (*DestroyRequest) GetTarget ¶
func (x *DestroyRequest) GetTarget() []string
func (*DestroyRequest) GetTargetDependents ¶
func (x *DestroyRequest) GetTargetDependents() bool
func (*DestroyRequest) ProtoMessage ¶
func (*DestroyRequest) ProtoMessage()
func (*DestroyRequest) ProtoReflect ¶
func (x *DestroyRequest) ProtoReflect() protoreflect.Message
func (*DestroyRequest) Reset ¶
func (x *DestroyRequest) Reset()
func (*DestroyRequest) String ¶
func (x *DestroyRequest) String() string
type DestroyResult ¶
type DestroyResult struct { Stdout string `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"` Stderr string `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"` Summary *UpdateSummary `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"` Permalink *string `protobuf:"bytes,4,opt,name=permalink,proto3,oneof" json:"permalink,omitempty"` // contains filtered or unexported fields }
func (*DestroyResult) Descriptor
deprecated
func (*DestroyResult) Descriptor() ([]byte, []int)
Deprecated: Use DestroyResult.ProtoReflect.Descriptor instead.
func (*DestroyResult) GetPermalink ¶
func (x *DestroyResult) GetPermalink() string
func (*DestroyResult) GetStderr ¶
func (x *DestroyResult) GetStderr() string
func (*DestroyResult) GetStdout ¶
func (x *DestroyResult) GetStdout() string
func (*DestroyResult) GetSummary ¶
func (x *DestroyResult) GetSummary() *UpdateSummary
func (*DestroyResult) ProtoMessage ¶
func (*DestroyResult) ProtoMessage()
func (*DestroyResult) ProtoReflect ¶
func (x *DestroyResult) ProtoReflect() protoreflect.Message
func (*DestroyResult) Reset ¶
func (x *DestroyResult) Reset()
func (*DestroyResult) String ¶
func (x *DestroyResult) String() string
type DestroyStream ¶
type DestroyStream struct { // Types that are valid to be assigned to Response: // // *DestroyStream_Event // *DestroyStream_Result Response isDestroyStream_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*DestroyStream) Descriptor
deprecated
func (*DestroyStream) Descriptor() ([]byte, []int)
Deprecated: Use DestroyStream.ProtoReflect.Descriptor instead.
func (*DestroyStream) GetEvent ¶
func (x *DestroyStream) GetEvent() *structpb.Struct
func (*DestroyStream) GetResponse ¶
func (x *DestroyStream) GetResponse() isDestroyStream_Response
func (*DestroyStream) GetResult ¶
func (x *DestroyStream) GetResult() *DestroyResult
func (*DestroyStream) ProtoMessage ¶
func (*DestroyStream) ProtoMessage()
func (*DestroyStream) ProtoReflect ¶
func (x *DestroyStream) ProtoReflect() protoreflect.Message
func (*DestroyStream) Reset ¶
func (x *DestroyStream) Reset()
func (*DestroyStream) String ¶
func (x *DestroyStream) String() string
type DestroyStream_Event ¶
type DestroyStream_Result ¶
type DestroyStream_Result struct {
Result *DestroyResult `protobuf:"bytes,2,opt,name=result,proto3,oneof"`
}
type InfoRequest ¶
type InfoRequest struct {
// contains filtered or unexported fields
}
func (*InfoRequest) Descriptor
deprecated
func (*InfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use InfoRequest.ProtoReflect.Descriptor instead.
func (*InfoRequest) ProtoMessage ¶
func (*InfoRequest) ProtoMessage()
func (*InfoRequest) ProtoReflect ¶
func (x *InfoRequest) ProtoReflect() protoreflect.Message
func (*InfoRequest) Reset ¶
func (x *InfoRequest) Reset()
func (*InfoRequest) String ¶
func (x *InfoRequest) String() string
type InfoResult ¶
type InfoResult struct { Summary *StackSummary `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"` // contains filtered or unexported fields }
func (*InfoResult) Descriptor
deprecated
func (*InfoResult) Descriptor() ([]byte, []int)
Deprecated: Use InfoResult.ProtoReflect.Descriptor instead.
func (*InfoResult) GetSummary ¶
func (x *InfoResult) GetSummary() *StackSummary
func (*InfoResult) ProtoMessage ¶
func (*InfoResult) ProtoMessage()
func (*InfoResult) ProtoReflect ¶
func (x *InfoResult) ProtoReflect() protoreflect.Message
func (*InfoResult) Reset ¶
func (x *InfoResult) Reset()
func (*InfoResult) String ¶
func (x *InfoResult) String() string
type InstallRequest ¶
type InstallRequest struct {
// contains filtered or unexported fields
}
func (*InstallRequest) Descriptor
deprecated
func (*InstallRequest) Descriptor() ([]byte, []int)
Deprecated: Use InstallRequest.ProtoReflect.Descriptor instead.
func (*InstallRequest) ProtoMessage ¶
func (*InstallRequest) ProtoMessage()
func (*InstallRequest) ProtoReflect ¶
func (x *InstallRequest) ProtoReflect() protoreflect.Message
func (*InstallRequest) Reset ¶
func (x *InstallRequest) Reset()
func (*InstallRequest) String ¶
func (x *InstallRequest) String() string
type InstallResult ¶
type InstallResult struct {
// contains filtered or unexported fields
}
func (*InstallResult) Descriptor
deprecated
func (*InstallResult) Descriptor() ([]byte, []int)
Deprecated: Use InstallResult.ProtoReflect.Descriptor instead.
func (*InstallResult) ProtoMessage ¶
func (*InstallResult) ProtoMessage()
func (*InstallResult) ProtoReflect ¶
func (x *InstallResult) ProtoReflect() protoreflect.Message
func (*InstallResult) Reset ¶
func (x *InstallResult) Reset()
func (*InstallResult) String ¶
func (x *InstallResult) String() string
type OutputValue ¶
type OutputValue struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Secret bool `protobuf:"varint,2,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
func (*OutputValue) Descriptor
deprecated
func (*OutputValue) Descriptor() ([]byte, []int)
Deprecated: Use OutputValue.ProtoReflect.Descriptor instead.
func (*OutputValue) GetSecret ¶
func (x *OutputValue) GetSecret() bool
func (*OutputValue) GetValue ¶
func (x *OutputValue) GetValue() []byte
func (*OutputValue) ProtoMessage ¶
func (*OutputValue) ProtoMessage()
func (*OutputValue) ProtoReflect ¶
func (x *OutputValue) ProtoReflect() protoreflect.Message
func (*OutputValue) Reset ¶
func (x *OutputValue) Reset()
func (*OutputValue) String ¶
func (x *OutputValue) String() string
type PolicyPack ¶
type PolicyPack struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*PolicyPack) Descriptor
deprecated
func (*PolicyPack) Descriptor() ([]byte, []int)
Deprecated: Use PolicyPack.ProtoReflect.Descriptor instead.
func (*PolicyPack) GetName ¶
func (x *PolicyPack) GetName() string
func (*PolicyPack) ProtoMessage ¶
func (*PolicyPack) ProtoMessage()
func (*PolicyPack) ProtoReflect ¶
func (x *PolicyPack) ProtoReflect() protoreflect.Message
func (*PolicyPack) Reset ¶
func (x *PolicyPack) Reset()
func (*PolicyPack) String ¶
func (x *PolicyPack) String() string
type PreviewRequest ¶
type PreviewRequest struct { // Parallel is the number of resource operations to run in parallel at once // (1 for no parallelism). Defaults to unbounded. (default 2147483647) Parallel *int32 `protobuf:"varint,1,opt,name=parallel,proto3,oneof" json:"parallel,omitempty"` // Message (optional) to associate with the preview operation Message *string `protobuf:"bytes,2,opt,name=message,proto3,oneof" json:"message,omitempty"` // Return an error if any changes occur during this preview ExpectNoChanges *bool `protobuf:"varint,3,opt,name=expect_no_changes,json=expectNoChanges,proto3,oneof" json:"expect_no_changes,omitempty"` // Specify resources to replace Replace []string `protobuf:"bytes,4,rep,name=replace,proto3" json:"replace,omitempty"` // Specify an exclusive list of resource URNs to update Target []string `protobuf:"bytes,5,rep,name=target,proto3" json:"target,omitempty"` // Allows updating of dependent targets discovered but not specified in the // Target list TargetDependents *bool `protobuf:"varint,6,opt,name=target_dependents,json=targetDependents,proto3,oneof" json:"target_dependents,omitempty"` // Run one or more policy packs as part of this update PolicyPack []*PolicyPack `protobuf:"bytes,7,rep,name=policy_pack,json=policyPack,proto3" json:"policy_pack,omitempty"` // Refresh will run a refresh before the preview. Refresh *bool `protobuf:"varint,8,opt,name=refresh,proto3,oneof" json:"refresh,omitempty"` // contains filtered or unexported fields }
func (*PreviewRequest) Descriptor
deprecated
func (*PreviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use PreviewRequest.ProtoReflect.Descriptor instead.
func (*PreviewRequest) GetExpectNoChanges ¶
func (x *PreviewRequest) GetExpectNoChanges() bool
func (*PreviewRequest) GetMessage ¶
func (x *PreviewRequest) GetMessage() string
func (*PreviewRequest) GetParallel ¶
func (x *PreviewRequest) GetParallel() int32
func (*PreviewRequest) GetPolicyPack ¶
func (x *PreviewRequest) GetPolicyPack() []*PolicyPack
func (*PreviewRequest) GetRefresh ¶
func (x *PreviewRequest) GetRefresh() bool
func (*PreviewRequest) GetReplace ¶
func (x *PreviewRequest) GetReplace() []string
func (*PreviewRequest) GetTarget ¶
func (x *PreviewRequest) GetTarget() []string
func (*PreviewRequest) GetTargetDependents ¶
func (x *PreviewRequest) GetTargetDependents() bool
func (*PreviewRequest) ProtoMessage ¶
func (*PreviewRequest) ProtoMessage()
func (*PreviewRequest) ProtoReflect ¶
func (x *PreviewRequest) ProtoReflect() protoreflect.Message
func (*PreviewRequest) Reset ¶
func (x *PreviewRequest) Reset()
func (*PreviewRequest) String ¶
func (x *PreviewRequest) String() string
type PreviewResult ¶
type PreviewResult struct { Stdout string `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"` Stderr string `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"` Summary *UpdateSummary `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"` Permalink *string `protobuf:"bytes,4,opt,name=permalink,proto3,oneof" json:"permalink,omitempty"` // contains filtered or unexported fields }
func (*PreviewResult) Descriptor
deprecated
func (*PreviewResult) Descriptor() ([]byte, []int)
Deprecated: Use PreviewResult.ProtoReflect.Descriptor instead.
func (*PreviewResult) GetPermalink ¶
func (x *PreviewResult) GetPermalink() string
func (*PreviewResult) GetStderr ¶
func (x *PreviewResult) GetStderr() string
func (*PreviewResult) GetStdout ¶
func (x *PreviewResult) GetStdout() string
func (*PreviewResult) GetSummary ¶
func (x *PreviewResult) GetSummary() *UpdateSummary
func (*PreviewResult) ProtoMessage ¶
func (*PreviewResult) ProtoMessage()
func (*PreviewResult) ProtoReflect ¶
func (x *PreviewResult) ProtoReflect() protoreflect.Message
func (*PreviewResult) Reset ¶
func (x *PreviewResult) Reset()
func (*PreviewResult) String ¶
func (x *PreviewResult) String() string
type PreviewStream ¶
type PreviewStream struct { // Types that are valid to be assigned to Response: // // *PreviewStream_Event // *PreviewStream_Result Response isPreviewStream_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*PreviewStream) Descriptor
deprecated
func (*PreviewStream) Descriptor() ([]byte, []int)
Deprecated: Use PreviewStream.ProtoReflect.Descriptor instead.
func (*PreviewStream) GetEvent ¶
func (x *PreviewStream) GetEvent() *structpb.Struct
func (*PreviewStream) GetResponse ¶
func (x *PreviewStream) GetResponse() isPreviewStream_Response
func (*PreviewStream) GetResult ¶
func (x *PreviewStream) GetResult() *PreviewResult
func (*PreviewStream) ProtoMessage ¶
func (*PreviewStream) ProtoMessage()
func (*PreviewStream) ProtoReflect ¶
func (x *PreviewStream) ProtoReflect() protoreflect.Message
func (*PreviewStream) Reset ¶
func (x *PreviewStream) Reset()
func (*PreviewStream) String ¶
func (x *PreviewStream) String() string
type PreviewStream_Event ¶
type PreviewStream_Result ¶
type PreviewStream_Result struct {
Result *PreviewResult `protobuf:"bytes,2,opt,name=result,proto3,oneof"`
}
type PulumiErrorInfo ¶
type PulumiErrorInfo struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
Describes the cause of the error from Pulumi CLI with structured details.
func (*PulumiErrorInfo) Descriptor
deprecated
func (*PulumiErrorInfo) Descriptor() ([]byte, []int)
Deprecated: Use PulumiErrorInfo.ProtoReflect.Descriptor instead.
func (*PulumiErrorInfo) GetCode ¶
func (x *PulumiErrorInfo) GetCode() int32
func (*PulumiErrorInfo) GetMessage ¶
func (x *PulumiErrorInfo) GetMessage() string
func (*PulumiErrorInfo) GetReason ¶
func (x *PulumiErrorInfo) GetReason() string
func (*PulumiErrorInfo) ProtoMessage ¶
func (*PulumiErrorInfo) ProtoMessage()
func (*PulumiErrorInfo) ProtoReflect ¶
func (x *PulumiErrorInfo) ProtoReflect() protoreflect.Message
func (*PulumiErrorInfo) Reset ¶
func (x *PulumiErrorInfo) Reset()
func (*PulumiErrorInfo) String ¶
func (x *PulumiErrorInfo) String() string
type RefreshRequest ¶
type RefreshRequest struct { // parallel is the number of resource operations to run in parallel at once // (1 for no parallelism). Defaults to unbounded. (default 2147483647) Parallel *int32 `protobuf:"varint,1,opt,name=parallel,proto3,oneof" json:"parallel,omitempty"` // message (optional) to associate with the preview operation Message *string `protobuf:"bytes,2,opt,name=message,proto3,oneof" json:"message,omitempty"` // Return an error if any changes occur during this refresh ExpectNoChanges *bool `protobuf:"varint,3,opt,name=expect_no_changes,json=expectNoChanges,proto3,oneof" json:"expect_no_changes,omitempty"` // Specify an exclusive list of resource URNs to refresh Target []string `protobuf:"bytes,4,rep,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
func (*RefreshRequest) Descriptor
deprecated
func (*RefreshRequest) Descriptor() ([]byte, []int)
Deprecated: Use RefreshRequest.ProtoReflect.Descriptor instead.
func (*RefreshRequest) GetExpectNoChanges ¶
func (x *RefreshRequest) GetExpectNoChanges() bool
func (*RefreshRequest) GetMessage ¶
func (x *RefreshRequest) GetMessage() string
func (*RefreshRequest) GetParallel ¶
func (x *RefreshRequest) GetParallel() int32
func (*RefreshRequest) GetTarget ¶
func (x *RefreshRequest) GetTarget() []string
func (*RefreshRequest) ProtoMessage ¶
func (*RefreshRequest) ProtoMessage()
func (*RefreshRequest) ProtoReflect ¶
func (x *RefreshRequest) ProtoReflect() protoreflect.Message
func (*RefreshRequest) Reset ¶
func (x *RefreshRequest) Reset()
func (*RefreshRequest) String ¶
func (x *RefreshRequest) String() string
type RefreshResult ¶
type RefreshResult struct { Stdout string `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"` Stderr string `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"` Summary *UpdateSummary `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"` Permalink *string `protobuf:"bytes,4,opt,name=permalink,proto3,oneof" json:"permalink,omitempty"` // contains filtered or unexported fields }
func (*RefreshResult) Descriptor
deprecated
func (*RefreshResult) Descriptor() ([]byte, []int)
Deprecated: Use RefreshResult.ProtoReflect.Descriptor instead.
func (*RefreshResult) GetPermalink ¶
func (x *RefreshResult) GetPermalink() string
func (*RefreshResult) GetStderr ¶
func (x *RefreshResult) GetStderr() string
func (*RefreshResult) GetStdout ¶
func (x *RefreshResult) GetStdout() string
func (*RefreshResult) GetSummary ¶
func (x *RefreshResult) GetSummary() *UpdateSummary
func (*RefreshResult) ProtoMessage ¶
func (*RefreshResult) ProtoMessage()
func (*RefreshResult) ProtoReflect ¶
func (x *RefreshResult) ProtoReflect() protoreflect.Message
func (*RefreshResult) Reset ¶
func (x *RefreshResult) Reset()
func (*RefreshResult) String ¶
func (x *RefreshResult) String() string
type RefreshStream ¶
type RefreshStream struct { // Types that are valid to be assigned to Response: // // *RefreshStream_Event // *RefreshStream_Result Response isRefreshStream_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*RefreshStream) Descriptor
deprecated
func (*RefreshStream) Descriptor() ([]byte, []int)
Deprecated: Use RefreshStream.ProtoReflect.Descriptor instead.
func (*RefreshStream) GetEvent ¶
func (x *RefreshStream) GetEvent() *structpb.Struct
func (*RefreshStream) GetResponse ¶
func (x *RefreshStream) GetResponse() isRefreshStream_Response
func (*RefreshStream) GetResult ¶
func (x *RefreshStream) GetResult() *RefreshResult
func (*RefreshStream) ProtoMessage ¶
func (*RefreshStream) ProtoMessage()
func (*RefreshStream) ProtoReflect ¶
func (x *RefreshStream) ProtoReflect() protoreflect.Message
func (*RefreshStream) Reset ¶
func (x *RefreshStream) Reset()
func (*RefreshStream) String ¶
func (x *RefreshStream) String() string
type RefreshStream_Event ¶
type RefreshStream_Result ¶
type RefreshStream_Result struct {
Result *RefreshResult `protobuf:"bytes,2,opt,name=result,proto3,oneof"`
}
type SelectStackRequest ¶
type SelectStackRequest struct { StackName string `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"` Create *bool `protobuf:"varint,2,opt,name=create,proto3,oneof" json:"create,omitempty"` SecretsProvider *string `protobuf:"bytes,3,opt,name=secrets_provider,json=secretsProvider,proto3,oneof" json:"secrets_provider,omitempty"` // contains filtered or unexported fields }
func (*SelectStackRequest) Descriptor
deprecated
func (*SelectStackRequest) Descriptor() ([]byte, []int)
Deprecated: Use SelectStackRequest.ProtoReflect.Descriptor instead.
func (*SelectStackRequest) GetCreate ¶
func (x *SelectStackRequest) GetCreate() bool
func (*SelectStackRequest) GetSecretsProvider ¶
func (x *SelectStackRequest) GetSecretsProvider() string
func (*SelectStackRequest) GetStackName ¶
func (x *SelectStackRequest) GetStackName() string
func (*SelectStackRequest) ProtoMessage ¶
func (*SelectStackRequest) ProtoMessage()
func (*SelectStackRequest) ProtoReflect ¶
func (x *SelectStackRequest) ProtoReflect() protoreflect.Message
func (*SelectStackRequest) Reset ¶
func (x *SelectStackRequest) Reset()
func (*SelectStackRequest) String ¶
func (x *SelectStackRequest) String() string
type SelectStackResult ¶
type SelectStackResult struct { Summary *StackSummary `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"` // contains filtered or unexported fields }
func (*SelectStackResult) Descriptor
deprecated
func (*SelectStackResult) Descriptor() ([]byte, []int)
Deprecated: Use SelectStackResult.ProtoReflect.Descriptor instead.
func (*SelectStackResult) GetSummary ¶
func (x *SelectStackResult) GetSummary() *StackSummary
func (*SelectStackResult) ProtoMessage ¶
func (*SelectStackResult) ProtoMessage()
func (*SelectStackResult) ProtoReflect ¶
func (x *SelectStackResult) ProtoReflect() protoreflect.Message
func (*SelectStackResult) Reset ¶
func (x *SelectStackResult) Reset()
func (*SelectStackResult) String ¶
func (x *SelectStackResult) String() string
type SetAllConfigRequest ¶
type SetAllConfigRequest struct { Config []*ConfigItem `protobuf:"bytes,1,rep,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*SetAllConfigRequest) Descriptor
deprecated
func (*SetAllConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetAllConfigRequest.ProtoReflect.Descriptor instead.
func (*SetAllConfigRequest) GetConfig ¶
func (x *SetAllConfigRequest) GetConfig() []*ConfigItem
func (*SetAllConfigRequest) ProtoMessage ¶
func (*SetAllConfigRequest) ProtoMessage()
func (*SetAllConfigRequest) ProtoReflect ¶
func (x *SetAllConfigRequest) ProtoReflect() protoreflect.Message
func (*SetAllConfigRequest) Reset ¶
func (x *SetAllConfigRequest) Reset()
func (*SetAllConfigRequest) String ¶
func (x *SetAllConfigRequest) String() string
type SetAllConfigResult ¶
type SetAllConfigResult struct {
// contains filtered or unexported fields
}
func (*SetAllConfigResult) Descriptor
deprecated
func (*SetAllConfigResult) Descriptor() ([]byte, []int)
Deprecated: Use SetAllConfigResult.ProtoReflect.Descriptor instead.
func (*SetAllConfigResult) ProtoMessage ¶
func (*SetAllConfigResult) ProtoMessage()
func (*SetAllConfigResult) ProtoReflect ¶
func (x *SetAllConfigResult) ProtoReflect() protoreflect.Message
func (*SetAllConfigResult) Reset ¶
func (x *SetAllConfigResult) Reset()
func (*SetAllConfigResult) String ¶
func (x *SetAllConfigResult) String() string
type StackSummary ¶
type StackSummary struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` LastUpdate *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=last_update,json=lastUpdate,proto3" json:"last_update,omitempty"` UpdateInProgress bool `protobuf:"varint,3,opt,name=update_in_progress,json=updateInProgress,proto3" json:"update_in_progress,omitempty"` ResourceCount *int32 `protobuf:"varint,4,opt,name=resource_count,json=resourceCount,proto3,oneof" json:"resource_count,omitempty"` Url *string `protobuf:"bytes,5,opt,name=url,proto3,oneof" json:"url,omitempty"` // contains filtered or unexported fields }
StackSummary is a description of a stack and its current status.
func (*StackSummary) Descriptor
deprecated
func (*StackSummary) Descriptor() ([]byte, []int)
Deprecated: Use StackSummary.ProtoReflect.Descriptor instead.
func (*StackSummary) GetLastUpdate ¶
func (x *StackSummary) GetLastUpdate() *timestamppb.Timestamp
func (*StackSummary) GetName ¶
func (x *StackSummary) GetName() string
func (*StackSummary) GetResourceCount ¶
func (x *StackSummary) GetResourceCount() int32
func (*StackSummary) GetUpdateInProgress ¶
func (x *StackSummary) GetUpdateInProgress() bool
func (*StackSummary) GetUrl ¶
func (x *StackSummary) GetUrl() string
func (*StackSummary) ProtoMessage ¶
func (*StackSummary) ProtoMessage()
func (*StackSummary) ProtoReflect ¶
func (x *StackSummary) ProtoReflect() protoreflect.Message
func (*StackSummary) Reset ¶
func (x *StackSummary) Reset()
func (*StackSummary) String ¶
func (x *StackSummary) String() string
type UnimplementedAutomationServiceServer ¶
type UnimplementedAutomationServiceServer struct{}
UnimplementedAutomationServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedAutomationServiceServer) Destroy ¶
func (UnimplementedAutomationServiceServer) Destroy(*DestroyRequest, grpc.ServerStreamingServer[DestroyStream]) error
func (UnimplementedAutomationServiceServer) Info ¶
func (UnimplementedAutomationServiceServer) Info(context.Context, *InfoRequest) (*InfoResult, error)
func (UnimplementedAutomationServiceServer) Install ¶
func (UnimplementedAutomationServiceServer) Install(context.Context, *InstallRequest) (*InstallResult, error)
func (UnimplementedAutomationServiceServer) Preview ¶
func (UnimplementedAutomationServiceServer) Preview(*PreviewRequest, grpc.ServerStreamingServer[PreviewStream]) error
func (UnimplementedAutomationServiceServer) Refresh ¶
func (UnimplementedAutomationServiceServer) Refresh(*RefreshRequest, grpc.ServerStreamingServer[RefreshStream]) error
func (UnimplementedAutomationServiceServer) SelectStack ¶
func (UnimplementedAutomationServiceServer) SelectStack(context.Context, *SelectStackRequest) (*SelectStackResult, error)
func (UnimplementedAutomationServiceServer) SetAllConfig ¶
func (UnimplementedAutomationServiceServer) SetAllConfig(context.Context, *SetAllConfigRequest) (*SetAllConfigResult, error)
func (UnimplementedAutomationServiceServer) WhoAmI ¶
func (UnimplementedAutomationServiceServer) WhoAmI(context.Context, *WhoAmIRequest) (*WhoAmIResult, error)
type UnsafeAutomationServiceServer ¶
type UnsafeAutomationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAutomationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AutomationServiceServer will result in compilation errors.
type UpRequest ¶
type UpRequest struct { // parallel is the number of resource operations to run in parallel at once // (1 for no parallelism). Defaults to unbounded. (default 2147483647) Parallel *int32 `protobuf:"varint,1,opt,name=parallel,proto3,oneof" json:"parallel,omitempty"` // message (optional) to associate with the preview operation Message *string `protobuf:"bytes,2,opt,name=message,proto3,oneof" json:"message,omitempty"` // Return an error if any changes occur during this update ExpectNoChanges *bool `protobuf:"varint,3,opt,name=expect_no_changes,json=expectNoChanges,proto3,oneof" json:"expect_no_changes,omitempty"` // Specify resources to replace Replace []string `protobuf:"bytes,4,rep,name=replace,proto3" json:"replace,omitempty"` // Specify an exclusive list of resource URNs to update Target []string `protobuf:"bytes,5,rep,name=target,proto3" json:"target,omitempty"` // target_dependents allows updating of dependent targets discovered but not // specified in the Target list TargetDependents *bool `protobuf:"varint,6,opt,name=target_dependents,json=targetDependents,proto3,oneof" json:"target_dependents,omitempty"` // // Use the update plan at the given path. // optional string plan = 7; // Run one or more policy packs as part of this update. PolicyPack []*PolicyPack `protobuf:"bytes,8,rep,name=policy_pack,json=policyPack,proto3" json:"policy_pack,omitempty"` // refresh will run a refresh before the update. Refresh *bool `protobuf:"varint,9,opt,name=refresh,proto3,oneof" json:"refresh,omitempty"` // continue_on_error will continue to perform the update operation despite the // occurrence of errors. ContinueOnError *bool `protobuf:"varint,10,opt,name=continue_on_error,json=continueOnError,proto3,oneof" json:"continue_on_error,omitempty"` // contains filtered or unexported fields }
func (*UpRequest) Descriptor
deprecated
func (*UpRequest) GetContinueOnError ¶
func (*UpRequest) GetExpectNoChanges ¶
func (*UpRequest) GetMessage ¶
func (*UpRequest) GetParallel ¶
func (*UpRequest) GetPolicyPack ¶
func (x *UpRequest) GetPolicyPack() []*PolicyPack
func (*UpRequest) GetRefresh ¶
func (*UpRequest) GetReplace ¶
func (*UpRequest) GetTargetDependents ¶
func (*UpRequest) ProtoMessage ¶
func (*UpRequest) ProtoMessage()
func (*UpRequest) ProtoReflect ¶
func (x *UpRequest) ProtoReflect() protoreflect.Message
type UpResult ¶
type UpResult struct { Stdout string `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"` Stderr string `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"` Summary *UpdateSummary `protobuf:"bytes,3,opt,name=summary,proto3" json:"summary,omitempty"` Permalink *string `protobuf:"bytes,4,opt,name=permalink,proto3,oneof" json:"permalink,omitempty"` Outputs map[string]*OutputValue `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpResult) Descriptor
deprecated
func (*UpResult) GetOutputs ¶
func (x *UpResult) GetOutputs() map[string]*OutputValue
func (*UpResult) GetPermalink ¶
func (*UpResult) GetSummary ¶
func (x *UpResult) GetSummary() *UpdateSummary
func (*UpResult) ProtoMessage ¶
func (*UpResult) ProtoMessage()
func (*UpResult) ProtoReflect ¶
func (x *UpResult) ProtoReflect() protoreflect.Message
type UpStream ¶
type UpStream struct { // Types that are valid to be assigned to Response: // // *UpStream_Event // *UpStream_Result Response isUpStream_Response `protobuf_oneof:"response"` // contains filtered or unexported fields }
func (*UpStream) Descriptor
deprecated
func (*UpStream) GetResponse ¶
func (x *UpStream) GetResponse() isUpStream_Response
func (*UpStream) ProtoMessage ¶
func (*UpStream) ProtoMessage()
func (*UpStream) ProtoReflect ¶
func (x *UpStream) ProtoReflect() protoreflect.Message
type UpStream_Event ¶
type UpStream_Result ¶
type UpStream_Result struct {
Result *UpResult `protobuf:"bytes,2,opt,name=result,proto3,oneof"`
}
type UpdateSummary ¶
type UpdateSummary struct { StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` Result string `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"` Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*UpdateSummary) Descriptor
deprecated
func (*UpdateSummary) Descriptor() ([]byte, []int)
Deprecated: Use UpdateSummary.ProtoReflect.Descriptor instead.
func (*UpdateSummary) GetEndTime ¶
func (x *UpdateSummary) GetEndTime() *timestamppb.Timestamp
func (*UpdateSummary) GetMessage ¶
func (x *UpdateSummary) GetMessage() string
func (*UpdateSummary) GetResult ¶
func (x *UpdateSummary) GetResult() string
func (*UpdateSummary) GetStartTime ¶
func (x *UpdateSummary) GetStartTime() *timestamppb.Timestamp
func (*UpdateSummary) ProtoMessage ¶
func (*UpdateSummary) ProtoMessage()
func (*UpdateSummary) ProtoReflect ¶
func (x *UpdateSummary) ProtoReflect() protoreflect.Message
func (*UpdateSummary) Reset ¶
func (x *UpdateSummary) Reset()
func (*UpdateSummary) String ¶
func (x *UpdateSummary) String() string
type WhoAmIRequest ¶
type WhoAmIRequest struct {
// contains filtered or unexported fields
}
func (*WhoAmIRequest) Descriptor
deprecated
func (*WhoAmIRequest) Descriptor() ([]byte, []int)
Deprecated: Use WhoAmIRequest.ProtoReflect.Descriptor instead.
func (*WhoAmIRequest) ProtoMessage ¶
func (*WhoAmIRequest) ProtoMessage()
func (*WhoAmIRequest) ProtoReflect ¶
func (x *WhoAmIRequest) ProtoReflect() protoreflect.Message
func (*WhoAmIRequest) Reset ¶
func (x *WhoAmIRequest) Reset()
func (*WhoAmIRequest) String ¶
func (x *WhoAmIRequest) String() string
type WhoAmIResult ¶
type WhoAmIResult struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Organizations []string `protobuf:"bytes,2,rep,name=organizations,proto3" json:"organizations,omitempty"` Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
WhoAmIResult contains detailed information about the currently logged-in Pulumi identity.
func (*WhoAmIResult) Descriptor
deprecated
func (*WhoAmIResult) Descriptor() ([]byte, []int)
Deprecated: Use WhoAmIResult.ProtoReflect.Descriptor instead.
func (*WhoAmIResult) GetOrganizations ¶
func (x *WhoAmIResult) GetOrganizations() []string
func (*WhoAmIResult) GetUrl ¶
func (x *WhoAmIResult) GetUrl() string
func (*WhoAmIResult) GetUser ¶
func (x *WhoAmIResult) GetUser() string
func (*WhoAmIResult) ProtoMessage ¶
func (*WhoAmIResult) ProtoMessage()
func (*WhoAmIResult) ProtoReflect ¶
func (x *WhoAmIResult) ProtoReflect() protoreflect.Message
func (*WhoAmIResult) Reset ¶
func (x *WhoAmIResult) Reset()
func (*WhoAmIResult) String ¶
func (x *WhoAmIResult) String() string