Versions in this module Expand all Collapse all v0 v0.59.3 Jun 29, 2020 Changes in this version + func DefaultAuthScopes() []string + type CallOptions struct + LookupEffectiveGuestPolicy []gax.CallOption + ReceiveTaskNotification []gax.CallOption + RegisterAgent []gax.CallOption + ReportTaskComplete []gax.CallOption + ReportTaskProgress []gax.CallOption + StartNextTask []gax.CallOption + type Client struct + CallOptions *CallOptions + func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) + func (c *Client) Close() error + func (c *Client) Connection() *grpc.ClientConn + func (c *Client) LookupEffectiveGuestPolicy(ctx context.Context, req *agentendpointpb.LookupEffectiveGuestPolicyRequest, ...) (*agentendpointpb.EffectiveGuestPolicy, error) + func (c *Client) ReceiveTaskNotification(ctx context.Context, req *agentendpointpb.ReceiveTaskNotificationRequest, ...) (agentendpointpb.AgentEndpointService_ReceiveTaskNotificationClient, error) + func (c *Client) RegisterAgent(ctx context.Context, req *agentendpointpb.RegisterAgentRequest, ...) (*agentendpointpb.RegisterAgentResponse, error) + func (c *Client) ReportTaskComplete(ctx context.Context, req *agentendpointpb.ReportTaskCompleteRequest, ...) (*agentendpointpb.ReportTaskCompleteResponse, error) + func (c *Client) ReportTaskProgress(ctx context.Context, req *agentendpointpb.ReportTaskProgressRequest, ...) (*agentendpointpb.ReportTaskProgressResponse, error) + func (c *Client) StartNextTask(ctx context.Context, req *agentendpointpb.StartNextTaskRequest, ...) (*agentendpointpb.StartNextTaskResponse, error)