type stringclasses 7
values | content stringlengths 4 9.55k | repo stringlengths 7 96 | path stringlengths 4 178 | language stringclasses 1
value |
|---|---|---|---|---|
MethodDeclaration |
list(params?: Params$Resource$Projects$Locations$Buckets$List, options?: MethodOptions): GaxiosPromise<Schema$ListBucketsResponse>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Locations$Buckets$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Locations$Buckets$List, options: MethodOptions | BodyResponseCallback<Schema$ListBucketsResponse>, callback: BodyResponseCallback<Schema$ListBucketsResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Locations$Buckets$List, callback: BodyResponseCallback<Schema$ListBucketsResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.locations.buckets.patch
* @desc 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 h... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
patch(params?: Params$Resource$Projects$Locations$Buckets$Patch, options?: MethodOptions): GaxiosPromise<Schema$LogBucket>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
patch(params: Params$Resource$Projects$Locations$Buckets$Patch, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
patch(params: Params$Resource$Projects$Locations$Buckets$Patch, options: MethodOptions | BodyResponseCallback<Schema$LogBucket>, callback: BodyResponseCallback<Schema$LogBucket>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
patch(params: Params$Resource$Projects$Locations$Buckets$Patch, callback: BodyResponseCallback<Schema$LogBucket>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.logs.delete
* @desc Deletes all the log entries in a log. 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... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params?: Params$Resource$Projects$Logs$Delete, options?: MethodOptions): GaxiosPromise<Schema$Empty>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Projects$Logs$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Projects$Logs$Delete, options: MethodOptions | BodyResponseCallback<Schema$Empty>, callback: BodyResponseCallback<Schema$Empty>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Projects$Logs$Delete, callback: BodyResponseCallback<Schema$Empty>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.logs.list
* @desc Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.co... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params?: Params$Resource$Projects$Logs$List, options?: MethodOptions): GaxiosPromise<Schema$ListLogsResponse>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Logs$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Logs$List, options: MethodOptions | BodyResponseCallback<Schema$ListLogsResponse>, callback: BodyResponseCallback<Schema$ListLogsResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Logs$List, callback: BodyResponseCallback<Schema$ListLogsResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.metrics.create
* @desc Creates a logs-based metric.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging.googleapis.com
* // - Login into gcloud by running:... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params?: Params$Resource$Projects$Metrics$Create, options?: MethodOptions): GaxiosPromise<Schema$LogMetric>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params: Params$Resource$Projects$Metrics$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params: Params$Resource$Projects$Metrics$Create, options: MethodOptions | BodyResponseCallback<Schema$LogMetric>, callback: BodyResponseCallback<Schema$LogMetric>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params: Params$Resource$Projects$Metrics$Create, callback: BodyResponseCallback<Schema$LogMetric>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(callback: BodyResponseCallback<Schema$LogMetric>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.metrics.delete
* @desc Deletes a logs-based metric.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging.googleapis.com
* // - Login into gcloud by running:... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params?: Params$Resource$Projects$Metrics$Delete, options?: MethodOptions): GaxiosPromise<Schema$Empty>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Projects$Metrics$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Projects$Metrics$Delete, options: MethodOptions | BodyResponseCallback<Schema$Empty>, callback: BodyResponseCallback<Schema$Empty>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Projects$Metrics$Delete, callback: BodyResponseCallback<Schema$Empty>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.metrics.get
* @desc Gets a logs-based metric.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging.googleapis.com
* // - Login into gcloud by running:
... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params?: Params$Resource$Projects$Metrics$Get, options?: MethodOptions): GaxiosPromise<Schema$LogMetric>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params: Params$Resource$Projects$Metrics$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params: Params$Resource$Projects$Metrics$Get, options: MethodOptions | BodyResponseCallback<Schema$LogMetric>, callback: BodyResponseCallback<Schema$LogMetric>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params: Params$Resource$Projects$Metrics$Get, callback: BodyResponseCallback<Schema$LogMetric>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(callback: BodyResponseCallback<Schema$LogMetric>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.metrics.list
* @desc Lists logs-based metrics.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging.googleapis.com
* // - Login into gcloud by running:
... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params?: Params$Resource$Projects$Metrics$List, options?: MethodOptions): GaxiosPromise<Schema$ListLogMetricsResponse>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Metrics$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Metrics$List, options: MethodOptions | BodyResponseCallback<Schema$ListLogMetricsResponse>, callback: BodyResponseCallback<Schema$ListLogMetricsResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Metrics$List, callback: BodyResponseCallback<Schema$ListLogMetricsResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(callback: BodyResponseCallback<Schema$ListLogMetricsResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.metrics.update
* @desc Creates or updates a logs-based metric.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging.googleapis.com
* // - Login into gcloud ... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(params?: Params$Resource$Projects$Metrics$Update, options?: MethodOptions): GaxiosPromise<Schema$LogMetric>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(params: Params$Resource$Projects$Metrics$Update, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(params: Params$Resource$Projects$Metrics$Update, options: MethodOptions | BodyResponseCallback<Schema$LogMetric>, callback: BodyResponseCallback<Schema$LogMetric>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(params: Params$Resource$Projects$Metrics$Update, callback: BodyResponseCallback<Schema$LogMetric>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(callback: BodyResponseCallback<Schema$LogMetric>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.sinks.create
* @desc 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 resou... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params?: Params$Resource$Projects$Sinks$Create, options?: MethodOptions): GaxiosPromise<Schema$LogSink>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params: Params$Resource$Projects$Sinks$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params: Params$Resource$Projects$Sinks$Create, options: MethodOptions | BodyResponseCallback<Schema$LogSink>, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params: Params$Resource$Projects$Sinks$Create, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.sinks.delete
* @desc Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/ap... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params?: Params$Resource$Projects$Sinks$Delete, options?: MethodOptions): GaxiosPromise<Schema$Empty>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Projects$Sinks$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Projects$Sinks$Delete, options: MethodOptions | BodyResponseCallback<Schema$Empty>, callback: BodyResponseCallback<Schema$Empty>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Projects$Sinks$Delete, callback: BodyResponseCallback<Schema$Empty>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.sinks.get
* @desc Gets a sink.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging.googleapis.com
* // - Login into gcloud by running:
* // `$ g... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params?: Params$Resource$Projects$Sinks$Get, options?: MethodOptions): GaxiosPromise<Schema$LogSink>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params: Params$Resource$Projects$Sinks$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params: Params$Resource$Projects$Sinks$Get, options: MethodOptions | BodyResponseCallback<Schema$LogSink>, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params: Params$Resource$Projects$Sinks$Get, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.sinks.list
* @desc Lists sinks.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging.googleapis.com
* // - Login into gcloud by running:
* // `$ ... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params?: Params$Resource$Projects$Sinks$List, options?: MethodOptions): GaxiosPromise<Schema$ListSinksResponse>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Sinks$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Sinks$List, options: MethodOptions | BodyResponseCallback<Schema$ListSinksResponse>, callback: BodyResponseCallback<Schema$ListSinksResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Projects$Sinks$List, callback: BodyResponseCallback<Schema$ListSinksResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.sinks.patch
* @desc 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.
* @example
* ... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
patch(params?: Params$Resource$Projects$Sinks$Patch, options?: MethodOptions): GaxiosPromise<Schema$LogSink>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
patch(params: Params$Resource$Projects$Sinks$Patch, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
patch(params: Params$Resource$Projects$Sinks$Patch, options: MethodOptions | BodyResponseCallback<Schema$LogSink>, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
patch(params: Params$Resource$Projects$Sinks$Patch, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.projects.sinks.update
* @desc 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.
* @example
*... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(params?: Params$Resource$Projects$Sinks$Update, options?: MethodOptions): GaxiosPromise<Schema$LogSink>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(params: Params$Resource$Projects$Sinks$Update, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(params: Params$Resource$Projects$Sinks$Update, options: MethodOptions | BodyResponseCallback<Schema$LogSink>, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(params: Params$Resource$Projects$Sinks$Update, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.sinks.create
* @desc 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 ownin... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params?: Params$Resource$Sinks$Create, options?: MethodOptions): GaxiosPromise<Schema$LogSink>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params: Params$Resource$Sinks$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params: Params$Resource$Sinks$Create, options: MethodOptions | BodyResponseCallback<Schema$LogSink>, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
create(params: Params$Resource$Sinks$Create, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.sinks.delete
* @desc Deletes a sink. If the sink has a unique writer_identity, then that service account is also deleted.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params?: Params$Resource$Sinks$Delete, options?: MethodOptions): GaxiosPromise<Schema$Empty>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Sinks$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Sinks$Delete, options: MethodOptions | BodyResponseCallback<Schema$Empty>, callback: BodyResponseCallback<Schema$Empty>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
delete(params: Params$Resource$Sinks$Delete, callback: BodyResponseCallback<Schema$Empty>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.sinks.get
* @desc Gets a sink.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging.googleapis.com
* // - Login into gcloud by running:
* // `$ gcloud aut... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params?: Params$Resource$Sinks$Get, options?: MethodOptions): GaxiosPromise<Schema$LogSink>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params: Params$Resource$Sinks$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params: Params$Resource$Sinks$Get, options: MethodOptions | BodyResponseCallback<Schema$LogSink>, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
get(params: Params$Resource$Sinks$Get, callback: BodyResponseCallback<Schema$LogSink>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.sinks.list
* @desc Lists sinks.
* @example
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/logging.googleapis.com
* // - Login into gcloud by running:
* // `$ gcloud au... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params?: Params$Resource$Sinks$List, options?: MethodOptions): GaxiosPromise<Schema$ListSinksResponse>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Sinks$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Sinks$List, options: MethodOptions | BodyResponseCallback<Schema$ListSinksResponse>, callback: BodyResponseCallback<Schema$ListSinksResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
list(params: Params$Resource$Sinks$List, callback: BodyResponseCallback<Schema$ListSinksResponse>): void; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration | /**
* logging.sinks.update
* @desc 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.
* @example
* // Befor... | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
MethodDeclaration |
update(params?: Params$Resource$Sinks$Update, options?: MethodOptions): GaxiosPromise<Schema$LogSink>; | GumballWatterson00/DevCBatch1Project | node_modules/googleapis/build/src/apis/logging/v2.d.ts | TypeScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.