Versions in this module Expand all Collapse all v0 v0.12.0 Aug 22, 2017 v0.11.0 Jul 31, 2017 Changes in this version + func DefaultAuthScopes() []string + func ResultPath(result string) string + type CallOptions struct + CreateInspectOperation []gax.CallOption + InspectContent []gax.CallOption + ListInfoTypes []gax.CallOption + ListInspectFindings []gax.CallOption + ListRootCategories []gax.CallOption + RedactContent []gax.CallOption + type Client struct + CallOptions *CallOptions + LROClient *lroauto.OperationsClient + func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) + func (c *Client) Close() error + func (c *Client) Connection() *grpc.ClientConn + func (c *Client) CreateInspectOperation(ctx context.Context, req *dlppb.CreateInspectOperationRequest, ...) (*CreateInspectOperationHandle, error) + func (c *Client) CreateInspectOperationHandle(name string) *CreateInspectOperationHandle + func (c *Client) InspectContent(ctx context.Context, req *dlppb.InspectContentRequest, opts ...gax.CallOption) (*dlppb.InspectContentResponse, error) + func (c *Client) ListInfoTypes(ctx context.Context, req *dlppb.ListInfoTypesRequest, opts ...gax.CallOption) (*dlppb.ListInfoTypesResponse, error) + func (c *Client) ListInspectFindings(ctx context.Context, req *dlppb.ListInspectFindingsRequest, ...) (*dlppb.ListInspectFindingsResponse, error) + func (c *Client) ListRootCategories(ctx context.Context, req *dlppb.ListRootCategoriesRequest, ...) (*dlppb.ListRootCategoriesResponse, error) + func (c *Client) RedactContent(ctx context.Context, req *dlppb.RedactContentRequest, opts ...gax.CallOption) (*dlppb.RedactContentResponse, error) + func (c *Client) SetGoogleClientInfo(keyval ...string) + type CreateInspectOperationHandle struct + func (op *CreateInspectOperationHandle) Done() bool + func (op *CreateInspectOperationHandle) Metadata() (*dlppb.InspectOperationMetadata, error) + func (op *CreateInspectOperationHandle) Name() string + func (op *CreateInspectOperationHandle) Poll(ctx context.Context, opts ...gax.CallOption) (*dlppb.InspectOperationResult, error) + func (op *CreateInspectOperationHandle) Wait(ctx context.Context, opts ...gax.CallOption) (*dlppb.InspectOperationResult, error)