Documentation
Overview ¶
Package logging provides access to the Cloud Logging API.
This package is DEPRECATED. Use package cloud.google.com/go/logging instead.
For product documentation, see: https://cloud.google.com/logging/docs/
Creating a client ¶
Usage example:
import "google.golang.org/api/logging/v2" ... ctx := context.Background() loggingService, err := logging.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication.
For information on how to create and obtain Application Default Credentials, see https://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options ¶
By default, all available scopes (see "Constants") are used to authenticate. To restrict scopes, use option.WithScopes:
loggingService, err := logging.NewService(ctx, option.WithScopes(logging.LoggingWriteScope))
To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:
loggingService, err := logging.NewService(ctx, option.WithAPIKey("AIza..."))
To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:
config := &oauth2.Config{...} // ... token, err := config.Exchange(ctx, ...) loggingService, err := logging.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))
See https://godoc.org/google.golang.org/api/option/ for details on options.
Index ¶
- Constants
- type BigQueryOptions
- type BillingAccountsBucketsGetCall
- func (c *BillingAccountsBucketsGetCall) Context(ctx context.Context) *BillingAccountsBucketsGetCall
- func (c *BillingAccountsBucketsGetCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *BillingAccountsBucketsGetCall) Fields(s ...googleapi.Field) *BillingAccountsBucketsGetCall
- func (c *BillingAccountsBucketsGetCall) Header() http.Header
- func (c *BillingAccountsBucketsGetCall) IfNoneMatch(entityTag string) *BillingAccountsBucketsGetCall
- type BillingAccountsBucketsService
- type BillingAccountsBucketsViewsGetCall
- func (c *BillingAccountsBucketsViewsGetCall) Context(ctx context.Context) *BillingAccountsBucketsViewsGetCall
- func (c *BillingAccountsBucketsViewsGetCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *BillingAccountsBucketsViewsGetCall) Fields(s ...googleapi.Field) *BillingAccountsBucketsViewsGetCall
- func (c *BillingAccountsBucketsViewsGetCall) Header() http.Header
- func (c *BillingAccountsBucketsViewsGetCall) IfNoneMatch(entityTag string) *BillingAccountsBucketsViewsGetCall
- type BillingAccountsBucketsViewsService
- type BillingAccountsExclusionsCreateCall
- func (c *BillingAccountsExclusionsCreateCall) Context(ctx context.Context) *BillingAccountsExclusionsCreateCall
- func (c *BillingAccountsExclusionsCreateCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *BillingAccountsExclusionsCreateCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsCreateCall
- func (c *BillingAccountsExclusionsCreateCall) Header() http.Header
- type BillingAccountsExclusionsDeleteCall
- func (c *BillingAccountsExclusionsDeleteCall) Context(ctx context.Context) *BillingAccountsExclusionsDeleteCall
- func (c *BillingAccountsExclusionsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *BillingAccountsExclusionsDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsDeleteCall
- func (c *BillingAccountsExclusionsDeleteCall) Header() http.Header
- type BillingAccountsExclusionsGetCall
- func (c *BillingAccountsExclusionsGetCall) Context(ctx context.Context) *BillingAccountsExclusionsGetCall
- func (c *BillingAccountsExclusionsGetCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *BillingAccountsExclusionsGetCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsGetCall
- func (c *BillingAccountsExclusionsGetCall) Header() http.Header
- func (c *BillingAccountsExclusionsGetCall) IfNoneMatch(entityTag string) *BillingAccountsExclusionsGetCall
- type BillingAccountsExclusionsListCall
- func (c *BillingAccountsExclusionsListCall) Context(ctx context.Context) *BillingAccountsExclusionsListCall
- func (c *BillingAccountsExclusionsListCall) Do(opts ...googleapi.CallOption) (*ListExclusionsResponse, error)
- func (c *BillingAccountsExclusionsListCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsListCall
- func (c *BillingAccountsExclusionsListCall) Header() http.Header
- func (c *BillingAccountsExclusionsListCall) IfNoneMatch(entityTag string) *BillingAccountsExclusionsListCall
- func (c *BillingAccountsExclusionsListCall) PageSize(pageSize int64) *BillingAccountsExclusionsListCall
- func (c *BillingAccountsExclusionsListCall) PageToken(pageToken string) *BillingAccountsExclusionsListCall
- func (c *BillingAccountsExclusionsListCall) Pages(ctx context.Context, f func(*ListExclusionsResponse) error) error
- type BillingAccountsExclusionsPatchCall
- func (c *BillingAccountsExclusionsPatchCall) Context(ctx context.Context) *BillingAccountsExclusionsPatchCall
- func (c *BillingAccountsExclusionsPatchCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *BillingAccountsExclusionsPatchCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsPatchCall
- func (c *BillingAccountsExclusionsPatchCall) Header() http.Header
- func (c *BillingAccountsExclusionsPatchCall) UpdateMask(updateMask string) *BillingAccountsExclusionsPatchCall
- type BillingAccountsExclusionsService
- func (r *BillingAccountsExclusionsService) Create(parent string, logexclusion *LogExclusion) *BillingAccountsExclusionsCreateCall
- func (r *BillingAccountsExclusionsService) Delete(name string) *BillingAccountsExclusionsDeleteCall
- func (r *BillingAccountsExclusionsService) Get(name string) *BillingAccountsExclusionsGetCall
- func (r *BillingAccountsExclusionsService) List(parent string) *BillingAccountsExclusionsListCall
- func (r *BillingAccountsExclusionsService) Patch(name string, logexclusion *LogExclusion) *BillingAccountsExclusionsPatchCall
- type BillingAccountsLocationsBucketsCreateCall
- func (c *BillingAccountsLocationsBucketsCreateCall) BucketId(bucketId string) *BillingAccountsLocationsBucketsCreateCall
- func (c *BillingAccountsLocationsBucketsCreateCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsCreateCall
- func (c *BillingAccountsLocationsBucketsCreateCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *BillingAccountsLocationsBucketsCreateCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsCreateCall
- func (c *BillingAccountsLocationsBucketsCreateCall) Header() http.Header
- type BillingAccountsLocationsBucketsDeleteCall
- func (c *BillingAccountsLocationsBucketsDeleteCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsDeleteCall
- func (c *BillingAccountsLocationsBucketsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *BillingAccountsLocationsBucketsDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsDeleteCall
- func (c *BillingAccountsLocationsBucketsDeleteCall) Header() http.Header
- type BillingAccountsLocationsBucketsListCall
- func (c *BillingAccountsLocationsBucketsListCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsListCall
- func (c *BillingAccountsLocationsBucketsListCall) Do(opts ...googleapi.CallOption) (*ListBucketsResponse, error)
- func (c *BillingAccountsLocationsBucketsListCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsListCall
- func (c *BillingAccountsLocationsBucketsListCall) Header() http.Header
- func (c *BillingAccountsLocationsBucketsListCall) IfNoneMatch(entityTag string) *BillingAccountsLocationsBucketsListCall
- func (c *BillingAccountsLocationsBucketsListCall) PageSize(pageSize int64) *BillingAccountsLocationsBucketsListCall
- func (c *BillingAccountsLocationsBucketsListCall) PageToken(pageToken string) *BillingAccountsLocationsBucketsListCall
- func (c *BillingAccountsLocationsBucketsListCall) Pages(ctx context.Context, f func(*ListBucketsResponse) error) error
- type BillingAccountsLocationsBucketsPatchCall
- func (c *BillingAccountsLocationsBucketsPatchCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsPatchCall
- func (c *BillingAccountsLocationsBucketsPatchCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *BillingAccountsLocationsBucketsPatchCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsPatchCall
- func (c *BillingAccountsLocationsBucketsPatchCall) Header() http.Header
- func (c *BillingAccountsLocationsBucketsPatchCall) UpdateMask(updateMask string) *BillingAccountsLocationsBucketsPatchCall
- type BillingAccountsLocationsBucketsService
- func (r *BillingAccountsLocationsBucketsService) Create(parent string, logbucket *LogBucket) *BillingAccountsLocationsBucketsCreateCall
- func (r *BillingAccountsLocationsBucketsService) Delete(name string) *BillingAccountsLocationsBucketsDeleteCall
- func (r *BillingAccountsLocationsBucketsService) List(parent string) *BillingAccountsLocationsBucketsListCall
- func (r *BillingAccountsLocationsBucketsService) Patch(name string, logbucket *LogBucket) *BillingAccountsLocationsBucketsPatchCall
- func (r *BillingAccountsLocationsBucketsService) Undelete(name string, undeletebucketrequest *UndeleteBucketRequest) *BillingAccountsLocationsBucketsUndeleteCall
- type BillingAccountsLocationsBucketsUndeleteCall
- func (c *BillingAccountsLocationsBucketsUndeleteCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsUndeleteCall
- func (c *BillingAccountsLocationsBucketsUndeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *BillingAccountsLocationsBucketsUndeleteCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsUndeleteCall
- func (c *BillingAccountsLocationsBucketsUndeleteCall) Header() http.Header
- type BillingAccountsLocationsBucketsViewsCreateCall
- func (c *BillingAccountsLocationsBucketsViewsCreateCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsViewsCreateCall
- func (c *BillingAccountsLocationsBucketsViewsCreateCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *BillingAccountsLocationsBucketsViewsCreateCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsViewsCreateCall
- func (c *BillingAccountsLocationsBucketsViewsCreateCall) Header() http.Header
- func (c *BillingAccountsLocationsBucketsViewsCreateCall) ViewId(viewId string) *BillingAccountsLocationsBucketsViewsCreateCall
- type BillingAccountsLocationsBucketsViewsDeleteCall
- func (c *BillingAccountsLocationsBucketsViewsDeleteCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsViewsDeleteCall
- func (c *BillingAccountsLocationsBucketsViewsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *BillingAccountsLocationsBucketsViewsDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsViewsDeleteCall
- func (c *BillingAccountsLocationsBucketsViewsDeleteCall) Header() http.Header
- type BillingAccountsLocationsBucketsViewsListCall
- func (c *BillingAccountsLocationsBucketsViewsListCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsViewsListCall
- func (c *BillingAccountsLocationsBucketsViewsListCall) Do(opts ...googleapi.CallOption) (*ListViewsResponse, error)
- func (c *BillingAccountsLocationsBucketsViewsListCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsViewsListCall
- func (c *BillingAccountsLocationsBucketsViewsListCall) Header() http.Header
- func (c *BillingAccountsLocationsBucketsViewsListCall) IfNoneMatch(entityTag string) *BillingAccountsLocationsBucketsViewsListCall
- func (c *BillingAccountsLocationsBucketsViewsListCall) PageSize(pageSize int64) *BillingAccountsLocationsBucketsViewsListCall
- func (c *BillingAccountsLocationsBucketsViewsListCall) PageToken(pageToken string) *BillingAccountsLocationsBucketsViewsListCall
- func (c *BillingAccountsLocationsBucketsViewsListCall) Pages(ctx context.Context, f func(*ListViewsResponse) error) error
- type BillingAccountsLocationsBucketsViewsPatchCall
- func (c *BillingAccountsLocationsBucketsViewsPatchCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsViewsPatchCall
- func (c *BillingAccountsLocationsBucketsViewsPatchCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *BillingAccountsLocationsBucketsViewsPatchCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsViewsPatchCall
- func (c *BillingAccountsLocationsBucketsViewsPatchCall) Header() http.Header
- func (c *BillingAccountsLocationsBucketsViewsPatchCall) UpdateMask(updateMask string) *BillingAccountsLocationsBucketsViewsPatchCall
- type BillingAccountsLocationsBucketsViewsService
- func (r *BillingAccountsLocationsBucketsViewsService) Create(parent string, logview *LogView) *BillingAccountsLocationsBucketsViewsCreateCall
- func (r *BillingAccountsLocationsBucketsViewsService) Delete(name string) *BillingAccountsLocationsBucketsViewsDeleteCall
- func (r *BillingAccountsLocationsBucketsViewsService) List(parent string) *BillingAccountsLocationsBucketsViewsListCall
- func (r *BillingAccountsLocationsBucketsViewsService) Patch(name string, logview *LogView) *BillingAccountsLocationsBucketsViewsPatchCall
- type BillingAccountsLocationsGetCall
- func (c *BillingAccountsLocationsGetCall) Context(ctx context.Context) *BillingAccountsLocationsGetCall
- func (c *BillingAccountsLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error)
- func (c *BillingAccountsLocationsGetCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsGetCall
- func (c *BillingAccountsLocationsGetCall) Header() http.Header
- func (c *BillingAccountsLocationsGetCall) IfNoneMatch(entityTag string) *BillingAccountsLocationsGetCall
- type BillingAccountsLocationsListCall
- func (c *BillingAccountsLocationsListCall) Context(ctx context.Context) *BillingAccountsLocationsListCall
- func (c *BillingAccountsLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error)
- func (c *BillingAccountsLocationsListCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsListCall
- func (c *BillingAccountsLocationsListCall) Filter(filter string) *BillingAccountsLocationsListCall
- func (c *BillingAccountsLocationsListCall) Header() http.Header
- func (c *BillingAccountsLocationsListCall) IfNoneMatch(entityTag string) *BillingAccountsLocationsListCall
- func (c *BillingAccountsLocationsListCall) PageSize(pageSize int64) *BillingAccountsLocationsListCall
- func (c *BillingAccountsLocationsListCall) PageToken(pageToken string) *BillingAccountsLocationsListCall
- func (c *BillingAccountsLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error
- type BillingAccountsLocationsService
- type BillingAccountsLogsDeleteCall
- func (c *BillingAccountsLogsDeleteCall) Context(ctx context.Context) *BillingAccountsLogsDeleteCall
- func (c *BillingAccountsLogsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *BillingAccountsLogsDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsLogsDeleteCall
- func (c *BillingAccountsLogsDeleteCall) Header() http.Header
- type BillingAccountsLogsListCall
- func (c *BillingAccountsLogsListCall) Context(ctx context.Context) *BillingAccountsLogsListCall
- func (c *BillingAccountsLogsListCall) Do(opts ...googleapi.CallOption) (*ListLogsResponse, error)
- func (c *BillingAccountsLogsListCall) Fields(s ...googleapi.Field) *BillingAccountsLogsListCall
- func (c *BillingAccountsLogsListCall) Header() http.Header
- func (c *BillingAccountsLogsListCall) IfNoneMatch(entityTag string) *BillingAccountsLogsListCall
- func (c *BillingAccountsLogsListCall) PageSize(pageSize int64) *BillingAccountsLogsListCall
- func (c *BillingAccountsLogsListCall) PageToken(pageToken string) *BillingAccountsLogsListCall
- func (c *BillingAccountsLogsListCall) Pages(ctx context.Context, f func(*ListLogsResponse) error) error
- func (c *BillingAccountsLogsListCall) ResourceNames(resourceNames ...string) *BillingAccountsLogsListCall
- type BillingAccountsLogsService
- type BillingAccountsService
- type BillingAccountsSinksCreateCall
- func (c *BillingAccountsSinksCreateCall) Context(ctx context.Context) *BillingAccountsSinksCreateCall
- func (c *BillingAccountsSinksCreateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *BillingAccountsSinksCreateCall) Fields(s ...googleapi.Field) *BillingAccountsSinksCreateCall
- func (c *BillingAccountsSinksCreateCall) Header() http.Header
- func (c *BillingAccountsSinksCreateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *BillingAccountsSinksCreateCall
- type BillingAccountsSinksDeleteCall
- func (c *BillingAccountsSinksDeleteCall) Context(ctx context.Context) *BillingAccountsSinksDeleteCall
- func (c *BillingAccountsSinksDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *BillingAccountsSinksDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsSinksDeleteCall
- func (c *BillingAccountsSinksDeleteCall) Header() http.Header
- type BillingAccountsSinksGetCall
- func (c *BillingAccountsSinksGetCall) Context(ctx context.Context) *BillingAccountsSinksGetCall
- func (c *BillingAccountsSinksGetCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *BillingAccountsSinksGetCall) Fields(s ...googleapi.Field) *BillingAccountsSinksGetCall
- func (c *BillingAccountsSinksGetCall) Header() http.Header
- func (c *BillingAccountsSinksGetCall) IfNoneMatch(entityTag string) *BillingAccountsSinksGetCall
- type BillingAccountsSinksListCall
- func (c *BillingAccountsSinksListCall) Context(ctx context.Context) *BillingAccountsSinksListCall
- func (c *BillingAccountsSinksListCall) Do(opts ...googleapi.CallOption) (*ListSinksResponse, error)
- func (c *BillingAccountsSinksListCall) Fields(s ...googleapi.Field) *BillingAccountsSinksListCall
- func (c *BillingAccountsSinksListCall) Header() http.Header
- func (c *BillingAccountsSinksListCall) IfNoneMatch(entityTag string) *BillingAccountsSinksListCall
- func (c *BillingAccountsSinksListCall) PageSize(pageSize int64) *BillingAccountsSinksListCall
- func (c *BillingAccountsSinksListCall) PageToken(pageToken string) *BillingAccountsSinksListCall
- func (c *BillingAccountsSinksListCall) Pages(ctx context.Context, f func(*ListSinksResponse) error) error
- type BillingAccountsSinksPatchCall
- func (c *BillingAccountsSinksPatchCall) Context(ctx context.Context) *BillingAccountsSinksPatchCall
- func (c *BillingAccountsSinksPatchCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *BillingAccountsSinksPatchCall) Fields(s ...googleapi.Field) *BillingAccountsSinksPatchCall
- func (c *BillingAccountsSinksPatchCall) Header() http.Header
- func (c *BillingAccountsSinksPatchCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *BillingAccountsSinksPatchCall
- func (c *BillingAccountsSinksPatchCall) UpdateMask(updateMask string) *BillingAccountsSinksPatchCall
- type BillingAccountsSinksService
- func (r *BillingAccountsSinksService) Create(parent string, logsink *LogSink) *BillingAccountsSinksCreateCall
- func (r *BillingAccountsSinksService) Delete(sinkNameid string) *BillingAccountsSinksDeleteCall
- func (r *BillingAccountsSinksService) Get(sinkName string) *BillingAccountsSinksGetCall
- func (r *BillingAccountsSinksService) List(parent string) *BillingAccountsSinksListCall
- func (r *BillingAccountsSinksService) Patch(sinkNameid string, logsink *LogSink) *BillingAccountsSinksPatchCall
- func (r *BillingAccountsSinksService) Update(sinkNameid string, logsink *LogSink) *BillingAccountsSinksUpdateCall
- type BillingAccountsSinksUpdateCall
- func (c *BillingAccountsSinksUpdateCall) Context(ctx context.Context) *BillingAccountsSinksUpdateCall
- func (c *BillingAccountsSinksUpdateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *BillingAccountsSinksUpdateCall) Fields(s ...googleapi.Field) *BillingAccountsSinksUpdateCall
- func (c *BillingAccountsSinksUpdateCall) Header() http.Header
- func (c *BillingAccountsSinksUpdateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *BillingAccountsSinksUpdateCall
- func (c *BillingAccountsSinksUpdateCall) UpdateMask(updateMask string) *BillingAccountsSinksUpdateCall
- type BucketOptions
- type CmekSettings
- type Empty
- type EntriesListCall
- func (c *EntriesListCall) Context(ctx context.Context) *EntriesListCall
- func (c *EntriesListCall) Do(opts ...googleapi.CallOption) (*ListLogEntriesResponse, error)
- func (c *EntriesListCall) Fields(s ...googleapi.Field) *EntriesListCall
- func (c *EntriesListCall) Header() http.Header
- func (c *EntriesListCall) Pages(ctx context.Context, f func(*ListLogEntriesResponse) error) error
- type EntriesService
- type EntriesTailCall
- type EntriesWriteCall
- type ExclusionsCreateCall
- func (c *ExclusionsCreateCall) Context(ctx context.Context) *ExclusionsCreateCall
- func (c *ExclusionsCreateCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *ExclusionsCreateCall) Fields(s ...googleapi.Field) *ExclusionsCreateCall
- func (c *ExclusionsCreateCall) Header() http.Header
- type ExclusionsDeleteCall
- type ExclusionsGetCall
- func (c *ExclusionsGetCall) Context(ctx context.Context) *ExclusionsGetCall
- func (c *ExclusionsGetCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *ExclusionsGetCall) Fields(s ...googleapi.Field) *ExclusionsGetCall
- func (c *ExclusionsGetCall) Header() http.Header
- func (c *ExclusionsGetCall) IfNoneMatch(entityTag string) *ExclusionsGetCall
- type ExclusionsListCall
- func (c *ExclusionsListCall) Context(ctx context.Context) *ExclusionsListCall
- func (c *ExclusionsListCall) Do(opts ...googleapi.CallOption) (*ListExclusionsResponse, error)
- func (c *ExclusionsListCall) Fields(s ...googleapi.Field) *ExclusionsListCall
- func (c *ExclusionsListCall) Header() http.Header
- func (c *ExclusionsListCall) IfNoneMatch(entityTag string) *ExclusionsListCall
- func (c *ExclusionsListCall) PageSize(pageSize int64) *ExclusionsListCall
- func (c *ExclusionsListCall) PageToken(pageToken string) *ExclusionsListCall
- func (c *ExclusionsListCall) Pages(ctx context.Context, f func(*ListExclusionsResponse) error) error
- type ExclusionsPatchCall
- func (c *ExclusionsPatchCall) Context(ctx context.Context) *ExclusionsPatchCall
- func (c *ExclusionsPatchCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *ExclusionsPatchCall) Fields(s ...googleapi.Field) *ExclusionsPatchCall
- func (c *ExclusionsPatchCall) Header() http.Header
- func (c *ExclusionsPatchCall) UpdateMask(updateMask string) *ExclusionsPatchCall
- type ExclusionsService
- func (r *ExclusionsService) Create(parent string, logexclusion *LogExclusion) *ExclusionsCreateCall
- func (r *ExclusionsService) Delete(name string) *ExclusionsDeleteCall
- func (r *ExclusionsService) Get(name string) *ExclusionsGetCall
- func (r *ExclusionsService) List(parent string) *ExclusionsListCall
- func (r *ExclusionsService) Patch(name string, logexclusion *LogExclusion) *ExclusionsPatchCall
- type Explicit
- type Exponential
- type FoldersExclusionsCreateCall
- func (c *FoldersExclusionsCreateCall) Context(ctx context.Context) *FoldersExclusionsCreateCall
- func (c *FoldersExclusionsCreateCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *FoldersExclusionsCreateCall) Fields(s ...googleapi.Field) *FoldersExclusionsCreateCall
- func (c *FoldersExclusionsCreateCall) Header() http.Header
- type FoldersExclusionsDeleteCall
- func (c *FoldersExclusionsDeleteCall) Context(ctx context.Context) *FoldersExclusionsDeleteCall
- func (c *FoldersExclusionsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *FoldersExclusionsDeleteCall) Fields(s ...googleapi.Field) *FoldersExclusionsDeleteCall
- func (c *FoldersExclusionsDeleteCall) Header() http.Header
- type FoldersExclusionsGetCall
- func (c *FoldersExclusionsGetCall) Context(ctx context.Context) *FoldersExclusionsGetCall
- func (c *FoldersExclusionsGetCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *FoldersExclusionsGetCall) Fields(s ...googleapi.Field) *FoldersExclusionsGetCall
- func (c *FoldersExclusionsGetCall) Header() http.Header
- func (c *FoldersExclusionsGetCall) IfNoneMatch(entityTag string) *FoldersExclusionsGetCall
- type FoldersExclusionsListCall
- func (c *FoldersExclusionsListCall) Context(ctx context.Context) *FoldersExclusionsListCall
- func (c *FoldersExclusionsListCall) Do(opts ...googleapi.CallOption) (*ListExclusionsResponse, error)
- func (c *FoldersExclusionsListCall) Fields(s ...googleapi.Field) *FoldersExclusionsListCall
- func (c *FoldersExclusionsListCall) Header() http.Header
- func (c *FoldersExclusionsListCall) IfNoneMatch(entityTag string) *FoldersExclusionsListCall
- func (c *FoldersExclusionsListCall) PageSize(pageSize int64) *FoldersExclusionsListCall
- func (c *FoldersExclusionsListCall) PageToken(pageToken string) *FoldersExclusionsListCall
- func (c *FoldersExclusionsListCall) Pages(ctx context.Context, f func(*ListExclusionsResponse) error) error
- type FoldersExclusionsPatchCall
- func (c *FoldersExclusionsPatchCall) Context(ctx context.Context) *FoldersExclusionsPatchCall
- func (c *FoldersExclusionsPatchCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *FoldersExclusionsPatchCall) Fields(s ...googleapi.Field) *FoldersExclusionsPatchCall
- func (c *FoldersExclusionsPatchCall) Header() http.Header
- func (c *FoldersExclusionsPatchCall) UpdateMask(updateMask string) *FoldersExclusionsPatchCall
- type FoldersExclusionsService
- func (r *FoldersExclusionsService) Create(parent string, logexclusion *LogExclusion) *FoldersExclusionsCreateCall
- func (r *FoldersExclusionsService) Delete(name string) *FoldersExclusionsDeleteCall
- func (r *FoldersExclusionsService) Get(name string) *FoldersExclusionsGetCall
- func (r *FoldersExclusionsService) List(parent string) *FoldersExclusionsListCall
- func (r *FoldersExclusionsService) Patch(name string, logexclusion *LogExclusion) *FoldersExclusionsPatchCall
- type FoldersLocationsBucketsCreateCall
- func (c *FoldersLocationsBucketsCreateCall) BucketId(bucketId string) *FoldersLocationsBucketsCreateCall
- func (c *FoldersLocationsBucketsCreateCall) Context(ctx context.Context) *FoldersLocationsBucketsCreateCall
- func (c *FoldersLocationsBucketsCreateCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *FoldersLocationsBucketsCreateCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsCreateCall
- func (c *FoldersLocationsBucketsCreateCall) Header() http.Header
- type FoldersLocationsBucketsDeleteCall
- func (c *FoldersLocationsBucketsDeleteCall) Context(ctx context.Context) *FoldersLocationsBucketsDeleteCall
- func (c *FoldersLocationsBucketsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *FoldersLocationsBucketsDeleteCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsDeleteCall
- func (c *FoldersLocationsBucketsDeleteCall) Header() http.Header
- type FoldersLocationsBucketsGetCall
- func (c *FoldersLocationsBucketsGetCall) Context(ctx context.Context) *FoldersLocationsBucketsGetCall
- func (c *FoldersLocationsBucketsGetCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *FoldersLocationsBucketsGetCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsGetCall
- func (c *FoldersLocationsBucketsGetCall) Header() http.Header
- func (c *FoldersLocationsBucketsGetCall) IfNoneMatch(entityTag string) *FoldersLocationsBucketsGetCall
- type FoldersLocationsBucketsListCall
- func (c *FoldersLocationsBucketsListCall) Context(ctx context.Context) *FoldersLocationsBucketsListCall
- func (c *FoldersLocationsBucketsListCall) Do(opts ...googleapi.CallOption) (*ListBucketsResponse, error)
- func (c *FoldersLocationsBucketsListCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsListCall
- func (c *FoldersLocationsBucketsListCall) Header() http.Header
- func (c *FoldersLocationsBucketsListCall) IfNoneMatch(entityTag string) *FoldersLocationsBucketsListCall
- func (c *FoldersLocationsBucketsListCall) PageSize(pageSize int64) *FoldersLocationsBucketsListCall
- func (c *FoldersLocationsBucketsListCall) PageToken(pageToken string) *FoldersLocationsBucketsListCall
- func (c *FoldersLocationsBucketsListCall) Pages(ctx context.Context, f func(*ListBucketsResponse) error) error
- type FoldersLocationsBucketsPatchCall
- func (c *FoldersLocationsBucketsPatchCall) Context(ctx context.Context) *FoldersLocationsBucketsPatchCall
- func (c *FoldersLocationsBucketsPatchCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *FoldersLocationsBucketsPatchCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsPatchCall
- func (c *FoldersLocationsBucketsPatchCall) Header() http.Header
- func (c *FoldersLocationsBucketsPatchCall) UpdateMask(updateMask string) *FoldersLocationsBucketsPatchCall
- type FoldersLocationsBucketsService
- func (r *FoldersLocationsBucketsService) Create(parent string, logbucket *LogBucket) *FoldersLocationsBucketsCreateCall
- func (r *FoldersLocationsBucketsService) Delete(name string) *FoldersLocationsBucketsDeleteCall
- func (r *FoldersLocationsBucketsService) Get(name string) *FoldersLocationsBucketsGetCall
- func (r *FoldersLocationsBucketsService) List(parent string) *FoldersLocationsBucketsListCall
- func (r *FoldersLocationsBucketsService) Patch(name string, logbucket *LogBucket) *FoldersLocationsBucketsPatchCall
- func (r *FoldersLocationsBucketsService) Undelete(name string, undeletebucketrequest *UndeleteBucketRequest) *FoldersLocationsBucketsUndeleteCall
- type FoldersLocationsBucketsUndeleteCall
- func (c *FoldersLocationsBucketsUndeleteCall) Context(ctx context.Context) *FoldersLocationsBucketsUndeleteCall
- func (c *FoldersLocationsBucketsUndeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *FoldersLocationsBucketsUndeleteCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsUndeleteCall
- func (c *FoldersLocationsBucketsUndeleteCall) Header() http.Header
- type FoldersLocationsBucketsViewsCreateCall
- func (c *FoldersLocationsBucketsViewsCreateCall) Context(ctx context.Context) *FoldersLocationsBucketsViewsCreateCall
- func (c *FoldersLocationsBucketsViewsCreateCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *FoldersLocationsBucketsViewsCreateCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsViewsCreateCall
- func (c *FoldersLocationsBucketsViewsCreateCall) Header() http.Header
- func (c *FoldersLocationsBucketsViewsCreateCall) ViewId(viewId string) *FoldersLocationsBucketsViewsCreateCall
- type FoldersLocationsBucketsViewsDeleteCall
- func (c *FoldersLocationsBucketsViewsDeleteCall) Context(ctx context.Context) *FoldersLocationsBucketsViewsDeleteCall
- func (c *FoldersLocationsBucketsViewsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *FoldersLocationsBucketsViewsDeleteCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsViewsDeleteCall
- func (c *FoldersLocationsBucketsViewsDeleteCall) Header() http.Header
- type FoldersLocationsBucketsViewsGetCall
- func (c *FoldersLocationsBucketsViewsGetCall) Context(ctx context.Context) *FoldersLocationsBucketsViewsGetCall
- func (c *FoldersLocationsBucketsViewsGetCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *FoldersLocationsBucketsViewsGetCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsViewsGetCall
- func (c *FoldersLocationsBucketsViewsGetCall) Header() http.Header
- func (c *FoldersLocationsBucketsViewsGetCall) IfNoneMatch(entityTag string) *FoldersLocationsBucketsViewsGetCall
- type FoldersLocationsBucketsViewsListCall
- func (c *FoldersLocationsBucketsViewsListCall) Context(ctx context.Context) *FoldersLocationsBucketsViewsListCall
- func (c *FoldersLocationsBucketsViewsListCall) Do(opts ...googleapi.CallOption) (*ListViewsResponse, error)
- func (c *FoldersLocationsBucketsViewsListCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsViewsListCall
- func (c *FoldersLocationsBucketsViewsListCall) Header() http.Header
- func (c *FoldersLocationsBucketsViewsListCall) IfNoneMatch(entityTag string) *FoldersLocationsBucketsViewsListCall
- func (c *FoldersLocationsBucketsViewsListCall) PageSize(pageSize int64) *FoldersLocationsBucketsViewsListCall
- func (c *FoldersLocationsBucketsViewsListCall) PageToken(pageToken string) *FoldersLocationsBucketsViewsListCall
- func (c *FoldersLocationsBucketsViewsListCall) Pages(ctx context.Context, f func(*ListViewsResponse) error) error
- type FoldersLocationsBucketsViewsPatchCall
- func (c *FoldersLocationsBucketsViewsPatchCall) Context(ctx context.Context) *FoldersLocationsBucketsViewsPatchCall
- func (c *FoldersLocationsBucketsViewsPatchCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *FoldersLocationsBucketsViewsPatchCall) Fields(s ...googleapi.Field) *FoldersLocationsBucketsViewsPatchCall
- func (c *FoldersLocationsBucketsViewsPatchCall) Header() http.Header
- func (c *FoldersLocationsBucketsViewsPatchCall) UpdateMask(updateMask string) *FoldersLocationsBucketsViewsPatchCall
- type FoldersLocationsBucketsViewsService
- func (r *FoldersLocationsBucketsViewsService) Create(parent string, logview *LogView) *FoldersLocationsBucketsViewsCreateCall
- func (r *FoldersLocationsBucketsViewsService) Delete(name string) *FoldersLocationsBucketsViewsDeleteCall
- func (r *FoldersLocationsBucketsViewsService) Get(name string) *FoldersLocationsBucketsViewsGetCall
- func (r *FoldersLocationsBucketsViewsService) List(parent string) *FoldersLocationsBucketsViewsListCall
- func (r *FoldersLocationsBucketsViewsService) Patch(name string, logview *LogView) *FoldersLocationsBucketsViewsPatchCall
- type FoldersLocationsGetCall
- func (c *FoldersLocationsGetCall) Context(ctx context.Context) *FoldersLocationsGetCall
- func (c *FoldersLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error)
- func (c *FoldersLocationsGetCall) Fields(s ...googleapi.Field) *FoldersLocationsGetCall
- func (c *FoldersLocationsGetCall) Header() http.Header
- func (c *FoldersLocationsGetCall) IfNoneMatch(entityTag string) *FoldersLocationsGetCall
- type FoldersLocationsListCall
- func (c *FoldersLocationsListCall) Context(ctx context.Context) *FoldersLocationsListCall
- func (c *FoldersLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error)
- func (c *FoldersLocationsListCall) Fields(s ...googleapi.Field) *FoldersLocationsListCall
- func (c *FoldersLocationsListCall) Filter(filter string) *FoldersLocationsListCall
- func (c *FoldersLocationsListCall) Header() http.Header
- func (c *FoldersLocationsListCall) IfNoneMatch(entityTag string) *FoldersLocationsListCall
- func (c *FoldersLocationsListCall) PageSize(pageSize int64) *FoldersLocationsListCall
- func (c *FoldersLocationsListCall) PageToken(pageToken string) *FoldersLocationsListCall
- func (c *FoldersLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error
- type FoldersLocationsService
- type FoldersLogsDeleteCall
- func (c *FoldersLogsDeleteCall) Context(ctx context.Context) *FoldersLogsDeleteCall
- func (c *FoldersLogsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *FoldersLogsDeleteCall) Fields(s ...googleapi.Field) *FoldersLogsDeleteCall
- func (c *FoldersLogsDeleteCall) Header() http.Header
- type FoldersLogsListCall
- func (c *FoldersLogsListCall) Context(ctx context.Context) *FoldersLogsListCall
- func (c *FoldersLogsListCall) Do(opts ...googleapi.CallOption) (*ListLogsResponse, error)
- func (c *FoldersLogsListCall) Fields(s ...googleapi.Field) *FoldersLogsListCall
- func (c *FoldersLogsListCall) Header() http.Header
- func (c *FoldersLogsListCall) IfNoneMatch(entityTag string) *FoldersLogsListCall
- func (c *FoldersLogsListCall) PageSize(pageSize int64) *FoldersLogsListCall
- func (c *FoldersLogsListCall) PageToken(pageToken string) *FoldersLogsListCall
- func (c *FoldersLogsListCall) Pages(ctx context.Context, f func(*ListLogsResponse) error) error
- func (c *FoldersLogsListCall) ResourceNames(resourceNames ...string) *FoldersLogsListCall
- type FoldersLogsService
- type FoldersService
- type FoldersSinksCreateCall
- func (c *FoldersSinksCreateCall) Context(ctx context.Context) *FoldersSinksCreateCall
- func (c *FoldersSinksCreateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *FoldersSinksCreateCall) Fields(s ...googleapi.Field) *FoldersSinksCreateCall
- func (c *FoldersSinksCreateCall) Header() http.Header
- func (c *FoldersSinksCreateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *FoldersSinksCreateCall
- type FoldersSinksDeleteCall
- func (c *FoldersSinksDeleteCall) Context(ctx context.Context) *FoldersSinksDeleteCall
- func (c *FoldersSinksDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *FoldersSinksDeleteCall) Fields(s ...googleapi.Field) *FoldersSinksDeleteCall
- func (c *FoldersSinksDeleteCall) Header() http.Header
- type FoldersSinksGetCall
- func (c *FoldersSinksGetCall) Context(ctx context.Context) *FoldersSinksGetCall
- func (c *FoldersSinksGetCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *FoldersSinksGetCall) Fields(s ...googleapi.Field) *FoldersSinksGetCall
- func (c *FoldersSinksGetCall) Header() http.Header
- func (c *FoldersSinksGetCall) IfNoneMatch(entityTag string) *FoldersSinksGetCall
- type FoldersSinksListCall
- func (c *FoldersSinksListCall) Context(ctx context.Context) *FoldersSinksListCall
- func (c *FoldersSinksListCall) Do(opts ...googleapi.CallOption) (*ListSinksResponse, error)
- func (c *FoldersSinksListCall) Fields(s ...googleapi.Field) *FoldersSinksListCall
- func (c *FoldersSinksListCall) Header() http.Header
- func (c *FoldersSinksListCall) IfNoneMatch(entityTag string) *FoldersSinksListCall
- func (c *FoldersSinksListCall) PageSize(pageSize int64) *FoldersSinksListCall
- func (c *FoldersSinksListCall) PageToken(pageToken string) *FoldersSinksListCall
- func (c *FoldersSinksListCall) Pages(ctx context.Context, f func(*ListSinksResponse) error) error
- type FoldersSinksPatchCall
- func (c *FoldersSinksPatchCall) Context(ctx context.Context) *FoldersSinksPatchCall
- func (c *FoldersSinksPatchCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *FoldersSinksPatchCall) Fields(s ...googleapi.Field) *FoldersSinksPatchCall
- func (c *FoldersSinksPatchCall) Header() http.Header
- func (c *FoldersSinksPatchCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *FoldersSinksPatchCall
- func (c *FoldersSinksPatchCall) UpdateMask(updateMask string) *FoldersSinksPatchCall
- type FoldersSinksService
- func (r *FoldersSinksService) Create(parent string, logsink *LogSink) *FoldersSinksCreateCall
- func (r *FoldersSinksService) Delete(sinkNameid string) *FoldersSinksDeleteCall
- func (r *FoldersSinksService) Get(sinkName string) *FoldersSinksGetCall
- func (r *FoldersSinksService) List(parent string) *FoldersSinksListCall
- func (r *FoldersSinksService) Patch(sinkNameid string, logsink *LogSink) *FoldersSinksPatchCall
- func (r *FoldersSinksService) Update(sinkNameid string, logsink *LogSink) *FoldersSinksUpdateCall
- type FoldersSinksUpdateCall
- func (c *FoldersSinksUpdateCall) Context(ctx context.Context) *FoldersSinksUpdateCall
- func (c *FoldersSinksUpdateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *FoldersSinksUpdateCall) Fields(s ...googleapi.Field) *FoldersSinksUpdateCall
- func (c *FoldersSinksUpdateCall) Header() http.Header
- func (c *FoldersSinksUpdateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *FoldersSinksUpdateCall
- func (c *FoldersSinksUpdateCall) UpdateMask(updateMask string) *FoldersSinksUpdateCall
- type HttpRequest
- type LabelDescriptor
- type Linear
- type ListBucketsResponse
- type ListExclusionsResponse
- type ListLocationsResponse
- type ListLogEntriesRequest
- type ListLogEntriesResponse
- type ListLogMetricsResponse
- type ListLogsResponse
- type ListMonitoredResourceDescriptorsResponse
- type ListSinksResponse
- type ListViewsResponse
- type Location
- type LocationsBucketsCreateCall
- func (c *LocationsBucketsCreateCall) BucketId(bucketId string) *LocationsBucketsCreateCall
- func (c *LocationsBucketsCreateCall) Context(ctx context.Context) *LocationsBucketsCreateCall
- func (c *LocationsBucketsCreateCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *LocationsBucketsCreateCall) Fields(s ...googleapi.Field) *LocationsBucketsCreateCall
- func (c *LocationsBucketsCreateCall) Header() http.Header
- type LocationsBucketsDeleteCall
- func (c *LocationsBucketsDeleteCall) Context(ctx context.Context) *LocationsBucketsDeleteCall
- func (c *LocationsBucketsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *LocationsBucketsDeleteCall) Fields(s ...googleapi.Field) *LocationsBucketsDeleteCall
- func (c *LocationsBucketsDeleteCall) Header() http.Header
- type LocationsBucketsGetCall
- func (c *LocationsBucketsGetCall) Context(ctx context.Context) *LocationsBucketsGetCall
- func (c *LocationsBucketsGetCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *LocationsBucketsGetCall) Fields(s ...googleapi.Field) *LocationsBucketsGetCall
- func (c *LocationsBucketsGetCall) Header() http.Header
- func (c *LocationsBucketsGetCall) IfNoneMatch(entityTag string) *LocationsBucketsGetCall
- type LocationsBucketsListCall
- func (c *LocationsBucketsListCall) Context(ctx context.Context) *LocationsBucketsListCall
- func (c *LocationsBucketsListCall) Do(opts ...googleapi.CallOption) (*ListBucketsResponse, error)
- func (c *LocationsBucketsListCall) Fields(s ...googleapi.Field) *LocationsBucketsListCall
- func (c *LocationsBucketsListCall) Header() http.Header
- func (c *LocationsBucketsListCall) IfNoneMatch(entityTag string) *LocationsBucketsListCall
- func (c *LocationsBucketsListCall) PageSize(pageSize int64) *LocationsBucketsListCall
- func (c *LocationsBucketsListCall) PageToken(pageToken string) *LocationsBucketsListCall
- func (c *LocationsBucketsListCall) Pages(ctx context.Context, f func(*ListBucketsResponse) error) error
- type LocationsBucketsPatchCall
- func (c *LocationsBucketsPatchCall) Context(ctx context.Context) *LocationsBucketsPatchCall
- func (c *LocationsBucketsPatchCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *LocationsBucketsPatchCall) Fields(s ...googleapi.Field) *LocationsBucketsPatchCall
- func (c *LocationsBucketsPatchCall) Header() http.Header
- func (c *LocationsBucketsPatchCall) UpdateMask(updateMask string) *LocationsBucketsPatchCall
- type LocationsBucketsService
- func (r *LocationsBucketsService) Create(parent string, logbucket *LogBucket) *LocationsBucketsCreateCall
- func (r *LocationsBucketsService) Delete(name string) *LocationsBucketsDeleteCall
- func (r *LocationsBucketsService) Get(name string) *LocationsBucketsGetCall
- func (r *LocationsBucketsService) List(parent string) *LocationsBucketsListCall
- func (r *LocationsBucketsService) Patch(name string, logbucket *LogBucket) *LocationsBucketsPatchCall
- func (r *LocationsBucketsService) Undelete(name string, undeletebucketrequest *UndeleteBucketRequest) *LocationsBucketsUndeleteCall
- type LocationsBucketsUndeleteCall
- func (c *LocationsBucketsUndeleteCall) Context(ctx context.Context) *LocationsBucketsUndeleteCall
- func (c *LocationsBucketsUndeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *LocationsBucketsUndeleteCall) Fields(s ...googleapi.Field) *LocationsBucketsUndeleteCall
- func (c *LocationsBucketsUndeleteCall) Header() http.Header
- type LocationsBucketsViewsCreateCall
- func (c *LocationsBucketsViewsCreateCall) Context(ctx context.Context) *LocationsBucketsViewsCreateCall
- func (c *LocationsBucketsViewsCreateCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *LocationsBucketsViewsCreateCall) Fields(s ...googleapi.Field) *LocationsBucketsViewsCreateCall
- func (c *LocationsBucketsViewsCreateCall) Header() http.Header
- func (c *LocationsBucketsViewsCreateCall) ViewId(viewId string) *LocationsBucketsViewsCreateCall
- type LocationsBucketsViewsDeleteCall
- func (c *LocationsBucketsViewsDeleteCall) Context(ctx context.Context) *LocationsBucketsViewsDeleteCall
- func (c *LocationsBucketsViewsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *LocationsBucketsViewsDeleteCall) Fields(s ...googleapi.Field) *LocationsBucketsViewsDeleteCall
- func (c *LocationsBucketsViewsDeleteCall) Header() http.Header
- type LocationsBucketsViewsGetCall
- func (c *LocationsBucketsViewsGetCall) Context(ctx context.Context) *LocationsBucketsViewsGetCall
- func (c *LocationsBucketsViewsGetCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *LocationsBucketsViewsGetCall) Fields(s ...googleapi.Field) *LocationsBucketsViewsGetCall
- func (c *LocationsBucketsViewsGetCall) Header() http.Header
- func (c *LocationsBucketsViewsGetCall) IfNoneMatch(entityTag string) *LocationsBucketsViewsGetCall
- type LocationsBucketsViewsListCall
- func (c *LocationsBucketsViewsListCall) Context(ctx context.Context) *LocationsBucketsViewsListCall
- func (c *LocationsBucketsViewsListCall) Do(opts ...googleapi.CallOption) (*ListViewsResponse, error)
- func (c *LocationsBucketsViewsListCall) Fields(s ...googleapi.Field) *LocationsBucketsViewsListCall
- func (c *LocationsBucketsViewsListCall) Header() http.Header
- func (c *LocationsBucketsViewsListCall) IfNoneMatch(entityTag string) *LocationsBucketsViewsListCall
- func (c *LocationsBucketsViewsListCall) PageSize(pageSize int64) *LocationsBucketsViewsListCall
- func (c *LocationsBucketsViewsListCall) PageToken(pageToken string) *LocationsBucketsViewsListCall
- func (c *LocationsBucketsViewsListCall) Pages(ctx context.Context, f func(*ListViewsResponse) error) error
- type LocationsBucketsViewsPatchCall
- func (c *LocationsBucketsViewsPatchCall) Context(ctx context.Context) *LocationsBucketsViewsPatchCall
- func (c *LocationsBucketsViewsPatchCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *LocationsBucketsViewsPatchCall) Fields(s ...googleapi.Field) *LocationsBucketsViewsPatchCall
- func (c *LocationsBucketsViewsPatchCall) Header() http.Header
- func (c *LocationsBucketsViewsPatchCall) UpdateMask(updateMask string) *LocationsBucketsViewsPatchCall
- type LocationsBucketsViewsService
- func (r *LocationsBucketsViewsService) Create(parent string, logview *LogView) *LocationsBucketsViewsCreateCall
- func (r *LocationsBucketsViewsService) Delete(name string) *LocationsBucketsViewsDeleteCall
- func (r *LocationsBucketsViewsService) Get(name string) *LocationsBucketsViewsGetCall
- func (r *LocationsBucketsViewsService) List(parent string) *LocationsBucketsViewsListCall
- func (r *LocationsBucketsViewsService) Patch(name string, logview *LogView) *LocationsBucketsViewsPatchCall
- type LocationsGetCall
- func (c *LocationsGetCall) Context(ctx context.Context) *LocationsGetCall
- func (c *LocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error)
- func (c *LocationsGetCall) Fields(s ...googleapi.Field) *LocationsGetCall
- func (c *LocationsGetCall) Header() http.Header
- func (c *LocationsGetCall) IfNoneMatch(entityTag string) *LocationsGetCall
- type LocationsListCall
- func (c *LocationsListCall) Context(ctx context.Context) *LocationsListCall
- func (c *LocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error)
- func (c *LocationsListCall) Fields(s ...googleapi.Field) *LocationsListCall
- func (c *LocationsListCall) Filter(filter string) *LocationsListCall
- func (c *LocationsListCall) Header() http.Header
- func (c *LocationsListCall) IfNoneMatch(entityTag string) *LocationsListCall
- func (c *LocationsListCall) PageSize(pageSize int64) *LocationsListCall
- func (c *LocationsListCall) PageToken(pageToken string) *LocationsListCall
- func (c *LocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error
- type LocationsService
- type LogBucket
- type LogEntry
- type LogEntryOperation
- type LogEntrySourceLocation
- type LogExclusion
- type LogLine
- type LogMetric
- type LogSink
- type LogView
- type LogsDeleteCall
- type LogsListCall
- func (c *LogsListCall) Context(ctx context.Context) *LogsListCall
- func (c *LogsListCall) Do(opts ...googleapi.CallOption) (*ListLogsResponse, error)
- func (c *LogsListCall) Fields(s ...googleapi.Field) *LogsListCall
- func (c *LogsListCall) Header() http.Header
- func (c *LogsListCall) IfNoneMatch(entityTag string) *LogsListCall
- func (c *LogsListCall) PageSize(pageSize int64) *LogsListCall
- func (c *LogsListCall) PageToken(pageToken string) *LogsListCall
- func (c *LogsListCall) Pages(ctx context.Context, f func(*ListLogsResponse) error) error
- func (c *LogsListCall) ResourceNames(resourceNames ...string) *LogsListCall
- type LogsService
- type MetricDescriptor
- type MetricDescriptorMetadata
- type MonitoredResource
- type MonitoredResourceDescriptor
- type MonitoredResourceDescriptorsListCall
- func (c *MonitoredResourceDescriptorsListCall) Context(ctx context.Context) *MonitoredResourceDescriptorsListCall
- func (c *MonitoredResourceDescriptorsListCall) Do(opts ...googleapi.CallOption) (*ListMonitoredResourceDescriptorsResponse, error)
- func (c *MonitoredResourceDescriptorsListCall) Fields(s ...googleapi.Field) *MonitoredResourceDescriptorsListCall
- func (c *MonitoredResourceDescriptorsListCall) Header() http.Header
- func (c *MonitoredResourceDescriptorsListCall) IfNoneMatch(entityTag string) *MonitoredResourceDescriptorsListCall
- func (c *MonitoredResourceDescriptorsListCall) PageSize(pageSize int64) *MonitoredResourceDescriptorsListCall
- func (c *MonitoredResourceDescriptorsListCall) PageToken(pageToken string) *MonitoredResourceDescriptorsListCall
- func (c *MonitoredResourceDescriptorsListCall) Pages(ctx context.Context, f func(*ListMonitoredResourceDescriptorsResponse) error) error
- type MonitoredResourceDescriptorsService
- type MonitoredResourceMetadata
- type OrganizationsExclusionsCreateCall
- func (c *OrganizationsExclusionsCreateCall) Context(ctx context.Context) *OrganizationsExclusionsCreateCall
- func (c *OrganizationsExclusionsCreateCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *OrganizationsExclusionsCreateCall) Fields(s ...googleapi.Field) *OrganizationsExclusionsCreateCall
- func (c *OrganizationsExclusionsCreateCall) Header() http.Header
- type OrganizationsExclusionsDeleteCall
- func (c *OrganizationsExclusionsDeleteCall) Context(ctx context.Context) *OrganizationsExclusionsDeleteCall
- func (c *OrganizationsExclusionsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *OrganizationsExclusionsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsExclusionsDeleteCall
- func (c *OrganizationsExclusionsDeleteCall) Header() http.Header
- type OrganizationsExclusionsGetCall
- func (c *OrganizationsExclusionsGetCall) Context(ctx context.Context) *OrganizationsExclusionsGetCall
- func (c *OrganizationsExclusionsGetCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *OrganizationsExclusionsGetCall) Fields(s ...googleapi.Field) *OrganizationsExclusionsGetCall
- func (c *OrganizationsExclusionsGetCall) Header() http.Header
- func (c *OrganizationsExclusionsGetCall) IfNoneMatch(entityTag string) *OrganizationsExclusionsGetCall
- type OrganizationsExclusionsListCall
- func (c *OrganizationsExclusionsListCall) Context(ctx context.Context) *OrganizationsExclusionsListCall
- func (c *OrganizationsExclusionsListCall) Do(opts ...googleapi.CallOption) (*ListExclusionsResponse, error)
- func (c *OrganizationsExclusionsListCall) Fields(s ...googleapi.Field) *OrganizationsExclusionsListCall
- func (c *OrganizationsExclusionsListCall) Header() http.Header
- func (c *OrganizationsExclusionsListCall) IfNoneMatch(entityTag string) *OrganizationsExclusionsListCall
- func (c *OrganizationsExclusionsListCall) PageSize(pageSize int64) *OrganizationsExclusionsListCall
- func (c *OrganizationsExclusionsListCall) PageToken(pageToken string) *OrganizationsExclusionsListCall
- func (c *OrganizationsExclusionsListCall) Pages(ctx context.Context, f func(*ListExclusionsResponse) error) error
- type OrganizationsExclusionsPatchCall
- func (c *OrganizationsExclusionsPatchCall) Context(ctx context.Context) *OrganizationsExclusionsPatchCall
- func (c *OrganizationsExclusionsPatchCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *OrganizationsExclusionsPatchCall) Fields(s ...googleapi.Field) *OrganizationsExclusionsPatchCall
- func (c *OrganizationsExclusionsPatchCall) Header() http.Header
- func (c *OrganizationsExclusionsPatchCall) UpdateMask(updateMask string) *OrganizationsExclusionsPatchCall
- type OrganizationsExclusionsService
- func (r *OrganizationsExclusionsService) Create(parent string, logexclusion *LogExclusion) *OrganizationsExclusionsCreateCall
- func (r *OrganizationsExclusionsService) Delete(name string) *OrganizationsExclusionsDeleteCall
- func (r *OrganizationsExclusionsService) Get(name string) *OrganizationsExclusionsGetCall
- func (r *OrganizationsExclusionsService) List(parent string) *OrganizationsExclusionsListCall
- func (r *OrganizationsExclusionsService) Patch(name string, logexclusion *LogExclusion) *OrganizationsExclusionsPatchCall
- type OrganizationsGetCmekSettingsCall
- func (c *OrganizationsGetCmekSettingsCall) Context(ctx context.Context) *OrganizationsGetCmekSettingsCall
- func (c *OrganizationsGetCmekSettingsCall) Do(opts ...googleapi.CallOption) (*CmekSettings, error)
- func (c *OrganizationsGetCmekSettingsCall) Fields(s ...googleapi.Field) *OrganizationsGetCmekSettingsCall
- func (c *OrganizationsGetCmekSettingsCall) Header() http.Header
- func (c *OrganizationsGetCmekSettingsCall) IfNoneMatch(entityTag string) *OrganizationsGetCmekSettingsCall
- type OrganizationsLocationsBucketsCreateCall
- func (c *OrganizationsLocationsBucketsCreateCall) BucketId(bucketId string) *OrganizationsLocationsBucketsCreateCall
- func (c *OrganizationsLocationsBucketsCreateCall) Context(ctx context.Context) *OrganizationsLocationsBucketsCreateCall
- func (c *OrganizationsLocationsBucketsCreateCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *OrganizationsLocationsBucketsCreateCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsCreateCall
- func (c *OrganizationsLocationsBucketsCreateCall) Header() http.Header
- type OrganizationsLocationsBucketsDeleteCall
- func (c *OrganizationsLocationsBucketsDeleteCall) Context(ctx context.Context) *OrganizationsLocationsBucketsDeleteCall
- func (c *OrganizationsLocationsBucketsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *OrganizationsLocationsBucketsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsDeleteCall
- func (c *OrganizationsLocationsBucketsDeleteCall) Header() http.Header
- type OrganizationsLocationsBucketsGetCall
- func (c *OrganizationsLocationsBucketsGetCall) Context(ctx context.Context) *OrganizationsLocationsBucketsGetCall
- func (c *OrganizationsLocationsBucketsGetCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *OrganizationsLocationsBucketsGetCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsGetCall
- func (c *OrganizationsLocationsBucketsGetCall) Header() http.Header
- func (c *OrganizationsLocationsBucketsGetCall) IfNoneMatch(entityTag string) *OrganizationsLocationsBucketsGetCall
- type OrganizationsLocationsBucketsListCall
- func (c *OrganizationsLocationsBucketsListCall) Context(ctx context.Context) *OrganizationsLocationsBucketsListCall
- func (c *OrganizationsLocationsBucketsListCall) Do(opts ...googleapi.CallOption) (*ListBucketsResponse, error)
- func (c *OrganizationsLocationsBucketsListCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsListCall
- func (c *OrganizationsLocationsBucketsListCall) Header() http.Header
- func (c *OrganizationsLocationsBucketsListCall) IfNoneMatch(entityTag string) *OrganizationsLocationsBucketsListCall
- func (c *OrganizationsLocationsBucketsListCall) PageSize(pageSize int64) *OrganizationsLocationsBucketsListCall
- func (c *OrganizationsLocationsBucketsListCall) PageToken(pageToken string) *OrganizationsLocationsBucketsListCall
- func (c *OrganizationsLocationsBucketsListCall) Pages(ctx context.Context, f func(*ListBucketsResponse) error) error
- type OrganizationsLocationsBucketsPatchCall
- func (c *OrganizationsLocationsBucketsPatchCall) Context(ctx context.Context) *OrganizationsLocationsBucketsPatchCall
- func (c *OrganizationsLocationsBucketsPatchCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *OrganizationsLocationsBucketsPatchCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsPatchCall
- func (c *OrganizationsLocationsBucketsPatchCall) Header() http.Header
- func (c *OrganizationsLocationsBucketsPatchCall) UpdateMask(updateMask string) *OrganizationsLocationsBucketsPatchCall
- type OrganizationsLocationsBucketsService
- func (r *OrganizationsLocationsBucketsService) Create(parent string, logbucket *LogBucket) *OrganizationsLocationsBucketsCreateCall
- func (r *OrganizationsLocationsBucketsService) Delete(name string) *OrganizationsLocationsBucketsDeleteCall
- func (r *OrganizationsLocationsBucketsService) Get(name string) *OrganizationsLocationsBucketsGetCall
- func (r *OrganizationsLocationsBucketsService) List(parent string) *OrganizationsLocationsBucketsListCall
- func (r *OrganizationsLocationsBucketsService) Patch(name string, logbucket *LogBucket) *OrganizationsLocationsBucketsPatchCall
- func (r *OrganizationsLocationsBucketsService) Undelete(name string, undeletebucketrequest *UndeleteBucketRequest) *OrganizationsLocationsBucketsUndeleteCall
- type OrganizationsLocationsBucketsUndeleteCall
- func (c *OrganizationsLocationsBucketsUndeleteCall) Context(ctx context.Context) *OrganizationsLocationsBucketsUndeleteCall
- func (c *OrganizationsLocationsBucketsUndeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *OrganizationsLocationsBucketsUndeleteCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsUndeleteCall
- func (c *OrganizationsLocationsBucketsUndeleteCall) Header() http.Header
- type OrganizationsLocationsBucketsViewsCreateCall
- func (c *OrganizationsLocationsBucketsViewsCreateCall) Context(ctx context.Context) *OrganizationsLocationsBucketsViewsCreateCall
- func (c *OrganizationsLocationsBucketsViewsCreateCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *OrganizationsLocationsBucketsViewsCreateCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsViewsCreateCall
- func (c *OrganizationsLocationsBucketsViewsCreateCall) Header() http.Header
- func (c *OrganizationsLocationsBucketsViewsCreateCall) ViewId(viewId string) *OrganizationsLocationsBucketsViewsCreateCall
- type OrganizationsLocationsBucketsViewsDeleteCall
- func (c *OrganizationsLocationsBucketsViewsDeleteCall) Context(ctx context.Context) *OrganizationsLocationsBucketsViewsDeleteCall
- func (c *OrganizationsLocationsBucketsViewsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *OrganizationsLocationsBucketsViewsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsViewsDeleteCall
- func (c *OrganizationsLocationsBucketsViewsDeleteCall) Header() http.Header
- type OrganizationsLocationsBucketsViewsGetCall
- func (c *OrganizationsLocationsBucketsViewsGetCall) Context(ctx context.Context) *OrganizationsLocationsBucketsViewsGetCall
- func (c *OrganizationsLocationsBucketsViewsGetCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *OrganizationsLocationsBucketsViewsGetCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsViewsGetCall
- func (c *OrganizationsLocationsBucketsViewsGetCall) Header() http.Header
- func (c *OrganizationsLocationsBucketsViewsGetCall) IfNoneMatch(entityTag string) *OrganizationsLocationsBucketsViewsGetCall
- type OrganizationsLocationsBucketsViewsListCall
- func (c *OrganizationsLocationsBucketsViewsListCall) Context(ctx context.Context) *OrganizationsLocationsBucketsViewsListCall
- func (c *OrganizationsLocationsBucketsViewsListCall) Do(opts ...googleapi.CallOption) (*ListViewsResponse, error)
- func (c *OrganizationsLocationsBucketsViewsListCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsViewsListCall
- func (c *OrganizationsLocationsBucketsViewsListCall) Header() http.Header
- func (c *OrganizationsLocationsBucketsViewsListCall) IfNoneMatch(entityTag string) *OrganizationsLocationsBucketsViewsListCall
- func (c *OrganizationsLocationsBucketsViewsListCall) PageSize(pageSize int64) *OrganizationsLocationsBucketsViewsListCall
- func (c *OrganizationsLocationsBucketsViewsListCall) PageToken(pageToken string) *OrganizationsLocationsBucketsViewsListCall
- func (c *OrganizationsLocationsBucketsViewsListCall) Pages(ctx context.Context, f func(*ListViewsResponse) error) error
- type OrganizationsLocationsBucketsViewsPatchCall
- func (c *OrganizationsLocationsBucketsViewsPatchCall) Context(ctx context.Context) *OrganizationsLocationsBucketsViewsPatchCall
- func (c *OrganizationsLocationsBucketsViewsPatchCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *OrganizationsLocationsBucketsViewsPatchCall) Fields(s ...googleapi.Field) *OrganizationsLocationsBucketsViewsPatchCall
- func (c *OrganizationsLocationsBucketsViewsPatchCall) Header() http.Header
- func (c *OrganizationsLocationsBucketsViewsPatchCall) UpdateMask(updateMask string) *OrganizationsLocationsBucketsViewsPatchCall
- type OrganizationsLocationsBucketsViewsService
- func (r *OrganizationsLocationsBucketsViewsService) Create(parent string, logview *LogView) *OrganizationsLocationsBucketsViewsCreateCall
- func (r *OrganizationsLocationsBucketsViewsService) Delete(name string) *OrganizationsLocationsBucketsViewsDeleteCall
- func (r *OrganizationsLocationsBucketsViewsService) Get(name string) *OrganizationsLocationsBucketsViewsGetCall
- func (r *OrganizationsLocationsBucketsViewsService) List(parent string) *OrganizationsLocationsBucketsViewsListCall
- func (r *OrganizationsLocationsBucketsViewsService) Patch(name string, logview *LogView) *OrganizationsLocationsBucketsViewsPatchCall
- type OrganizationsLocationsGetCall
- func (c *OrganizationsLocationsGetCall) Context(ctx context.Context) *OrganizationsLocationsGetCall
- func (c *OrganizationsLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error)
- func (c *OrganizationsLocationsGetCall) Fields(s ...googleapi.Field) *OrganizationsLocationsGetCall
- func (c *OrganizationsLocationsGetCall) Header() http.Header
- func (c *OrganizationsLocationsGetCall) IfNoneMatch(entityTag string) *OrganizationsLocationsGetCall
- type OrganizationsLocationsListCall
- func (c *OrganizationsLocationsListCall) Context(ctx context.Context) *OrganizationsLocationsListCall
- func (c *OrganizationsLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error)
- func (c *OrganizationsLocationsListCall) Fields(s ...googleapi.Field) *OrganizationsLocationsListCall
- func (c *OrganizationsLocationsListCall) Filter(filter string) *OrganizationsLocationsListCall
- func (c *OrganizationsLocationsListCall) Header() http.Header
- func (c *OrganizationsLocationsListCall) IfNoneMatch(entityTag string) *OrganizationsLocationsListCall
- func (c *OrganizationsLocationsListCall) PageSize(pageSize int64) *OrganizationsLocationsListCall
- func (c *OrganizationsLocationsListCall) PageToken(pageToken string) *OrganizationsLocationsListCall
- func (c *OrganizationsLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error
- type OrganizationsLocationsService
- type OrganizationsLogsDeleteCall
- func (c *OrganizationsLogsDeleteCall) Context(ctx context.Context) *OrganizationsLogsDeleteCall
- func (c *OrganizationsLogsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *OrganizationsLogsDeleteCall) Fields(s ...googleapi.Field) *OrganizationsLogsDeleteCall
- func (c *OrganizationsLogsDeleteCall) Header() http.Header
- type OrganizationsLogsListCall
- func (c *OrganizationsLogsListCall) Context(ctx context.Context) *OrganizationsLogsListCall
- func (c *OrganizationsLogsListCall) Do(opts ...googleapi.CallOption) (*ListLogsResponse, error)
- func (c *OrganizationsLogsListCall) Fields(s ...googleapi.Field) *OrganizationsLogsListCall
- func (c *OrganizationsLogsListCall) Header() http.Header
- func (c *OrganizationsLogsListCall) IfNoneMatch(entityTag string) *OrganizationsLogsListCall
- func (c *OrganizationsLogsListCall) PageSize(pageSize int64) *OrganizationsLogsListCall
- func (c *OrganizationsLogsListCall) PageToken(pageToken string) *OrganizationsLogsListCall
- func (c *OrganizationsLogsListCall) Pages(ctx context.Context, f func(*ListLogsResponse) error) error
- func (c *OrganizationsLogsListCall) ResourceNames(resourceNames ...string) *OrganizationsLogsListCall
- type OrganizationsLogsService
- type OrganizationsService
- type OrganizationsSinksCreateCall
- func (c *OrganizationsSinksCreateCall) Context(ctx context.Context) *OrganizationsSinksCreateCall
- func (c *OrganizationsSinksCreateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *OrganizationsSinksCreateCall) Fields(s ...googleapi.Field) *OrganizationsSinksCreateCall
- func (c *OrganizationsSinksCreateCall) Header() http.Header
- func (c *OrganizationsSinksCreateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *OrganizationsSinksCreateCall
- type OrganizationsSinksDeleteCall
- func (c *OrganizationsSinksDeleteCall) Context(ctx context.Context) *OrganizationsSinksDeleteCall
- func (c *OrganizationsSinksDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *OrganizationsSinksDeleteCall) Fields(s ...googleapi.Field) *OrganizationsSinksDeleteCall
- func (c *OrganizationsSinksDeleteCall) Header() http.Header
- type OrganizationsSinksGetCall
- func (c *OrganizationsSinksGetCall) Context(ctx context.Context) *OrganizationsSinksGetCall
- func (c *OrganizationsSinksGetCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *OrganizationsSinksGetCall) Fields(s ...googleapi.Field) *OrganizationsSinksGetCall
- func (c *OrganizationsSinksGetCall) Header() http.Header
- func (c *OrganizationsSinksGetCall) IfNoneMatch(entityTag string) *OrganizationsSinksGetCall
- type OrganizationsSinksListCall
- func (c *OrganizationsSinksListCall) Context(ctx context.Context) *OrganizationsSinksListCall
- func (c *OrganizationsSinksListCall) Do(opts ...googleapi.CallOption) (*ListSinksResponse, error)
- func (c *OrganizationsSinksListCall) Fields(s ...googleapi.Field) *OrganizationsSinksListCall
- func (c *OrganizationsSinksListCall) Header() http.Header
- func (c *OrganizationsSinksListCall) IfNoneMatch(entityTag string) *OrganizationsSinksListCall
- func (c *OrganizationsSinksListCall) PageSize(pageSize int64) *OrganizationsSinksListCall
- func (c *OrganizationsSinksListCall) PageToken(pageToken string) *OrganizationsSinksListCall
- func (c *OrganizationsSinksListCall) Pages(ctx context.Context, f func(*ListSinksResponse) error) error
- type OrganizationsSinksPatchCall
- func (c *OrganizationsSinksPatchCall) Context(ctx context.Context) *OrganizationsSinksPatchCall
- func (c *OrganizationsSinksPatchCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *OrganizationsSinksPatchCall) Fields(s ...googleapi.Field) *OrganizationsSinksPatchCall
- func (c *OrganizationsSinksPatchCall) Header() http.Header
- func (c *OrganizationsSinksPatchCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *OrganizationsSinksPatchCall
- func (c *OrganizationsSinksPatchCall) UpdateMask(updateMask string) *OrganizationsSinksPatchCall
- type OrganizationsSinksService
- func (r *OrganizationsSinksService) Create(parent string, logsink *LogSink) *OrganizationsSinksCreateCall
- func (r *OrganizationsSinksService) Delete(sinkNameid string) *OrganizationsSinksDeleteCall
- func (r *OrganizationsSinksService) Get(sinkName string) *OrganizationsSinksGetCall
- func (r *OrganizationsSinksService) List(parent string) *OrganizationsSinksListCall
- func (r *OrganizationsSinksService) Patch(sinkNameid string, logsink *LogSink) *OrganizationsSinksPatchCall
- func (r *OrganizationsSinksService) Update(sinkNameid string, logsink *LogSink) *OrganizationsSinksUpdateCall
- type OrganizationsSinksUpdateCall
- func (c *OrganizationsSinksUpdateCall) Context(ctx context.Context) *OrganizationsSinksUpdateCall
- func (c *OrganizationsSinksUpdateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *OrganizationsSinksUpdateCall) Fields(s ...googleapi.Field) *OrganizationsSinksUpdateCall
- func (c *OrganizationsSinksUpdateCall) Header() http.Header
- func (c *OrganizationsSinksUpdateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *OrganizationsSinksUpdateCall
- func (c *OrganizationsSinksUpdateCall) UpdateMask(updateMask string) *OrganizationsSinksUpdateCall
- type OrganizationsUpdateCmekSettingsCall
- func (c *OrganizationsUpdateCmekSettingsCall) Context(ctx context.Context) *OrganizationsUpdateCmekSettingsCall
- func (c *OrganizationsUpdateCmekSettingsCall) Do(opts ...googleapi.CallOption) (*CmekSettings, error)
- func (c *OrganizationsUpdateCmekSettingsCall) Fields(s ...googleapi.Field) *OrganizationsUpdateCmekSettingsCall
- func (c *OrganizationsUpdateCmekSettingsCall) Header() http.Header
- func (c *OrganizationsUpdateCmekSettingsCall) UpdateMask(updateMask string) *OrganizationsUpdateCmekSettingsCall
- type ProjectsExclusionsCreateCall
- func (c *ProjectsExclusionsCreateCall) Context(ctx context.Context) *ProjectsExclusionsCreateCall
- func (c *ProjectsExclusionsCreateCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *ProjectsExclusionsCreateCall) Fields(s ...googleapi.Field) *ProjectsExclusionsCreateCall
- func (c *ProjectsExclusionsCreateCall) Header() http.Header
- type ProjectsExclusionsDeleteCall
- func (c *ProjectsExclusionsDeleteCall) Context(ctx context.Context) *ProjectsExclusionsDeleteCall
- func (c *ProjectsExclusionsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsExclusionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsExclusionsDeleteCall
- func (c *ProjectsExclusionsDeleteCall) Header() http.Header
- type ProjectsExclusionsGetCall
- func (c *ProjectsExclusionsGetCall) Context(ctx context.Context) *ProjectsExclusionsGetCall
- func (c *ProjectsExclusionsGetCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *ProjectsExclusionsGetCall) Fields(s ...googleapi.Field) *ProjectsExclusionsGetCall
- func (c *ProjectsExclusionsGetCall) Header() http.Header
- func (c *ProjectsExclusionsGetCall) IfNoneMatch(entityTag string) *ProjectsExclusionsGetCall
- type ProjectsExclusionsListCall
- func (c *ProjectsExclusionsListCall) Context(ctx context.Context) *ProjectsExclusionsListCall
- func (c *ProjectsExclusionsListCall) Do(opts ...googleapi.CallOption) (*ListExclusionsResponse, error)
- func (c *ProjectsExclusionsListCall) Fields(s ...googleapi.Field) *ProjectsExclusionsListCall
- func (c *ProjectsExclusionsListCall) Header() http.Header
- func (c *ProjectsExclusionsListCall) IfNoneMatch(entityTag string) *ProjectsExclusionsListCall
- func (c *ProjectsExclusionsListCall) PageSize(pageSize int64) *ProjectsExclusionsListCall
- func (c *ProjectsExclusionsListCall) PageToken(pageToken string) *ProjectsExclusionsListCall
- func (c *ProjectsExclusionsListCall) Pages(ctx context.Context, f func(*ListExclusionsResponse) error) error
- type ProjectsExclusionsPatchCall
- func (c *ProjectsExclusionsPatchCall) Context(ctx context.Context) *ProjectsExclusionsPatchCall
- func (c *ProjectsExclusionsPatchCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
- func (c *ProjectsExclusionsPatchCall) Fields(s ...googleapi.Field) *ProjectsExclusionsPatchCall
- func (c *ProjectsExclusionsPatchCall) Header() http.Header
- func (c *ProjectsExclusionsPatchCall) UpdateMask(updateMask string) *ProjectsExclusionsPatchCall
- type ProjectsExclusionsService
- func (r *ProjectsExclusionsService) Create(parent string, logexclusion *LogExclusion) *ProjectsExclusionsCreateCall
- func (r *ProjectsExclusionsService) Delete(name string) *ProjectsExclusionsDeleteCall
- func (r *ProjectsExclusionsService) Get(name string) *ProjectsExclusionsGetCall
- func (r *ProjectsExclusionsService) List(parent string) *ProjectsExclusionsListCall
- func (r *ProjectsExclusionsService) Patch(name string, logexclusion *LogExclusion) *ProjectsExclusionsPatchCall
- type ProjectsLocationsBucketsCreateCall
- func (c *ProjectsLocationsBucketsCreateCall) BucketId(bucketId string) *ProjectsLocationsBucketsCreateCall
- func (c *ProjectsLocationsBucketsCreateCall) Context(ctx context.Context) *ProjectsLocationsBucketsCreateCall
- func (c *ProjectsLocationsBucketsCreateCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *ProjectsLocationsBucketsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsCreateCall
- func (c *ProjectsLocationsBucketsCreateCall) Header() http.Header
- type ProjectsLocationsBucketsDeleteCall
- func (c *ProjectsLocationsBucketsDeleteCall) Context(ctx context.Context) *ProjectsLocationsBucketsDeleteCall
- func (c *ProjectsLocationsBucketsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsBucketsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsDeleteCall
- func (c *ProjectsLocationsBucketsDeleteCall) Header() http.Header
- type ProjectsLocationsBucketsGetCall
- func (c *ProjectsLocationsBucketsGetCall) Context(ctx context.Context) *ProjectsLocationsBucketsGetCall
- func (c *ProjectsLocationsBucketsGetCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *ProjectsLocationsBucketsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsGetCall
- func (c *ProjectsLocationsBucketsGetCall) Header() http.Header
- func (c *ProjectsLocationsBucketsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsBucketsGetCall
- type ProjectsLocationsBucketsListCall
- func (c *ProjectsLocationsBucketsListCall) Context(ctx context.Context) *ProjectsLocationsBucketsListCall
- func (c *ProjectsLocationsBucketsListCall) Do(opts ...googleapi.CallOption) (*ListBucketsResponse, error)
- func (c *ProjectsLocationsBucketsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsListCall
- func (c *ProjectsLocationsBucketsListCall) Header() http.Header
- func (c *ProjectsLocationsBucketsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsBucketsListCall
- func (c *ProjectsLocationsBucketsListCall) PageSize(pageSize int64) *ProjectsLocationsBucketsListCall
- func (c *ProjectsLocationsBucketsListCall) PageToken(pageToken string) *ProjectsLocationsBucketsListCall
- func (c *ProjectsLocationsBucketsListCall) Pages(ctx context.Context, f func(*ListBucketsResponse) error) error
- type ProjectsLocationsBucketsPatchCall
- func (c *ProjectsLocationsBucketsPatchCall) Context(ctx context.Context) *ProjectsLocationsBucketsPatchCall
- func (c *ProjectsLocationsBucketsPatchCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
- func (c *ProjectsLocationsBucketsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsPatchCall
- func (c *ProjectsLocationsBucketsPatchCall) Header() http.Header
- func (c *ProjectsLocationsBucketsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsBucketsPatchCall
- type ProjectsLocationsBucketsService
- func (r *ProjectsLocationsBucketsService) Create(parent string, logbucket *LogBucket) *ProjectsLocationsBucketsCreateCall
- func (r *ProjectsLocationsBucketsService) Delete(name string) *ProjectsLocationsBucketsDeleteCall
- func (r *ProjectsLocationsBucketsService) Get(name string) *ProjectsLocationsBucketsGetCall
- func (r *ProjectsLocationsBucketsService) List(parent string) *ProjectsLocationsBucketsListCall
- func (r *ProjectsLocationsBucketsService) Patch(name string, logbucket *LogBucket) *ProjectsLocationsBucketsPatchCall
- func (r *ProjectsLocationsBucketsService) Undelete(name string, undeletebucketrequest *UndeleteBucketRequest) *ProjectsLocationsBucketsUndeleteCall
- type ProjectsLocationsBucketsUndeleteCall
- func (c *ProjectsLocationsBucketsUndeleteCall) Context(ctx context.Context) *ProjectsLocationsBucketsUndeleteCall
- func (c *ProjectsLocationsBucketsUndeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsBucketsUndeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsUndeleteCall
- func (c *ProjectsLocationsBucketsUndeleteCall) Header() http.Header
- type ProjectsLocationsBucketsViewsCreateCall
- func (c *ProjectsLocationsBucketsViewsCreateCall) Context(ctx context.Context) *ProjectsLocationsBucketsViewsCreateCall
- func (c *ProjectsLocationsBucketsViewsCreateCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *ProjectsLocationsBucketsViewsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsViewsCreateCall
- func (c *ProjectsLocationsBucketsViewsCreateCall) Header() http.Header
- func (c *ProjectsLocationsBucketsViewsCreateCall) ViewId(viewId string) *ProjectsLocationsBucketsViewsCreateCall
- type ProjectsLocationsBucketsViewsDeleteCall
- func (c *ProjectsLocationsBucketsViewsDeleteCall) Context(ctx context.Context) *ProjectsLocationsBucketsViewsDeleteCall
- func (c *ProjectsLocationsBucketsViewsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsBucketsViewsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsViewsDeleteCall
- func (c *ProjectsLocationsBucketsViewsDeleteCall) Header() http.Header
- type ProjectsLocationsBucketsViewsGetCall
- func (c *ProjectsLocationsBucketsViewsGetCall) Context(ctx context.Context) *ProjectsLocationsBucketsViewsGetCall
- func (c *ProjectsLocationsBucketsViewsGetCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *ProjectsLocationsBucketsViewsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsViewsGetCall
- func (c *ProjectsLocationsBucketsViewsGetCall) Header() http.Header
- func (c *ProjectsLocationsBucketsViewsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsBucketsViewsGetCall
- type ProjectsLocationsBucketsViewsListCall
- func (c *ProjectsLocationsBucketsViewsListCall) Context(ctx context.Context) *ProjectsLocationsBucketsViewsListCall
- func (c *ProjectsLocationsBucketsViewsListCall) Do(opts ...googleapi.CallOption) (*ListViewsResponse, error)
- func (c *ProjectsLocationsBucketsViewsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsViewsListCall
- func (c *ProjectsLocationsBucketsViewsListCall) Header() http.Header
- func (c *ProjectsLocationsBucketsViewsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsBucketsViewsListCall
- func (c *ProjectsLocationsBucketsViewsListCall) PageSize(pageSize int64) *ProjectsLocationsBucketsViewsListCall
- func (c *ProjectsLocationsBucketsViewsListCall) PageToken(pageToken string) *ProjectsLocationsBucketsViewsListCall
- func (c *ProjectsLocationsBucketsViewsListCall) Pages(ctx context.Context, f func(*ListViewsResponse) error) error
- type ProjectsLocationsBucketsViewsPatchCall
- func (c *ProjectsLocationsBucketsViewsPatchCall) Context(ctx context.Context) *ProjectsLocationsBucketsViewsPatchCall
- func (c *ProjectsLocationsBucketsViewsPatchCall) Do(opts ...googleapi.CallOption) (*LogView, error)
- func (c *ProjectsLocationsBucketsViewsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsBucketsViewsPatchCall
- func (c *ProjectsLocationsBucketsViewsPatchCall) Header() http.Header
- func (c *ProjectsLocationsBucketsViewsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsBucketsViewsPatchCall
- type ProjectsLocationsBucketsViewsService
- func (r *ProjectsLocationsBucketsViewsService) Create(parent string, logview *LogView) *ProjectsLocationsBucketsViewsCreateCall
- func (r *ProjectsLocationsBucketsViewsService) Delete(name string) *ProjectsLocationsBucketsViewsDeleteCall
- func (r *ProjectsLocationsBucketsViewsService) Get(name string) *ProjectsLocationsBucketsViewsGetCall
- func (r *ProjectsLocationsBucketsViewsService) List(parent string) *ProjectsLocationsBucketsViewsListCall
- func (r *ProjectsLocationsBucketsViewsService) Patch(name string, logview *LogView) *ProjectsLocationsBucketsViewsPatchCall
- type ProjectsLocationsGetCall
- func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall
- func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error)
- func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall
- func (c *ProjectsLocationsGetCall) Header() http.Header
- func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall
- type ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error)
- func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Header() http.Header
- func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall
- func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error
- type ProjectsLocationsService
- type ProjectsLogsDeleteCall
- func (c *ProjectsLogsDeleteCall) Context(ctx context.Context) *ProjectsLogsDeleteCall
- func (c *ProjectsLogsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLogsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLogsDeleteCall
- func (c *ProjectsLogsDeleteCall) Header() http.Header
- type ProjectsLogsListCall
- func (c *ProjectsLogsListCall) Context(ctx context.Context) *ProjectsLogsListCall
- func (c *ProjectsLogsListCall) Do(opts ...googleapi.CallOption) (*ListLogsResponse, error)
- func (c *ProjectsLogsListCall) Fields(s ...googleapi.Field) *ProjectsLogsListCall
- func (c *ProjectsLogsListCall) Header() http.Header
- func (c *ProjectsLogsListCall) IfNoneMatch(entityTag string) *ProjectsLogsListCall
- func (c *ProjectsLogsListCall) PageSize(pageSize int64) *ProjectsLogsListCall
- func (c *ProjectsLogsListCall) PageToken(pageToken string) *ProjectsLogsListCall
- func (c *ProjectsLogsListCall) Pages(ctx context.Context, f func(*ListLogsResponse) error) error
- func (c *ProjectsLogsListCall) ResourceNames(resourceNames ...string) *ProjectsLogsListCall
- type ProjectsLogsService
- type ProjectsMetricsCreateCall
- func (c *ProjectsMetricsCreateCall) Context(ctx context.Context) *ProjectsMetricsCreateCall
- func (c *ProjectsMetricsCreateCall) Do(opts ...googleapi.CallOption) (*LogMetric, error)
- func (c *ProjectsMetricsCreateCall) Fields(s ...googleapi.Field) *ProjectsMetricsCreateCall
- func (c *ProjectsMetricsCreateCall) Header() http.Header
- type ProjectsMetricsDeleteCall
- func (c *ProjectsMetricsDeleteCall) Context(ctx context.Context) *ProjectsMetricsDeleteCall
- func (c *ProjectsMetricsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsMetricsDeleteCall) Fields(s ...googleapi.Field) *ProjectsMetricsDeleteCall
- func (c *ProjectsMetricsDeleteCall) Header() http.Header
- type ProjectsMetricsGetCall
- func (c *ProjectsMetricsGetCall) Context(ctx context.Context) *ProjectsMetricsGetCall
- func (c *ProjectsMetricsGetCall) Do(opts ...googleapi.CallOption) (*LogMetric, error)
- func (c *ProjectsMetricsGetCall) Fields(s ...googleapi.Field) *ProjectsMetricsGetCall
- func (c *ProjectsMetricsGetCall) Header() http.Header
- func (c *ProjectsMetricsGetCall) IfNoneMatch(entityTag string) *ProjectsMetricsGetCall
- type ProjectsMetricsListCall
- func (c *ProjectsMetricsListCall) Context(ctx context.Context) *ProjectsMetricsListCall
- func (c *ProjectsMetricsListCall) Do(opts ...googleapi.CallOption) (*ListLogMetricsResponse, error)
- func (c *ProjectsMetricsListCall) Fields(s ...googleapi.Field) *ProjectsMetricsListCall
- func (c *ProjectsMetricsListCall) Header() http.Header
- func (c *ProjectsMetricsListCall) IfNoneMatch(entityTag string) *ProjectsMetricsListCall
- func (c *ProjectsMetricsListCall) PageSize(pageSize int64) *ProjectsMetricsListCall
- func (c *ProjectsMetricsListCall) PageToken(pageToken string) *ProjectsMetricsListCall
- func (c *ProjectsMetricsListCall) Pages(ctx context.Context, f func(*ListLogMetricsResponse) error) error
- type ProjectsMetricsService
- func (r *ProjectsMetricsService) Create(parent string, logmetric *LogMetric) *ProjectsMetricsCreateCall
- func (r *ProjectsMetricsService) Delete(metricName string) *ProjectsMetricsDeleteCall
- func (r *ProjectsMetricsService) Get(metricName string) *ProjectsMetricsGetCall
- func (r *ProjectsMetricsService) List(parent string) *ProjectsMetricsListCall
- func (r *ProjectsMetricsService) Update(metricName string, logmetric *LogMetric) *ProjectsMetricsUpdateCall
- type ProjectsMetricsUpdateCall
- func (c *ProjectsMetricsUpdateCall) Context(ctx context.Context) *ProjectsMetricsUpdateCall
- func (c *ProjectsMetricsUpdateCall) Do(opts ...googleapi.CallOption) (*LogMetric, error)
- func (c *ProjectsMetricsUpdateCall) Fields(s ...googleapi.Field) *ProjectsMetricsUpdateCall
- func (c *ProjectsMetricsUpdateCall) Header() http.Header
- type ProjectsService
- type ProjectsSinksCreateCall
- func (c *ProjectsSinksCreateCall) Context(ctx context.Context) *ProjectsSinksCreateCall
- func (c *ProjectsSinksCreateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *ProjectsSinksCreateCall) Fields(s ...googleapi.Field) *ProjectsSinksCreateCall
- func (c *ProjectsSinksCreateCall) Header() http.Header
- func (c *ProjectsSinksCreateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *ProjectsSinksCreateCall
- type ProjectsSinksDeleteCall
- func (c *ProjectsSinksDeleteCall) Context(ctx context.Context) *ProjectsSinksDeleteCall
- func (c *ProjectsSinksDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsSinksDeleteCall) Fields(s ...googleapi.Field) *ProjectsSinksDeleteCall
- func (c *ProjectsSinksDeleteCall) Header() http.Header
- type ProjectsSinksGetCall
- func (c *ProjectsSinksGetCall) Context(ctx context.Context) *ProjectsSinksGetCall
- func (c *ProjectsSinksGetCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *ProjectsSinksGetCall) Fields(s ...googleapi.Field) *ProjectsSinksGetCall
- func (c *ProjectsSinksGetCall) Header() http.Header
- func (c *ProjectsSinksGetCall) IfNoneMatch(entityTag string) *ProjectsSinksGetCall
- type ProjectsSinksListCall
- func (c *ProjectsSinksListCall) Context(ctx context.Context) *ProjectsSinksListCall
- func (c *ProjectsSinksListCall) Do(opts ...googleapi.CallOption) (*ListSinksResponse, error)
- func (c *ProjectsSinksListCall) Fields(s ...googleapi.Field) *ProjectsSinksListCall
- func (c *ProjectsSinksListCall) Header() http.Header
- func (c *ProjectsSinksListCall) IfNoneMatch(entityTag string) *ProjectsSinksListCall
- func (c *ProjectsSinksListCall) PageSize(pageSize int64) *ProjectsSinksListCall
- func (c *ProjectsSinksListCall) PageToken(pageToken string) *ProjectsSinksListCall
- func (c *ProjectsSinksListCall) Pages(ctx context.Context, f func(*ListSinksResponse) error) error
- type ProjectsSinksPatchCall
- func (c *ProjectsSinksPatchCall) Context(ctx context.Context) *ProjectsSinksPatchCall
- func (c *ProjectsSinksPatchCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *ProjectsSinksPatchCall) Fields(s ...googleapi.Field) *ProjectsSinksPatchCall
- func (c *ProjectsSinksPatchCall) Header() http.Header
- func (c *ProjectsSinksPatchCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *ProjectsSinksPatchCall
- func (c *ProjectsSinksPatchCall) UpdateMask(updateMask string) *ProjectsSinksPatchCall
- type ProjectsSinksService
- func (r *ProjectsSinksService) Create(parent string, logsink *LogSink) *ProjectsSinksCreateCall
- func (r *ProjectsSinksService) Delete(sinkNameid string) *ProjectsSinksDeleteCall
- func (r *ProjectsSinksService) Get(sinkName string) *ProjectsSinksGetCall
- func (r *ProjectsSinksService) List(parent string) *ProjectsSinksListCall
- func (r *ProjectsSinksService) Patch(sinkNameid string, logsink *LogSink) *ProjectsSinksPatchCall
- func (r *ProjectsSinksService) Update(sinkNameid string, logsink *LogSink) *ProjectsSinksUpdateCall
- type ProjectsSinksUpdateCall
- func (c *ProjectsSinksUpdateCall) Context(ctx context.Context) *ProjectsSinksUpdateCall
- func (c *ProjectsSinksUpdateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *ProjectsSinksUpdateCall) Fields(s ...googleapi.Field) *ProjectsSinksUpdateCall
- func (c *ProjectsSinksUpdateCall) Header() http.Header
- func (c *ProjectsSinksUpdateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *ProjectsSinksUpdateCall
- func (c *ProjectsSinksUpdateCall) UpdateMask(updateMask string) *ProjectsSinksUpdateCall
- type RequestLog
- type Service
- type SinksCreateCall
- func (c *SinksCreateCall) Context(ctx context.Context) *SinksCreateCall
- func (c *SinksCreateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *SinksCreateCall) Fields(s ...googleapi.Field) *SinksCreateCall
- func (c *SinksCreateCall) Header() http.Header
- func (c *SinksCreateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *SinksCreateCall
- type SinksDeleteCall
- type SinksGetCall
- func (c *SinksGetCall) Context(ctx context.Context) *SinksGetCall
- func (c *SinksGetCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *SinksGetCall) Fields(s ...googleapi.Field) *SinksGetCall
- func (c *SinksGetCall) Header() http.Header
- func (c *SinksGetCall) IfNoneMatch(entityTag string) *SinksGetCall
- type SinksListCall
- func (c *SinksListCall) Context(ctx context.Context) *SinksListCall
- func (c *SinksListCall) Do(opts ...googleapi.CallOption) (*ListSinksResponse, error)
- func (c *SinksListCall) Fields(s ...googleapi.Field) *SinksListCall
- func (c *SinksListCall) Header() http.Header
- func (c *SinksListCall) IfNoneMatch(entityTag string) *SinksListCall
- func (c *SinksListCall) PageSize(pageSize int64) *SinksListCall
- func (c *SinksListCall) PageToken(pageToken string) *SinksListCall
- func (c *SinksListCall) Pages(ctx context.Context, f func(*ListSinksResponse) error) error
- type SinksService
- func (r *SinksService) Create(parent string, logsink *LogSink) *SinksCreateCall
- func (r *SinksService) Delete(sinkNameid string) *SinksDeleteCall
- func (r *SinksService) Get(sinkName string) *SinksGetCall
- func (r *SinksService) List(parent string) *SinksListCall
- func (r *SinksService) Update(sinkNameid string, logsink *LogSink) *SinksUpdateCall
- type SinksUpdateCall
- func (c *SinksUpdateCall) Context(ctx context.Context) *SinksUpdateCall
- func (c *SinksUpdateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
- func (c *SinksUpdateCall) Fields(s ...googleapi.Field) *SinksUpdateCall
- func (c *SinksUpdateCall) Header() http.Header
- func (c *SinksUpdateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *SinksUpdateCall
- func (c *SinksUpdateCall) UpdateMask(updateMask string) *SinksUpdateCall
- type SourceLocation
- type SourceReference
- type SuppressionInfo
- type TailLogEntriesRequest
- type TailLogEntriesResponse
- type UndeleteBucketRequest
- type V2GetCmekSettingsCall
- func (c *V2GetCmekSettingsCall) Context(ctx context.Context) *V2GetCmekSettingsCall
- func (c *V2GetCmekSettingsCall) Do(opts ...googleapi.CallOption) (*CmekSettings, error)
- func (c *V2GetCmekSettingsCall) Fields(s ...googleapi.Field) *V2GetCmekSettingsCall
- func (c *V2GetCmekSettingsCall) Header() http.Header
- func (c *V2GetCmekSettingsCall) IfNoneMatch(entityTag string) *V2GetCmekSettingsCall
- type V2Service
- type V2UpdateCmekSettingsCall
- func (c *V2UpdateCmekSettingsCall) Context(ctx context.Context) *V2UpdateCmekSettingsCall
- func (c *V2UpdateCmekSettingsCall) Do(opts ...googleapi.CallOption) (*CmekSettings, error)
- func (c *V2UpdateCmekSettingsCall) Fields(s ...googleapi.Field) *V2UpdateCmekSettingsCall
- func (c *V2UpdateCmekSettingsCall) Header() http.Header
- func (c *V2UpdateCmekSettingsCall) UpdateMask(updateMask string) *V2UpdateCmekSettingsCall
- type WriteLogEntriesRequest
- type WriteLogEntriesResponse
Constants ¶
const ( // View and manage your data across Google Cloud Platform services CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform" // View your data across Google Cloud Platform services CloudPlatformReadOnlyScope = "https://www.googleapis.com/auth/cloud-platform.read-only" // Administrate log data for your projects LoggingAdminScope = "https://www.googleapis.com/auth/logging.admin" // View log data for your projects LoggingReadScope = "https://www.googleapis.com/auth/logging.read" // Submit log data for your projects LoggingWriteScope = "https://www.googleapis.com/auth/logging.write" )
OAuth2 scopes used by this API.
Variables ¶
Functions ¶
Types ¶
type BigQueryOptions ¶
type BigQueryOptions struct { // UsePartitionedTables: Optional. Whether to use BigQuery's partition // tables (https://cloud.google.com/bigquery/docs/partitioned-tables). // By default, Logging creates dated tables based on the log entries' // timestamps, e.g. syslog_20170523. With partitioned tables the date // suffix is no longer present and special query syntax // (https://cloud.google.com/bigquery/docs/querying-partitioned-tables) // has to be used instead. In both cases, tables are sharded based on // UTC timezone. UsePartitionedTables bool `json:"usePartitionedTables,omitempty"` // UsesTimestampColumnPartitioning: Output only. True if new timestamp // column based partitioning is in use, false if legacy ingestion-time // partitioning is in use. All new sinks will have this field set true // and will use timestamp column based partitioning. If // use_partitioned_tables is false, this value has no meaning and will // be false. Legacy sinks using partitioned tables will have this field // set to false. UsesTimestampColumnPartitioning bool `json:"usesTimestampColumnPartitioning,omitempty"` // ForceSendFields is a list of field names (e.g. // "UsePartitionedTables") to unconditionally include in API requests. // By default, fields with empty values are omitted from API requests. // However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "UsePartitionedTables") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
BigQueryOptions: Options that change functionality of a sink exporting data to BigQuery.
func (*BigQueryOptions) MarshalJSON ¶
func (s *BigQueryOptions) MarshalJSON() ([]byte, error)
type BillingAccountsBucketsGetCall ¶
type BillingAccountsBucketsGetCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsBucketsGetCall) Context ¶
func (c *BillingAccountsBucketsGetCall) Context(ctx context.Context) *BillingAccountsBucketsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsBucketsGetCall) Do ¶
func (c *BillingAccountsBucketsGetCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
Do executes the "logging.billingAccounts.buckets.get" call. Exactly one of *LogBucket or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogBucket.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsBucketsGetCall) Fields ¶
func (c *BillingAccountsBucketsGetCall) Fields(s ...googleapi.Field) *BillingAccountsBucketsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsBucketsGetCall) Header ¶
func (c *BillingAccountsBucketsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsBucketsGetCall) IfNoneMatch ¶
func (c *BillingAccountsBucketsGetCall) IfNoneMatch(entityTag string) *BillingAccountsBucketsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type BillingAccountsBucketsService ¶
type BillingAccountsBucketsService struct { Views *BillingAccountsBucketsViewsService // contains filtered or unexported fields }
func NewBillingAccountsBucketsService ¶
func NewBillingAccountsBucketsService(s *Service) *BillingAccountsBucketsService
func (*BillingAccountsBucketsService) Get ¶
func (r *BillingAccountsBucketsService) Get(name string) *BillingAccountsBucketsGetCall
Get: Gets a bucket.
type BillingAccountsBucketsViewsGetCall ¶
type BillingAccountsBucketsViewsGetCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsBucketsViewsGetCall) Context ¶
func (c *BillingAccountsBucketsViewsGetCall) Context(ctx context.Context) *BillingAccountsBucketsViewsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsBucketsViewsGetCall) Do ¶
func (c *BillingAccountsBucketsViewsGetCall) Do(opts ...googleapi.CallOption) (*LogView, error)
Do executes the "logging.billingAccounts.buckets.views.get" call. Exactly one of *LogView or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogView.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsBucketsViewsGetCall) Fields ¶
func (c *BillingAccountsBucketsViewsGetCall) Fields(s ...googleapi.Field) *BillingAccountsBucketsViewsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsBucketsViewsGetCall) Header ¶
func (c *BillingAccountsBucketsViewsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsBucketsViewsGetCall) IfNoneMatch ¶
func (c *BillingAccountsBucketsViewsGetCall) IfNoneMatch(entityTag string) *BillingAccountsBucketsViewsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type BillingAccountsBucketsViewsService ¶
type BillingAccountsBucketsViewsService struct {
// contains filtered or unexported fields
}
func NewBillingAccountsBucketsViewsService ¶
func NewBillingAccountsBucketsViewsService(s *Service) *BillingAccountsBucketsViewsService
func (*BillingAccountsBucketsViewsService) Get ¶
func (r *BillingAccountsBucketsViewsService) Get(name string) *BillingAccountsBucketsViewsGetCall
Get: Gets a view.
type BillingAccountsExclusionsCreateCall ¶
type BillingAccountsExclusionsCreateCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsExclusionsCreateCall) Context ¶
func (c *BillingAccountsExclusionsCreateCall) Context(ctx context.Context) *BillingAccountsExclusionsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsExclusionsCreateCall) Do ¶
func (c *BillingAccountsExclusionsCreateCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
Do executes the "logging.billingAccounts.exclusions.create" call. Exactly one of *LogExclusion or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogExclusion.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsExclusionsCreateCall) Fields ¶
func (c *BillingAccountsExclusionsCreateCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsExclusionsCreateCall) Header ¶
func (c *BillingAccountsExclusionsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BillingAccountsExclusionsDeleteCall ¶
type BillingAccountsExclusionsDeleteCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsExclusionsDeleteCall) Context ¶
func (c *BillingAccountsExclusionsDeleteCall) Context(ctx context.Context) *BillingAccountsExclusionsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsExclusionsDeleteCall) Do ¶
func (c *BillingAccountsExclusionsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "logging.billingAccounts.exclusions.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsExclusionsDeleteCall) Fields ¶
func (c *BillingAccountsExclusionsDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsExclusionsDeleteCall) Header ¶
func (c *BillingAccountsExclusionsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BillingAccountsExclusionsGetCall ¶
type BillingAccountsExclusionsGetCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsExclusionsGetCall) Context ¶
func (c *BillingAccountsExclusionsGetCall) Context(ctx context.Context) *BillingAccountsExclusionsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsExclusionsGetCall) Do ¶
func (c *BillingAccountsExclusionsGetCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
Do executes the "logging.billingAccounts.exclusions.get" call. Exactly one of *LogExclusion or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogExclusion.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsExclusionsGetCall) Fields ¶
func (c *BillingAccountsExclusionsGetCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsExclusionsGetCall) Header ¶
func (c *BillingAccountsExclusionsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsExclusionsGetCall) IfNoneMatch ¶
func (c *BillingAccountsExclusionsGetCall) IfNoneMatch(entityTag string) *BillingAccountsExclusionsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type BillingAccountsExclusionsListCall ¶
type BillingAccountsExclusionsListCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsExclusionsListCall) Context ¶
func (c *BillingAccountsExclusionsListCall) Context(ctx context.Context) *BillingAccountsExclusionsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsExclusionsListCall) Do ¶
func (c *BillingAccountsExclusionsListCall) Do(opts ...googleapi.CallOption) (*ListExclusionsResponse, error)
Do executes the "logging.billingAccounts.exclusions.list" call. Exactly one of *ListExclusionsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListExclusionsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsExclusionsListCall) Fields ¶
func (c *BillingAccountsExclusionsListCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsExclusionsListCall) Header ¶
func (c *BillingAccountsExclusionsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsExclusionsListCall) IfNoneMatch ¶
func (c *BillingAccountsExclusionsListCall) IfNoneMatch(entityTag string) *BillingAccountsExclusionsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BillingAccountsExclusionsListCall) PageSize ¶
func (c *BillingAccountsExclusionsListCall) PageSize(pageSize int64) *BillingAccountsExclusionsListCall
PageSize sets the optional parameter "pageSize": The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
func (*BillingAccountsExclusionsListCall) PageToken ¶
func (c *BillingAccountsExclusionsListCall) PageToken(pageToken string) *BillingAccountsExclusionsListCall
PageToken sets the optional parameter "pageToken": If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
func (*BillingAccountsExclusionsListCall) Pages ¶
func (c *BillingAccountsExclusionsListCall) Pages(ctx context.Context, f func(*ListExclusionsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BillingAccountsExclusionsPatchCall ¶
type BillingAccountsExclusionsPatchCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsExclusionsPatchCall) Context ¶
func (c *BillingAccountsExclusionsPatchCall) Context(ctx context.Context) *BillingAccountsExclusionsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsExclusionsPatchCall) Do ¶
func (c *BillingAccountsExclusionsPatchCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
Do executes the "logging.billingAccounts.exclusions.patch" call. Exactly one of *LogExclusion or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogExclusion.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsExclusionsPatchCall) Fields ¶
func (c *BillingAccountsExclusionsPatchCall) Fields(s ...googleapi.Field) *BillingAccountsExclusionsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsExclusionsPatchCall) Header ¶
func (c *BillingAccountsExclusionsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsExclusionsPatchCall) UpdateMask ¶
func (c *BillingAccountsExclusionsPatchCall) UpdateMask(updateMask string) *BillingAccountsExclusionsPatchCall
UpdateMask sets the optional parameter "updateMask": Required. A non-empty list of fields to change in the existing exclusion. New values for the fields are taken from the corresponding fields in the LogExclusion included in this request. Fields not mentioned in update_mask are not changed and are ignored in the request.For example, to change the filter and description of an exclusion, specify an update_mask of "filter,description".
type BillingAccountsExclusionsService ¶
type BillingAccountsExclusionsService struct {
// contains filtered or unexported fields
}
func NewBillingAccountsExclusionsService ¶
func NewBillingAccountsExclusionsService(s *Service) *BillingAccountsExclusionsService
func (*BillingAccountsExclusionsService) Create ¶
func (r *BillingAccountsExclusionsService) Create(parent string, logexclusion *LogExclusion) *BillingAccountsExclusionsCreateCall
Create: Creates a new exclusion in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.
func (*BillingAccountsExclusionsService) Delete ¶
func (r *BillingAccountsExclusionsService) Delete(name string) *BillingAccountsExclusionsDeleteCall
Delete: Deletes an exclusion.
func (*BillingAccountsExclusionsService) Get ¶
func (r *BillingAccountsExclusionsService) Get(name string) *BillingAccountsExclusionsGetCall
Get: Gets the description of an exclusion.
func (*BillingAccountsExclusionsService) List ¶
func (r *BillingAccountsExclusionsService) List(parent string) *BillingAccountsExclusionsListCall
List: Lists all the exclusions in a parent resource.
func (*BillingAccountsExclusionsService) Patch ¶
func (r *BillingAccountsExclusionsService) Patch(name string, logexclusion *LogExclusion) *BillingAccountsExclusionsPatchCall
Patch: Changes one or more properties of an existing exclusion.
type BillingAccountsLocationsBucketsCreateCall ¶
type BillingAccountsLocationsBucketsCreateCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsBucketsCreateCall) BucketId ¶
func (c *BillingAccountsLocationsBucketsCreateCall) BucketId(bucketId string) *BillingAccountsLocationsBucketsCreateCall
BucketId sets the optional parameter "bucketId": Required. A client-assigned identifier such as "my-bucket". Identifiers are limited to 100 characters and can include only letters, digits, underscores, hyphens, and periods.
func (*BillingAccountsLocationsBucketsCreateCall) Context ¶
func (c *BillingAccountsLocationsBucketsCreateCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsBucketsCreateCall) Do ¶
func (c *BillingAccountsLocationsBucketsCreateCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
Do executes the "logging.billingAccounts.locations.buckets.create" call. Exactly one of *LogBucket or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogBucket.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsBucketsCreateCall) Fields ¶
func (c *BillingAccountsLocationsBucketsCreateCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsBucketsCreateCall) Header ¶
func (c *BillingAccountsLocationsBucketsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BillingAccountsLocationsBucketsDeleteCall ¶
type BillingAccountsLocationsBucketsDeleteCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsBucketsDeleteCall) Context ¶
func (c *BillingAccountsLocationsBucketsDeleteCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsBucketsDeleteCall) Do ¶
func (c *BillingAccountsLocationsBucketsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "logging.billingAccounts.locations.buckets.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsBucketsDeleteCall) Fields ¶
func (c *BillingAccountsLocationsBucketsDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsBucketsDeleteCall) Header ¶
func (c *BillingAccountsLocationsBucketsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BillingAccountsLocationsBucketsListCall ¶
type BillingAccountsLocationsBucketsListCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsBucketsListCall) Context ¶
func (c *BillingAccountsLocationsBucketsListCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsBucketsListCall) Do ¶
func (c *BillingAccountsLocationsBucketsListCall) Do(opts ...googleapi.CallOption) (*ListBucketsResponse, error)
Do executes the "logging.billingAccounts.locations.buckets.list" call. Exactly one of *ListBucketsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListBucketsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsBucketsListCall) Fields ¶
func (c *BillingAccountsLocationsBucketsListCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsBucketsListCall) Header ¶
func (c *BillingAccountsLocationsBucketsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsLocationsBucketsListCall) IfNoneMatch ¶
func (c *BillingAccountsLocationsBucketsListCall) IfNoneMatch(entityTag string) *BillingAccountsLocationsBucketsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BillingAccountsLocationsBucketsListCall) PageSize ¶
func (c *BillingAccountsLocationsBucketsListCall) PageSize(pageSize int64) *BillingAccountsLocationsBucketsListCall
PageSize sets the optional parameter "pageSize": The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
func (*BillingAccountsLocationsBucketsListCall) PageToken ¶
func (c *BillingAccountsLocationsBucketsListCall) PageToken(pageToken string) *BillingAccountsLocationsBucketsListCall
PageToken sets the optional parameter "pageToken": If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
func (*BillingAccountsLocationsBucketsListCall) Pages ¶
func (c *BillingAccountsLocationsBucketsListCall) Pages(ctx context.Context, f func(*ListBucketsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BillingAccountsLocationsBucketsPatchCall ¶
type BillingAccountsLocationsBucketsPatchCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsBucketsPatchCall) Context ¶
func (c *BillingAccountsLocationsBucketsPatchCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsBucketsPatchCall) Do ¶
func (c *BillingAccountsLocationsBucketsPatchCall) Do(opts ...googleapi.CallOption) (*LogBucket, error)
Do executes the "logging.billingAccounts.locations.buckets.patch" call. Exactly one of *LogBucket or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogBucket.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsBucketsPatchCall) Fields ¶
func (c *BillingAccountsLocationsBucketsPatchCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsBucketsPatchCall) Header ¶
func (c *BillingAccountsLocationsBucketsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsLocationsBucketsPatchCall) UpdateMask ¶
func (c *BillingAccountsLocationsBucketsPatchCall) UpdateMask(updateMask string) *BillingAccountsLocationsBucketsPatchCall
UpdateMask sets the optional parameter "updateMask": Required. Field mask that specifies the fields in bucket that need an update. A bucket field will be overwritten if, and only if, it is in the update mask. name and output only fields cannot be updated.For a detailed FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: updateMask=retention_days.
type BillingAccountsLocationsBucketsService ¶
type BillingAccountsLocationsBucketsService struct { Views *BillingAccountsLocationsBucketsViewsService // contains filtered or unexported fields }
func NewBillingAccountsLocationsBucketsService ¶
func NewBillingAccountsLocationsBucketsService(s *Service) *BillingAccountsLocationsBucketsService
func (*BillingAccountsLocationsBucketsService) Create ¶
func (r *BillingAccountsLocationsBucketsService) Create(parent string, logbucket *LogBucket) *BillingAccountsLocationsBucketsCreateCall
Create: Creates a bucket that can be used to store log entries. Once a bucket has been created, the region cannot be changed.
func (*BillingAccountsLocationsBucketsService) Delete ¶
func (r *BillingAccountsLocationsBucketsService) Delete(name string) *BillingAccountsLocationsBucketsDeleteCall
Delete: Deletes a bucket. Moves the bucket to the DELETE_REQUESTED state. After 7 days, the bucket will be purged and all logs in the bucket will be permanently deleted.
func (*BillingAccountsLocationsBucketsService) List ¶
func (r *BillingAccountsLocationsBucketsService) List(parent string) *BillingAccountsLocationsBucketsListCall
List: Lists buckets.
func (*BillingAccountsLocationsBucketsService) Patch ¶
func (r *BillingAccountsLocationsBucketsService) Patch(name string, logbucket *LogBucket) *BillingAccountsLocationsBucketsPatchCall
Patch: Updates a bucket. This method replaces the following fields in the existing bucket with values from the new bucket: retention_periodIf the retention period is decreased and the bucket is locked, FAILED_PRECONDITION will be returned.If the bucket has a LifecycleState of DELETE_REQUESTED, FAILED_PRECONDITION will be returned.A buckets region may not be modified after it is created.
func (*BillingAccountsLocationsBucketsService) Undelete ¶
func (r *BillingAccountsLocationsBucketsService) Undelete(name string, undeletebucketrequest *UndeleteBucketRequest) *BillingAccountsLocationsBucketsUndeleteCall
Undelete: Undeletes a bucket. A bucket that has been deleted may be undeleted within the grace period of 7 days.
type BillingAccountsLocationsBucketsUndeleteCall ¶
type BillingAccountsLocationsBucketsUndeleteCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsBucketsUndeleteCall) Context ¶
func (c *BillingAccountsLocationsBucketsUndeleteCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsUndeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsBucketsUndeleteCall) Do ¶
func (c *BillingAccountsLocationsBucketsUndeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "logging.billingAccounts.locations.buckets.undelete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsBucketsUndeleteCall) Fields ¶
func (c *BillingAccountsLocationsBucketsUndeleteCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsUndeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsBucketsUndeleteCall) Header ¶
func (c *BillingAccountsLocationsBucketsUndeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BillingAccountsLocationsBucketsViewsCreateCall ¶
type BillingAccountsLocationsBucketsViewsCreateCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsBucketsViewsCreateCall) Context ¶
func (c *BillingAccountsLocationsBucketsViewsCreateCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsViewsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsBucketsViewsCreateCall) Do ¶
func (c *BillingAccountsLocationsBucketsViewsCreateCall) Do(opts ...googleapi.CallOption) (*LogView, error)
Do executes the "logging.billingAccounts.locations.buckets.views.create" call. Exactly one of *LogView or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogView.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsBucketsViewsCreateCall) Fields ¶
func (c *BillingAccountsLocationsBucketsViewsCreateCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsViewsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsBucketsViewsCreateCall) Header ¶
func (c *BillingAccountsLocationsBucketsViewsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsLocationsBucketsViewsCreateCall) ViewId ¶
func (c *BillingAccountsLocationsBucketsViewsCreateCall) ViewId(viewId string) *BillingAccountsLocationsBucketsViewsCreateCall
ViewId sets the optional parameter "viewId": Required. The id to use for this view.
type BillingAccountsLocationsBucketsViewsDeleteCall ¶
type BillingAccountsLocationsBucketsViewsDeleteCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsBucketsViewsDeleteCall) Context ¶
func (c *BillingAccountsLocationsBucketsViewsDeleteCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsViewsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsBucketsViewsDeleteCall) Do ¶
func (c *BillingAccountsLocationsBucketsViewsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "logging.billingAccounts.locations.buckets.views.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsBucketsViewsDeleteCall) Fields ¶
func (c *BillingAccountsLocationsBucketsViewsDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsViewsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsBucketsViewsDeleteCall) Header ¶
func (c *BillingAccountsLocationsBucketsViewsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BillingAccountsLocationsBucketsViewsListCall ¶
type BillingAccountsLocationsBucketsViewsListCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsBucketsViewsListCall) Context ¶
func (c *BillingAccountsLocationsBucketsViewsListCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsViewsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsBucketsViewsListCall) Do ¶
func (c *BillingAccountsLocationsBucketsViewsListCall) Do(opts ...googleapi.CallOption) (*ListViewsResponse, error)
Do executes the "logging.billingAccounts.locations.buckets.views.list" call. Exactly one of *ListViewsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListViewsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsBucketsViewsListCall) Fields ¶
func (c *BillingAccountsLocationsBucketsViewsListCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsViewsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsBucketsViewsListCall) Header ¶
func (c *BillingAccountsLocationsBucketsViewsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsLocationsBucketsViewsListCall) IfNoneMatch ¶
func (c *BillingAccountsLocationsBucketsViewsListCall) IfNoneMatch(entityTag string) *BillingAccountsLocationsBucketsViewsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BillingAccountsLocationsBucketsViewsListCall) PageSize ¶
func (c *BillingAccountsLocationsBucketsViewsListCall) PageSize(pageSize int64) *BillingAccountsLocationsBucketsViewsListCall
PageSize sets the optional parameter "pageSize": The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
func (*BillingAccountsLocationsBucketsViewsListCall) PageToken ¶
func (c *BillingAccountsLocationsBucketsViewsListCall) PageToken(pageToken string) *BillingAccountsLocationsBucketsViewsListCall
PageToken sets the optional parameter "pageToken": If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
func (*BillingAccountsLocationsBucketsViewsListCall) Pages ¶
func (c *BillingAccountsLocationsBucketsViewsListCall) Pages(ctx context.Context, f func(*ListViewsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BillingAccountsLocationsBucketsViewsPatchCall ¶
type BillingAccountsLocationsBucketsViewsPatchCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsBucketsViewsPatchCall) Context ¶
func (c *BillingAccountsLocationsBucketsViewsPatchCall) Context(ctx context.Context) *BillingAccountsLocationsBucketsViewsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsBucketsViewsPatchCall) Do ¶
func (c *BillingAccountsLocationsBucketsViewsPatchCall) Do(opts ...googleapi.CallOption) (*LogView, error)
Do executes the "logging.billingAccounts.locations.buckets.views.patch" call. Exactly one of *LogView or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogView.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsBucketsViewsPatchCall) Fields ¶
func (c *BillingAccountsLocationsBucketsViewsPatchCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsBucketsViewsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsBucketsViewsPatchCall) Header ¶
func (c *BillingAccountsLocationsBucketsViewsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsLocationsBucketsViewsPatchCall) UpdateMask ¶
func (c *BillingAccountsLocationsBucketsViewsPatchCall) UpdateMask(updateMask string) *BillingAccountsLocationsBucketsViewsPatchCall
UpdateMask sets the optional parameter "updateMask": Field mask that specifies the fields in view that need an update. A field will be overwritten if, and only if, it is in the update mask. name and output only fields cannot be updated.For a detailed FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: updateMask=filter.
type BillingAccountsLocationsBucketsViewsService ¶
type BillingAccountsLocationsBucketsViewsService struct {
// contains filtered or unexported fields
}
func NewBillingAccountsLocationsBucketsViewsService ¶
func NewBillingAccountsLocationsBucketsViewsService(s *Service) *BillingAccountsLocationsBucketsViewsService
func (*BillingAccountsLocationsBucketsViewsService) Create ¶
func (r *BillingAccountsLocationsBucketsViewsService) Create(parent string, logview *LogView) *BillingAccountsLocationsBucketsViewsCreateCall
Create: Creates a view over logs in a bucket. A bucket may contain a maximum of 50 views.
func (*BillingAccountsLocationsBucketsViewsService) Delete ¶
func (r *BillingAccountsLocationsBucketsViewsService) Delete(name string) *BillingAccountsLocationsBucketsViewsDeleteCall
Delete: Deletes a view from a bucket.
func (*BillingAccountsLocationsBucketsViewsService) List ¶
func (r *BillingAccountsLocationsBucketsViewsService) List(parent string) *BillingAccountsLocationsBucketsViewsListCall
List: Lists views on a bucket.
func (*BillingAccountsLocationsBucketsViewsService) Patch ¶
func (r *BillingAccountsLocationsBucketsViewsService) Patch(name string, logview *LogView) *BillingAccountsLocationsBucketsViewsPatchCall
Patch: Updates a view. This method replaces the following fields in the existing view with values from the new view: filter.
type BillingAccountsLocationsGetCall ¶
type BillingAccountsLocationsGetCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsGetCall) Context ¶
func (c *BillingAccountsLocationsGetCall) Context(ctx context.Context) *BillingAccountsLocationsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsGetCall) Do ¶
func (c *BillingAccountsLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error)
Do executes the "logging.billingAccounts.locations.get" call. Exactly one of *Location or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Location.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsGetCall) Fields ¶
func (c *BillingAccountsLocationsGetCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsGetCall) Header ¶
func (c *BillingAccountsLocationsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsLocationsGetCall) IfNoneMatch ¶
func (c *BillingAccountsLocationsGetCall) IfNoneMatch(entityTag string) *BillingAccountsLocationsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type BillingAccountsLocationsListCall ¶
type BillingAccountsLocationsListCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLocationsListCall) Context ¶
func (c *BillingAccountsLocationsListCall) Context(ctx context.Context) *BillingAccountsLocationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLocationsListCall) Do ¶
func (c *BillingAccountsLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error)
Do executes the "logging.billingAccounts.locations.list" call. Exactly one of *ListLocationsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListLocationsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLocationsListCall) Fields ¶
func (c *BillingAccountsLocationsListCall) Fields(s ...googleapi.Field) *BillingAccountsLocationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLocationsListCall) Filter ¶
func (c *BillingAccountsLocationsListCall) Filter(filter string) *BillingAccountsLocationsListCall
Filter sets the optional parameter "filter": The standard list filter.
func (*BillingAccountsLocationsListCall) Header ¶
func (c *BillingAccountsLocationsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsLocationsListCall) IfNoneMatch ¶
func (c *BillingAccountsLocationsListCall) IfNoneMatch(entityTag string) *BillingAccountsLocationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BillingAccountsLocationsListCall) PageSize ¶
func (c *BillingAccountsLocationsListCall) PageSize(pageSize int64) *BillingAccountsLocationsListCall
PageSize sets the optional parameter "pageSize": The standard list page size.
func (*BillingAccountsLocationsListCall) PageToken ¶
func (c *BillingAccountsLocationsListCall) PageToken(pageToken string) *BillingAccountsLocationsListCall
PageToken sets the optional parameter "pageToken": The standard list page token.
func (*BillingAccountsLocationsListCall) Pages ¶
func (c *BillingAccountsLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BillingAccountsLocationsService ¶
type BillingAccountsLocationsService struct { Buckets *BillingAccountsLocationsBucketsService // contains filtered or unexported fields }
func NewBillingAccountsLocationsService ¶
func NewBillingAccountsLocationsService(s *Service) *BillingAccountsLocationsService
func (*BillingAccountsLocationsService) Get ¶
func (r *BillingAccountsLocationsService) Get(name string) *BillingAccountsLocationsGetCall
Get: Gets information about a location.
func (*BillingAccountsLocationsService) List ¶
func (r *BillingAccountsLocationsService) List(name string) *BillingAccountsLocationsListCall
List: Lists information about the supported locations for this service.
type BillingAccountsLogsDeleteCall ¶
type BillingAccountsLogsDeleteCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLogsDeleteCall) Context ¶
func (c *BillingAccountsLogsDeleteCall) Context(ctx context.Context) *BillingAccountsLogsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLogsDeleteCall) Do ¶
func (c *BillingAccountsLogsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "logging.billingAccounts.logs.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLogsDeleteCall) Fields ¶
func (c *BillingAccountsLogsDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsLogsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLogsDeleteCall) Header ¶
func (c *BillingAccountsLogsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BillingAccountsLogsListCall ¶
type BillingAccountsLogsListCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsLogsListCall) Context ¶
func (c *BillingAccountsLogsListCall) Context(ctx context.Context) *BillingAccountsLogsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsLogsListCall) Do ¶
func (c *BillingAccountsLogsListCall) Do(opts ...googleapi.CallOption) (*ListLogsResponse, error)
Do executes the "logging.billingAccounts.logs.list" call. Exactly one of *ListLogsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListLogsResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsLogsListCall) Fields ¶
func (c *BillingAccountsLogsListCall) Fields(s ...googleapi.Field) *BillingAccountsLogsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsLogsListCall) Header ¶
func (c *BillingAccountsLogsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsLogsListCall) IfNoneMatch ¶
func (c *BillingAccountsLogsListCall) IfNoneMatch(entityTag string) *BillingAccountsLogsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BillingAccountsLogsListCall) PageSize ¶
func (c *BillingAccountsLogsListCall) PageSize(pageSize int64) *BillingAccountsLogsListCall
PageSize sets the optional parameter "pageSize": The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
func (*BillingAccountsLogsListCall) PageToken ¶
func (c *BillingAccountsLogsListCall) PageToken(pageToken string) *BillingAccountsLogsListCall
PageToken sets the optional parameter "pageToken": If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
func (*BillingAccountsLogsListCall) Pages ¶
func (c *BillingAccountsLogsListCall) Pages(ctx context.Context, f func(*ListLogsResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
func (*BillingAccountsLogsListCall) ResourceNames ¶
func (c *BillingAccountsLogsListCall) ResourceNames(resourceNames ...string) *BillingAccountsLogsListCall
ResourceNames sets the optional parameter "resourceNames": The resource name that owns the logs: projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW _ID organization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/v iews/VIEW_ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKE T_ID/views/VIEW_ID folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_I DTo support legacy queries, it could also be: "projects/PROJECT_ID" "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" "folders/FOLDER_ID"
type BillingAccountsLogsService ¶
type BillingAccountsLogsService struct {
// contains filtered or unexported fields
}
func NewBillingAccountsLogsService ¶
func NewBillingAccountsLogsService(s *Service) *BillingAccountsLogsService
func (*BillingAccountsLogsService) Delete ¶
func (r *BillingAccountsLogsService) Delete(logName string) *BillingAccountsLogsDeleteCall
Delete: Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
func (*BillingAccountsLogsService) List ¶
func (r *BillingAccountsLogsService) List(parent string) *BillingAccountsLogsListCall
List: Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
type BillingAccountsService ¶
type BillingAccountsService struct { Buckets *BillingAccountsBucketsService Exclusions *BillingAccountsExclusionsService Locations *BillingAccountsLocationsService Logs *BillingAccountsLogsService Sinks *BillingAccountsSinksService // contains filtered or unexported fields }
func NewBillingAccountsService ¶
func NewBillingAccountsService(s *Service) *BillingAccountsService
type BillingAccountsSinksCreateCall ¶
type BillingAccountsSinksCreateCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsSinksCreateCall) Context ¶
func (c *BillingAccountsSinksCreateCall) Context(ctx context.Context) *BillingAccountsSinksCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsSinksCreateCall) Do ¶
func (c *BillingAccountsSinksCreateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
Do executes the "logging.billingAccounts.sinks.create" call. Exactly one of *LogSink or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogSink.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsSinksCreateCall) Fields ¶
func (c *BillingAccountsSinksCreateCall) Fields(s ...googleapi.Field) *BillingAccountsSinksCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsSinksCreateCall) Header ¶
func (c *BillingAccountsSinksCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsSinksCreateCall) UniqueWriterIdentity ¶
func (c *BillingAccountsSinksCreateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *BillingAccountsSinksCreateCall
UniqueWriterIdentity sets the optional parameter "uniqueWriterIdentity": Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then the value returned as writer_identity is the same group or service account used by Logging before the addition of writer identities to this API. The sink's destination must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of writer_identity will be a unique service account used only for exports from the new sink. For more information, see writer_identity in LogSink.
type BillingAccountsSinksDeleteCall ¶
type BillingAccountsSinksDeleteCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsSinksDeleteCall) Context ¶
func (c *BillingAccountsSinksDeleteCall) Context(ctx context.Context) *BillingAccountsSinksDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsSinksDeleteCall) Do ¶
func (c *BillingAccountsSinksDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "logging.billingAccounts.sinks.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsSinksDeleteCall) Fields ¶
func (c *BillingAccountsSinksDeleteCall) Fields(s ...googleapi.Field) *BillingAccountsSinksDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsSinksDeleteCall) Header ¶
func (c *BillingAccountsSinksDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type BillingAccountsSinksGetCall ¶
type BillingAccountsSinksGetCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsSinksGetCall) Context ¶
func (c *BillingAccountsSinksGetCall) Context(ctx context.Context) *BillingAccountsSinksGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsSinksGetCall) Do ¶
func (c *BillingAccountsSinksGetCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
Do executes the "logging.billingAccounts.sinks.get" call. Exactly one of *LogSink or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogSink.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsSinksGetCall) Fields ¶
func (c *BillingAccountsSinksGetCall) Fields(s ...googleapi.Field) *BillingAccountsSinksGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsSinksGetCall) Header ¶
func (c *BillingAccountsSinksGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsSinksGetCall) IfNoneMatch ¶
func (c *BillingAccountsSinksGetCall) IfNoneMatch(entityTag string) *BillingAccountsSinksGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type BillingAccountsSinksListCall ¶
type BillingAccountsSinksListCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsSinksListCall) Context ¶
func (c *BillingAccountsSinksListCall) Context(ctx context.Context) *BillingAccountsSinksListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsSinksListCall) Do ¶
func (c *BillingAccountsSinksListCall) Do(opts ...googleapi.CallOption) (*ListSinksResponse, error)
Do executes the "logging.billingAccounts.sinks.list" call. Exactly one of *ListSinksResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListSinksResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsSinksListCall) Fields ¶
func (c *BillingAccountsSinksListCall) Fields(s ...googleapi.Field) *BillingAccountsSinksListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsSinksListCall) Header ¶
func (c *BillingAccountsSinksListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsSinksListCall) IfNoneMatch ¶
func (c *BillingAccountsSinksListCall) IfNoneMatch(entityTag string) *BillingAccountsSinksListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*BillingAccountsSinksListCall) PageSize ¶
func (c *BillingAccountsSinksListCall) PageSize(pageSize int64) *BillingAccountsSinksListCall
PageSize sets the optional parameter "pageSize": The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.
func (*BillingAccountsSinksListCall) PageToken ¶
func (c *BillingAccountsSinksListCall) PageToken(pageToken string) *BillingAccountsSinksListCall
PageToken sets the optional parameter "pageToken": If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.
func (*BillingAccountsSinksListCall) Pages ¶
func (c *BillingAccountsSinksListCall) Pages(ctx context.Context, f func(*ListSinksResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type BillingAccountsSinksPatchCall ¶
type BillingAccountsSinksPatchCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsSinksPatchCall) Context ¶
func (c *BillingAccountsSinksPatchCall) Context(ctx context.Context) *BillingAccountsSinksPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsSinksPatchCall) Do ¶
func (c *BillingAccountsSinksPatchCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
Do executes the "logging.billingAccounts.sinks.patch" call. Exactly one of *LogSink or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogSink.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsSinksPatchCall) Fields ¶
func (c *BillingAccountsSinksPatchCall) Fields(s ...googleapi.Field) *BillingAccountsSinksPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsSinksPatchCall) Header ¶
func (c *BillingAccountsSinksPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsSinksPatchCall) UniqueWriterIdentity ¶
func (c *BillingAccountsSinksPatchCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *BillingAccountsSinksPatchCall
UniqueWriterIdentity sets the optional parameter "uniqueWriterIdentity": See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old value is false and the new value is true, then writer_identity is changed to a unique service account. It is an error if the old value is true and the new value is set to false or defaulted to false.
func (*BillingAccountsSinksPatchCall) UpdateMask ¶
func (c *BillingAccountsSinksPatchCall) UpdateMask(updateMask string) *BillingAccountsSinksPatchCall
UpdateMask sets the optional parameter "updateMask": Field mask that specifies the fields in sink that need an update. A sink field will be overwritten if, and only if, it is in the update mask. name and output only fields cannot be updated.An empty updateMask is temporarily treated as using the following mask for backwards compatibility purposes: destination,filter,includeChildren At some point in the future, behavior will be removed and specifying an empty updateMask will be an error.For a detailed FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: updateMask=filter.
type BillingAccountsSinksService ¶
type BillingAccountsSinksService struct {
// contains filtered or unexported fields
}
func NewBillingAccountsSinksService ¶
func NewBillingAccountsSinksService(s *Service) *BillingAccountsSinksService
func (*BillingAccountsSinksService) Create ¶
func (r *BillingAccountsSinksService) Create(parent string, logsink *LogSink) *BillingAccountsSinksCreateCall
Create: Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.
func (*BillingAccountsSinksService) Delete ¶
func (r *BillingAccountsSinksService) Delete(sinkNameid string) *BillingAccountsSinksDeleteCall
Delete: Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted.
func (*BillingAccountsSinksService) Get ¶
func (r *BillingAccountsSinksService) Get(sinkName string) *BillingAccountsSinksGetCall
Get: Gets a sink.
func (*BillingAccountsSinksService) List ¶
func (r *BillingAccountsSinksService) List(parent string) *BillingAccountsSinksListCall
List: Lists sinks.
func (*BillingAccountsSinksService) Patch ¶
func (r *BillingAccountsSinksService) Patch(sinkNameid string, logsink *LogSink) *BillingAccountsSinksPatchCall
Patch: Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter.The updated sink might also have a new writer_identity; see the unique_writer_identity field.
func (*BillingAccountsSinksService) Update ¶
func (r *BillingAccountsSinksService) Update(sinkNameid string, logsink *LogSink) *BillingAccountsSinksUpdateCall
Update: Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter.The updated sink might also have a new writer_identity; see the unique_writer_identity field.
type BillingAccountsSinksUpdateCall ¶
type BillingAccountsSinksUpdateCall struct {
// contains filtered or unexported fields
}
func (*BillingAccountsSinksUpdateCall) Context ¶
func (c *BillingAccountsSinksUpdateCall) Context(ctx context.Context) *BillingAccountsSinksUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*BillingAccountsSinksUpdateCall) Do ¶
func (c *BillingAccountsSinksUpdateCall) Do(opts ...googleapi.CallOption) (*LogSink, error)
Do executes the "logging.billingAccounts.sinks.update" call. Exactly one of *LogSink or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogSink.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*BillingAccountsSinksUpdateCall) Fields ¶
func (c *BillingAccountsSinksUpdateCall) Fields(s ...googleapi.Field) *BillingAccountsSinksUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*BillingAccountsSinksUpdateCall) Header ¶
func (c *BillingAccountsSinksUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*BillingAccountsSinksUpdateCall) UniqueWriterIdentity ¶
func (c *BillingAccountsSinksUpdateCall) UniqueWriterIdentity(uniqueWriterIdentity bool) *BillingAccountsSinksUpdateCall
UniqueWriterIdentity sets the optional parameter "uniqueWriterIdentity": See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old value is false and the new value is true, then writer_identity is changed to a unique service account. It is an error if the old value is true and the new value is set to false or defaulted to false.
func (*BillingAccountsSinksUpdateCall) UpdateMask ¶
func (c *BillingAccountsSinksUpdateCall) UpdateMask(updateMask string) *BillingAccountsSinksUpdateCall
UpdateMask sets the optional parameter "updateMask": Field mask that specifies the fields in sink that need an update. A sink field will be overwritten if, and only if, it is in the update mask. name and output only fields cannot be updated.An empty updateMask is temporarily treated as using the following mask for backwards compatibility purposes: destination,filter,includeChildren At some point in the future, behavior will be removed and specifying an empty updateMask will be an error.For a detailed FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: updateMask=filter.
type BucketOptions ¶
type BucketOptions struct { // ExplicitBuckets: The explicit buckets. ExplicitBuckets *Explicit `json:"explicitBuckets,omitempty"` // ExponentialBuckets: The exponential buckets. ExponentialBuckets *Exponential `json:"exponentialBuckets,omitempty"` // LinearBuckets: The linear bucket. LinearBuckets *Linear `json:"linearBuckets,omitempty"` // ForceSendFields is a list of field names (e.g. "ExplicitBuckets") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ExplicitBuckets") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
BucketOptions: BucketOptions describes the bucket boundaries used to create a histogram for the distribution. The buckets can be in a linear sequence, an exponential sequence, or each bucket can be specified explicitly. BucketOptions does not include the number of values in each bucket.A bucket has an inclusive lower bound and exclusive upper bound for the values that are counted for that bucket. The upper bound of a bucket must be strictly greater than the lower bound. The sequence of N buckets for a distribution consists of an underflow bucket (number 0), zero or more finite buckets (number 1 through N - 2) and an overflow bucket (number N - 1). The buckets are contiguous: the lower bound of bucket i (i > 0) is the same as the upper bound of bucket i - 1. The buckets span the whole range of finite values: lower bound of the underflow bucket is -infinity and the upper bound of the overflow bucket is +infinity. The finite buckets are so-called because both bounds are finite.
func (*BucketOptions) MarshalJSON ¶
func (s *BucketOptions) MarshalJSON() ([]byte, error)
type CmekSettings ¶
type CmekSettings struct { // KmsKeyName: The resource name for the configured Cloud KMS key.KMS // key name format: // "projects/PROJECT_ID/locations/LOCATION/keyRings/KEYRING/cryptoKeys/KE // Y"For example: // "projects/my-project-id/locations/my-region/keyRings/key-ring-name/cry // ptoKeys/key-name"To enable CMEK for the Logs Router, set this field // to a valid kms_key_name for which the associated service account has // the required roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned // for the key.The Cloud KMS key used by the Log Router can be updated // by changing the kms_key_name to a new valid key name. Encryption // operations that are in progress will be completed with the key that // was in use when they started. Decryption operations will be completed // using the key that was used at the time of encryption unless access // to that key has been revoked.To disable CMEK for the Logs Router, set // this field to an empty string.See Enabling CMEK for Logs Router // (https://cloud.google.com/logging/docs/routing/managed-encryption) // for more information. KmsKeyName string `json:"kmsKeyName,omitempty"` // Name: Output only. The resource name of the CMEK settings. Name string `json:"name,omitempty"` // ServiceAccountId: Output only. The service account that will be used // by the Logs Router to access your Cloud KMS key.Before enabling CMEK // for Logs Router, you must first assign the role // roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account // that the Logs Router will use to access your Cloud KMS key. Use // GetCmekSettings to obtain the service account ID.See Enabling CMEK // for Logs Router // (https://cloud.google.com/logging/docs/routing/managed-encryption) // for more information. ServiceAccountId string `json:"serviceAccountId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "KmsKeyName") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "KmsKeyName") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
CmekSettings: Describes the customer-managed encryption key (CMEK) settings associated with a project, folder, organization, billing account, or flexible resource.Note: CMEK for the Logs Router can currently only be configured for GCP organizations. Once configured, it applies to all projects and folders in the GCP organization.See Enabling CMEK for Logs Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
func (*CmekSettings) MarshalJSON ¶
func (s *CmekSettings) MarshalJSON() ([]byte, error)
type Empty ¶
type Empty struct { // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` }
Empty: A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.
type EntriesListCall ¶
type EntriesListCall struct {
// contains filtered or unexported fields
}
func (*EntriesListCall) Context ¶
func (c *EntriesListCall) Context(ctx context.Context) *EntriesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EntriesListCall) Do ¶
func (c *EntriesListCall) Do(opts ...googleapi.CallOption) (*ListLogEntriesResponse, error)
Do executes the "logging.entries.list" call. Exactly one of *ListLogEntriesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListLogEntriesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EntriesListCall) Fields ¶
func (c *EntriesListCall) Fields(s ...googleapi.Field) *EntriesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EntriesListCall) Header ¶
func (c *EntriesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EntriesListCall) Pages ¶
func (c *EntriesListCall) Pages(ctx context.Context, f func(*ListLogEntriesResponse) error) error
Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.
type EntriesService ¶
type EntriesService struct {
// contains filtered or unexported fields
}
func NewEntriesService ¶
func NewEntriesService(s *Service) *EntriesService
func (*EntriesService) List ¶
func (r *EntriesService) List(listlogentriesrequest *ListLogEntriesRequest) *EntriesListCall
List: Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see Exporting Logs (https://cloud.google.com/logging/docs/export).
func (*EntriesService) Tail ¶
func (r *EntriesService) Tail(taillogentriesrequest *TailLogEntriesRequest) *EntriesTailCall
Tail: Streaming read of log entries as they are ingested. Until the stream is terminated, it will continue reading logs.
func (*EntriesService) Write ¶
func (r *EntriesService) Write(writelogentriesrequest *WriteLogEntriesRequest) *EntriesWriteCall
Write: Writes log entries to Logging. This API method is the only way to send log entries to Logging. This method is used, directly or indirectly, by the Logging agent (fluentd) and all logging libraries configured to use Logging. A single request may contain log entries for a maximum of 1000 different resources (projects, organizations, billing accounts or folders)
type EntriesTailCall ¶
type EntriesTailCall struct {
// contains filtered or unexported fields
}
func (*EntriesTailCall) Context ¶
func (c *EntriesTailCall) Context(ctx context.Context) *EntriesTailCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EntriesTailCall) Do ¶
func (c *EntriesTailCall) Do(opts ...googleapi.CallOption) (*TailLogEntriesResponse, error)
Do executes the "logging.entries.tail" call. Exactly one of *TailLogEntriesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TailLogEntriesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EntriesTailCall) Fields ¶
func (c *EntriesTailCall) Fields(s ...googleapi.Field) *EntriesTailCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EntriesTailCall) Header ¶
func (c *EntriesTailCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EntriesWriteCall ¶
type EntriesWriteCall struct {
// contains filtered or unexported fields
}
func (*EntriesWriteCall) Context ¶
func (c *EntriesWriteCall) Context(ctx context.Context) *EntriesWriteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EntriesWriteCall) Do ¶
func (c *EntriesWriteCall) Do(opts ...googleapi.CallOption) (*WriteLogEntriesResponse, error)
Do executes the "logging.entries.write" call. Exactly one of *WriteLogEntriesResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *WriteLogEntriesResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EntriesWriteCall) Fields ¶
func (c *EntriesWriteCall) Fields(s ...googleapi.Field) *EntriesWriteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EntriesWriteCall) Header ¶
func (c *EntriesWriteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ExclusionsCreateCall ¶
type ExclusionsCreateCall struct {
// contains filtered or unexported fields
}
func (*ExclusionsCreateCall) Context ¶
func (c *ExclusionsCreateCall) Context(ctx context.Context) *ExclusionsCreateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ExclusionsCreateCall) Do ¶
func (c *ExclusionsCreateCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
Do executes the "logging.exclusions.create" call. Exactly one of *LogExclusion or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogExclusion.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ExclusionsCreateCall) Fields ¶
func (c *ExclusionsCreateCall) Fields(s ...googleapi.Field) *ExclusionsCreateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ExclusionsCreateCall) Header ¶
func (c *ExclusionsCreateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ExclusionsDeleteCall ¶
type ExclusionsDeleteCall struct {
// contains filtered or unexported fields
}
func (*ExclusionsDeleteCall) Context ¶
func (c *ExclusionsDeleteCall) Context(ctx context.Context) *ExclusionsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ExclusionsDeleteCall) Do ¶
func (c *ExclusionsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
Do executes the "logging.exclusions.delete" call. Exactly one of *Empty or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Empty.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ExclusionsDeleteCall) Fields ¶
func (c *ExclusionsDeleteCall) Fields(s ...googleapi.Field) *ExclusionsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ExclusionsDeleteCall) Header ¶
func (c *ExclusionsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ExclusionsGetCall ¶
type ExclusionsGetCall struct {
// contains filtered or unexported fields
}
func (*ExclusionsGetCall) Context ¶
func (c *ExclusionsGetCall) Context(ctx context.Context) *ExclusionsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ExclusionsGetCall) Do ¶
func (c *ExclusionsGetCall) Do(opts ...googleapi.CallOption) (*LogExclusion, error)
Do executes the "logging.exclusions.get" call. Exactly one of *LogExclusion or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LogExclusion.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ExclusionsGetCall) Fields ¶
func (c *ExclusionsGetCall) Fields(s ...googleapi.Field) *ExclusionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ExclusionsGetCall) Header ¶
func (c *ExclusionsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ExclusionsGetCall) IfNoneMatch ¶
func (c *ExclusionsGetCall) IfNoneMatch(entityTag string) *ExclusionsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.