Documentation ¶
Overview ¶
Package executions aliases all exported identifiers in package "cloud.google.com/go/workflows/executions/apiv1/executionspb".
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/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)deprecated
- type CancelExecutionRequestdeprecated
- type CreateExecutionRequestdeprecated
- type Executiondeprecated
- type ExecutionViewdeprecated
- type Execution_CallLogLeveldeprecated
- type Execution_Errordeprecated
- type Execution_StackTracedeprecated
- type Execution_StackTraceElementdeprecated
- type Execution_StackTraceElement_Positiondeprecated
- type Execution_Statedeprecated
- type ExecutionsClientdeprecated
- type ExecutionsServerdeprecated
- type GetExecutionRequestdeprecated
- type ListExecutionsRequestdeprecated
- type ListExecutionsResponsedeprecated
- type UnimplementedExecutionsServerdeprecated
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_CALL_LOG_LEVEL_UNSPECIFIED = src.Execution_CALL_LOG_LEVEL_UNSPECIFIED Execution_CANCELLED = src.Execution_CANCELLED Execution_FAILED = src.Execution_FAILED Execution_LOG_ALL_CALLS = src.Execution_LOG_ALL_CALLS Execution_LOG_ERRORS_ONLY = src.Execution_LOG_ERRORS_ONLY Execution_STATE_UNSPECIFIED = src.Execution_STATE_UNSPECIFIED Execution_SUCCEEDED = src.Execution_SUCCEEDED )
Deprecated: Please use consts in: cloud.google.com/go/workflows/executions/apiv1/executionspb
Variables ¶
var ( ExecutionView_name = src.ExecutionView_name ExecutionView_value = src.ExecutionView_value Execution_CallLogLevel_name = src.Execution_CallLogLevel_name Execution_CallLogLevel_value = src.Execution_CallLogLevel_value Execution_State_name = src.Execution_State_name Execution_State_value = src.Execution_State_value File_google_cloud_workflows_executions_v1_executions_proto = src.File_google_cloud_workflows_executions_v1_executions_proto )
Deprecated: Please use vars in: cloud.google.com/go/workflows/executions/apiv1/executionspb
Functions ¶
func RegisterExecutionsServer
deprecated
func RegisterExecutionsServer(s *grpc.Server, srv ExecutionsServer)
Deprecated: Please use funcs in: cloud.google.com/go/workflows/executions/apiv1/executionspb
Types ¶
type CancelExecutionRequest
deprecated
type CancelExecutionRequest = src.CancelExecutionRequest
Request for the [CancelExecution][google.cloud.workflows.executions.v1.Executions.CancelExecution] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type CreateExecutionRequest
deprecated
type CreateExecutionRequest = src.CreateExecutionRequest
Request for the [CreateExecution][google.cloud.workflows.executions.v1.Executions.CreateExecution] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type ExecutionView
deprecated
type ExecutionView = src.ExecutionView
Defines possible views for execution resource.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type Execution_CallLogLevel
deprecated
type Execution_CallLogLevel = src.Execution_CallLogLevel
Describes the level of platform logging to apply to calls and call responses during workflow executions.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type Execution_Error
deprecated
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/apiv1/executionspb
type Execution_StackTrace
deprecated
type Execution_StackTrace = src.Execution_StackTrace
A collection of stack elements (frames) where an error occurred.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type Execution_StackTraceElement
deprecated
type Execution_StackTraceElement = src.Execution_StackTraceElement
A single stack element (frame) where an error occurred.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type Execution_StackTraceElement_Position
deprecated
type Execution_StackTraceElement_Position = src.Execution_StackTraceElement_Position
Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type Execution_State
deprecated
type Execution_State = src.Execution_State
Describes the current state of the execution. More states might be added in the future.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type ExecutionsClient
deprecated
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/apiv1/executionspb
func NewExecutionsClient
deprecated
func NewExecutionsClient(cc grpc.ClientConnInterface) ExecutionsClient
Deprecated: Please use funcs in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type ExecutionsServer
deprecated
type ExecutionsServer = src.ExecutionsServer
ExecutionsServer is the server API for Executions service.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type GetExecutionRequest
deprecated
type GetExecutionRequest = src.GetExecutionRequest
Request for the [GetExecution][google.cloud.workflows.executions.v1.Executions.GetExecution] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type ListExecutionsRequest
deprecated
type ListExecutionsRequest = src.ListExecutionsRequest
Request for the [ListExecutions][] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type ListExecutionsResponse
deprecated
type ListExecutionsResponse = src.ListExecutionsResponse
Response for the [ListExecutions][google.cloud.workflows.executions.v1.Executions.ListExecutions] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb
type UnimplementedExecutionsServer
deprecated
type UnimplementedExecutionsServer = src.UnimplementedExecutionsServer
UnimplementedExecutionsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/workflows/executions/apiv1/executionspb