package executions
import "google.golang.org/genproto/googleapis/cloud/workflows/executions/v1beta"
Package executions aliases all exported identifiers in package "cloud.google.com/go/workflows/executions/apiv1beta/executionspb".
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterExecutionsServer(s *grpc.Server, srv ExecutionsServer)
- type CancelExecutionRequest
- type CreateExecutionRequest
- type Execution
- type ExecutionView
- type Execution_Error
- type Execution_State
- type ExecutionsClient
- type ExecutionsServer
- type GetExecutionRequest
- type ListExecutionsRequest
- type ListExecutionsResponse
- type UnimplementedExecutionsServer
Constants ¶
const ( ExecutionView_BASIC = src.ExecutionView_BASIC ExecutionView_EXECUTION_VIEW_UNSPECIFIED = src.ExecutionView_EXECUTION_VIEW_UNSPECIFIED ExecutionView_FULL = src.ExecutionView_FULL Execution_ACTIVE = src.Execution_ACTIVE Execution_CANCELLED = src.Execution_CANCELLED Execution_FAILED = src.Execution_FAILED Execution_STATE_UNSPECIFIED = src.Execution_STATE_UNSPECIFIED Execution_SUCCEEDED = src.Execution_SUCCEEDED )
Deprecated: Please use consts in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
Variables ¶
var ( ExecutionView_name = src.ExecutionView_name ExecutionView_value = src.ExecutionView_value Execution_State_name = src.Execution_State_name Execution_State_value = src.Execution_State_value File_google_cloud_workflows_executions_v1beta_executions_proto = src.File_google_cloud_workflows_executions_v1beta_executions_proto )
Deprecated: Please use vars in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
Functions ¶
func RegisterExecutionsServer ¶
func RegisterExecutionsServer(s *grpc.Server, srv ExecutionsServer)
Deprecated: Please use funcs in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
Types ¶
type CancelExecutionRequest ¶
type CancelExecutionRequest = src.CancelExecutionRequest
Request for the [CancelExecution][google.cloud.workflows.executions.v1beta.Executions.CancelExecution] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type CreateExecutionRequest ¶
type CreateExecutionRequest = src.CreateExecutionRequest
Request for the [CreateExecution][google.cloud.workflows.executions.v1beta.Executions.CreateExecution] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type Execution ¶
A running instance of a [Workflow][google.cloud.workflows.v1beta.Workflow].
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type ExecutionView ¶
type ExecutionView = src.ExecutionView
Defines possible views for execution resource.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type Execution_Error ¶
type Execution_Error = src.Execution_Error
Error describes why the execution was abnormally terminated.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type Execution_State ¶
type Execution_State = src.Execution_State
Describes the current state of the execution. More states may be added in the future.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type ExecutionsClient ¶
type ExecutionsClient = src.ExecutionsClient
ExecutionsClient is the client API for Executions service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
func NewExecutionsClient ¶
func NewExecutionsClient(cc grpc.ClientConnInterface) ExecutionsClient
Deprecated: Please use funcs in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type ExecutionsServer ¶
type ExecutionsServer = src.ExecutionsServer
ExecutionsServer is the server API for Executions service.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type GetExecutionRequest ¶
type GetExecutionRequest = src.GetExecutionRequest
Request for the [GetExecution][google.cloud.workflows.executions.v1beta.Executions.GetExecution] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type ListExecutionsRequest ¶
type ListExecutionsRequest = src.ListExecutionsRequest
Request for the [ListExecutions][google.cloud.workflows.executions.v1beta.Executions.ListExecutions] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type ListExecutionsResponse ¶
type ListExecutionsResponse = src.ListExecutionsResponse
Response for the [ListExecutions][google.cloud.workflows.executions.v1beta.Executions.ListExecutions] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
type UnimplementedExecutionsServer ¶
type UnimplementedExecutionsServer = src.UnimplementedExecutionsServer
UnimplementedExecutionsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1beta/executionspb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.