package workflows
import "google.golang.org/genproto/googleapis/cloud/workflows/v1"
Package workflows aliases all exported identifiers in package "cloud.google.com/go/workflows/apiv1/workflowspb".
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterWorkflowsServer(s *grpc.Server, srv WorkflowsServer)
- type CreateWorkflowRequest
- type DeleteWorkflowRequest
- type GetWorkflowRequest
- type ListWorkflowsRequest
- type ListWorkflowsResponse
- type OperationMetadata
- type UnimplementedWorkflowsServer
- type UpdateWorkflowRequest
- type Workflow
- type Workflow_SourceContents
- type Workflow_State
- type WorkflowsClient
- type WorkflowsServer
Constants ¶
const ( Workflow_ACTIVE = src.Workflow_ACTIVE Workflow_STATE_UNSPECIFIED = src.Workflow_STATE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/workflows/apiv1/workflowspb
Variables ¶
var ( File_google_cloud_workflows_v1_workflows_proto = src.File_google_cloud_workflows_v1_workflows_proto Workflow_State_name = src.Workflow_State_name Workflow_State_value = src.Workflow_State_value )
Deprecated: Please use vars in: cloud.google.com/go/workflows/apiv1/workflowspb
Functions ¶
func RegisterWorkflowsServer ¶
func RegisterWorkflowsServer(s *grpc.Server, srv WorkflowsServer)
Deprecated: Please use funcs in: cloud.google.com/go/workflows/apiv1/workflowspb
Types ¶
type CreateWorkflowRequest ¶
type CreateWorkflowRequest = src.CreateWorkflowRequest
Request for the [CreateWorkflow][google.cloud.workflows.v1.Workflows.CreateWorkflow] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type DeleteWorkflowRequest ¶
type DeleteWorkflowRequest = src.DeleteWorkflowRequest
Request for the [DeleteWorkflow][google.cloud.workflows.v1.Workflows.DeleteWorkflow] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type GetWorkflowRequest ¶
type GetWorkflowRequest = src.GetWorkflowRequest
Request for the [GetWorkflow][google.cloud.workflows.v1.Workflows.GetWorkflow] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type ListWorkflowsRequest ¶
type ListWorkflowsRequest = src.ListWorkflowsRequest
Request for the [ListWorkflows][google.cloud.workflows.v1.Workflows.ListWorkflows] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type ListWorkflowsResponse ¶
type ListWorkflowsResponse = src.ListWorkflowsResponse
Response for the [ListWorkflows][google.cloud.workflows.v1.Workflows.ListWorkflows] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type OperationMetadata ¶
type OperationMetadata = src.OperationMetadata
Represents the metadata of the long-running operation.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type UnimplementedWorkflowsServer ¶
type UnimplementedWorkflowsServer = src.UnimplementedWorkflowsServer
UnimplementedWorkflowsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type UpdateWorkflowRequest ¶
type UpdateWorkflowRequest = src.UpdateWorkflowRequest
Request for the [UpdateWorkflow][google.cloud.workflows.v1.Workflows.UpdateWorkflow] method.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type Workflow ¶
Workflow program to be executed by Workflows.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type Workflow_SourceContents ¶
type Workflow_SourceContents = src.Workflow_SourceContents
type Workflow_State ¶
type Workflow_State = src.Workflow_State
Describes the current state of workflow deployment. More states may be added in the future.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
type WorkflowsClient ¶
type WorkflowsClient = src.WorkflowsClient
WorkflowsClient is the client API for Workflows 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/apiv1/workflowspb
func NewWorkflowsClient ¶
func NewWorkflowsClient(cc grpc.ClientConnInterface) WorkflowsClient
Deprecated: Please use funcs in: cloud.google.com/go/workflows/apiv1/workflowspb
type WorkflowsServer ¶
type WorkflowsServer = src.WorkflowsServer
WorkflowsServer is the server API for Workflows service.
Deprecated: Please use types in: cloud.google.com/go/workflows/apiv1/workflowspb
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.