Versions in this module Expand all Collapse all v1 v1.42.0 Jun 28, 2021 Changes in this version + func DefaultAuthScopes() []string + type CallOptions struct + CancelExecution []gax.CallOption + CreateExecution []gax.CallOption + GetExecution []gax.CallOption + ListExecutions []gax.CallOption + type Client struct + CallOptions *CallOptions + func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) + func (c *Client) CancelExecution(ctx context.Context, req *executionspb.CancelExecutionRequest, ...) (*executionspb.Execution, error) + func (c *Client) Close() error + func (c *Client) Connection() *grpc.ClientConn + func (c *Client) CreateExecution(ctx context.Context, req *executionspb.CreateExecutionRequest, ...) (*executionspb.Execution, error) + func (c *Client) GetExecution(ctx context.Context, req *executionspb.GetExecutionRequest, ...) (*executionspb.Execution, error) + func (c *Client) ListExecutions(ctx context.Context, req *executionspb.ListExecutionsRequest, ...) *ExecutionIterator + type ExecutionIterator struct + InternalFetch func(pageSize int, pageToken string) (results []*executionspb.Execution, nextPageToken string, err error) + Response interface{} + func (it *ExecutionIterator) Next() (*executionspb.Execution, error) + func (it *ExecutionIterator) PageInfo() *iterator.PageInfo