Versions in this module Expand all Collapse all v0 v0.34.0 Dec 5, 2018 v0.28.0 Sep 17, 2018 Changes in this version + func DefaultAuthScopes() []string + type CallOptions struct + BatchGetAssetsHistory []gax.CallOption + ExportAssets []gax.CallOption + type Client struct + CallOptions *CallOptions + LROClient *lroauto.OperationsClient + func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) + func (c *Client) BatchGetAssetsHistory(ctx context.Context, req *assetpb.BatchGetAssetsHistoryRequest, ...) (*assetpb.BatchGetAssetsHistoryResponse, error) + func (c *Client) Close() error + func (c *Client) Connection() *grpc.ClientConn + func (c *Client) ExportAssets(ctx context.Context, req *assetpb.ExportAssetsRequest, opts ...gax.CallOption) (*ExportAssetsOperation, error) + func (c *Client) ExportAssetsOperation(name string) *ExportAssetsOperation + type ExportAssetsOperation struct + func (op *ExportAssetsOperation) Done() bool + func (op *ExportAssetsOperation) Metadata() (*assetpb.ExportAssetsRequest, error) + func (op *ExportAssetsOperation) Name() string + func (op *ExportAssetsOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*assetpb.ExportAssetsResponse, error) + func (op *ExportAssetsOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*assetpb.ExportAssetsResponse, error)