type
stringclasses
7 values
content
stringlengths
4
9.55k
repo
stringlengths
7
96
path
stringlengths
4
178
language
stringclasses
1 value
ClassDeclaration
export class Resource$Entries { context: APIRequestContext; constructor(context: APIRequestContext); /** * logging.entries.list * @desc Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to ex...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
ClassDeclaration
export class Resource$Folders { context: APIRequestContext; exclusions: Resource$Folders$Exclusions; locations: Resource$Folders$Locations; logs: Resource$Folders$Logs; sinks: Resource$Folders$Sinks; constructor(context: APIRequestContext); }
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
ClassDeclaration
export class Resource$Folders$Locations { context: APIRequestContext; buckets: Resource$Folders$Locations$Buckets; constructor(context: APIRequestContext); }
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
ClassDeclaration
export class Resource$Locations { context: APIRequestContext; buckets: Resource$Locations$Buckets; constructor(context: APIRequestContext); }
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
ClassDeclaration
export class Resource$Monitoredresourcedescriptors { context: APIRequestContext; constructor(context: APIRequestContext); /** * logging.monitoredResourceDescriptors.list * @desc Lists the descriptors for monitored resource types used by Logging. * @example * ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
ClassDeclaration
export class Resource$Organizations$Locations { context: APIRequestContext; buckets: Resource$Organizations$Locations$Buckets; constructor(context: APIRequestContext); }
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
ClassDeclaration
export class Resource$Projects { context: APIRequestContext; exclusions: Resource$Projects$Exclusions; locations: Resource$Projects$Locations; logs: Resource$Projects$Logs; metrics: Resource$Projects$Metrics; sinks: Resource$Projects$Sinks; constructor(context: A...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
ClassDeclaration
export class Resource$Projects$Locations { context: APIRequestContext; buckets: Resource$Projects$Locations$Buckets; constructor(context: APIRequestContext); }
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Options extends GlobalOptions { version: 'v2'; }
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
interface StandardParameters { /** * Auth client or API Key for the request */ auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient | GoogleAuth; /** * V1 error format. */ '$.xgafv'?: string; /** * OAuth access token. ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Options that change functionality of a sink exporting data to BigQuery. */ export interface Schema$BigQueryOptions { /** * Optional. Whether to use BigQuery's partition tables (https://cloud.google.com/bigquery/docs/partitioned-tables). By default, Logging creates dated tables based...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * 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...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * 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 organi...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * 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 fo...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Specifies a set of buckets with arbitrary widths.There are size(bounds) + 1 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1): boundsi Lower bound (1 <= i < N); boundsi - 1The bounds field must contain at least one element. If bounds has only one element, then there...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound. Each bucket represents a constant relative uncertainty on a specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 &l...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * A common proto for logging HTTP requests. Only contains semantics defined by the HTTP specification. Product-specific logging information MUST be defined in a separate message. */ export interface Schema$HttpRequest { /** * The number of HTTP response bytes inserted into cache. Set only...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * A description of a label. */ export interface Schema$LabelDescriptor { /** * A human-readable description for the label. */ description?: string | null; /** * The label key. */ key?: string | null; /** * The type of dat...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Specifies a linear sequence of buckets that all have the same width (except overflow and underflow). Each bucket represents a constant absolute uncertainty on the specific value in the bucket.There are num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-1...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * The response from ListBuckets (Beta). */ export interface Schema$ListBucketsResponse { /** * A list of buckets. */ buckets?: Schema$LogBucket[]; /** * If there might be more results than appear in this response, then nextPageToken is included. To get th...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Result returned from ListExclusions. */ export interface Schema$ListExclusionsResponse { /** * A list of exclusions. */ exclusions?: Schema$LogExclusion[]; /** * If there might be more results than appear in this response, then nextPageToken is included...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * The parameters to ListLogEntries. */ export interface Schema$ListLogEntriesRequest { /** * Optional. A filter that chooses which log entries to return. See Advanced Logs Queries (https://cloud.google.com/logging/docs/view/advanced-queries). Only log entries that match the filter are ret...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Result returned from ListLogEntries. */ export interface Schema$ListLogEntriesResponse { /** * A list of log entries. If entries is empty, nextPageToken may still be returned, indicating that more entries may exist. See nextPageToken for more information. */ entries?: S...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Result returned from ListLogMetrics. */ export interface Schema$ListLogMetricsResponse { /** * A list of logs-based metrics. */ metrics?: Schema$LogMetric[]; /** * If there might be more results than appear in this response, then nextPageToken is includ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Result returned from ListLogs. */ export interface Schema$ListLogsResponse { /** * A list of log names. For example, "projects/my-project/logs/syslog" or "organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity". */ logNames?: string[] ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Result returned from ListMonitoredResourceDescriptors. */ export interface Schema$ListMonitoredResourceDescriptorsResponse { /** * If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Result returned from ListSinks. */ export interface Schema$ListSinksResponse { /** * If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken. ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Describes a repository of logs (Beta). */ export interface Schema$LogBucket { /** * Output only. The creation timestamp of the bucket. This is not set for any of the default buckets. */ createTime?: string | null; /** * Describes this bucket. *...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * An individual entry in a log. */ export interface Schema$LogEntry { /** * Optional. Information about the HTTP request associated with this log entry, if applicable. */ httpRequest?: Schema$HttpRequest; /** * Optional. A unique identifier for the log en...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Additional information about a potentially long-running operation with which a log entry is associated. */ export interface Schema$LogEntryOperation { /** * Optional. Set this to True if this is the first log entry in the operation. */ first?: boolean | null; /*...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Additional information about the source code location that produced the log entry. */ export interface Schema$LogEntrySourceLocation { /** * Optional. Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name. */ file?...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Specifies a set of log entries that are not to be stored in Logging. If your GCP resource receives a large volume of logs, you can use exclusions to reduce your chargeable logs. Exclusions are processed after log sinks, so you can export log entries before they are excluded. Note that organization-level and ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Application log line emitted while processing a request. */ export interface Schema$LogLine { /** * App-provided log message. */ logMessage?: string | null; /** * Severity of this log entry. */ severity?: string | null; /** ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Describes a logs-based metric. The value of the metric is the number of log entries that match a logs filter in a given time interval.Logs-based metric can also be used to extract values from logs and create a a distribution of the values. The distribution records the statistics of the extracted values along...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Describes a sink used to export log entries to one of the following destinations in any project: a Cloud Storage bucket, a BigQuery dataset, or a Cloud Pub/Sub topic. A logs filter controls which log entries are exported. The sink must be created within a project, organization, billing account, or folder. ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Defines a metric type and its schema. Once a metric descriptor is created, deleting or altering it stops data collection and makes the metric type's existing data unusable. */ export interface Schema$MetricDescriptor { /** * A detailed description of the metric, which can be used in...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Additional annotations that can be used to guide the usage of a metric. */ export interface Schema$MetricDescriptorMetadata { /** * The delay of data points caused by ingestion. Data points older than this age are guaranteed to be ingested and available to be read, excluding data loss d...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * An object representing a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource's schema. Informatio...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * An object that describes the schema of a MonitoredResource object using a type name and a set of labels. For example, the monitored resource descriptor for Google Compute Engine VM instances has a type of "gce_instance" and specifies the use of the labels "instance_id" and "zone&quot...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Auxiliary metadata for a MonitoredResource object. MonitoredResource objects contain the minimum set of information to uniquely identify a monitored resource instance. There is some other useful auxiliary metadata. Monitoring and Logging use an ingestion pipeline to extract metadata for cloud resources of al...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Complete log information about a single HTTP request to an App Engine application. */ export interface Schema$RequestLog { /** * App Engine release version. */ appEngineRelease?: string | null; /** * Application that handled this request. */ ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Specifies a location in a source code file. */ export interface Schema$SourceLocation { /** * Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name. */ file?: string | null; /** * Human-readable na...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * A reference to a particular snapshot of the source tree used to build and deploy an application. */ export interface Schema$SourceReference { /** * Optional. A URI string identifying the repository. Example: "https://github.com/GoogleCloudPlatform/kubernetes.git" */ ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * The parameters to WriteLogEntries. */ export interface Schema$WriteLogEntriesRequest { /** * Optional. If true, the request should expect normal response, but the entries won't be persisted nor exported. Useful for checking whether the logging API endpoints are working properly befo...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
/** * Result returned from WriteLogEntries. */ export interface Schema$WriteLogEntriesResponse { }
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Buckets$Get extends StandardParameters { /** * Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Exclusions$Create extends StandardParameters { /** * Required. The parent resource in which to create the exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projec...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Exclusions$Delete extends StandardParameters { /** * Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Exclusions$Get extends StandardParameters { /** * Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/e...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Exclusions$List extends StandardParameters { /** * Optional. 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. ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Exclusions$Patch extends StandardParameters { /** * Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_I...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Locations$Buckets$List extends StandardParameters { /** * Optional. 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....
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Locations$Buckets$Patch extends StandardParameters { /** * Required. The full resource name of the bucket to update. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BU...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Logs$Delete extends StandardParameters { /** * Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" "folders/[FOLDER_...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Logs$List extends StandardParameters { /** * Optional. 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. */ ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Sinks$Create extends StandardParameters { /** * Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-pro...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Sinks$Delete extends StandardParameters { /** * Required. The full resource name of the sink to delete, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "bil...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Sinks$Get extends StandardParameters { /** * Required. The resource name of the sink: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/s...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Sinks$List extends StandardParameters { /** * Optional. 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. */...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Sinks$Patch extends StandardParameters { /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "bill...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Billingaccounts$Sinks$Update extends StandardParameters { /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "bil...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Entries$List extends StandardParameters { /** * Request body metadata */ requestBody?: Schema$ListLogEntriesRequest; }
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Entries$Write extends StandardParameters { /** * Request body metadata */ requestBody?: Schema$WriteLogEntriesRequest; }
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Exclusions$Create extends StandardParameters { /** * Required. The parent resource in which to create the exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-pr...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Exclusions$Delete extends StandardParameters { /** * Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/excl...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Exclusions$Get extends StandardParameters { /** * Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLU...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Exclusions$List extends StandardParameters { /** * Optional. 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. */ pa...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Exclusions$Patch extends StandardParameters { /** * Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[E...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Exclusions$Create extends StandardParameters { /** * Required. The parent resource in which to create the exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-lo...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Exclusions$Delete extends StandardParameters { /** * Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Exclusions$Get extends StandardParameters { /** * Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusion...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Exclusions$List extends StandardParameters { /** * Optional. 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. */ ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Exclusions$Patch extends StandardParameters { /** * Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclu...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Locations$Buckets$Get extends StandardParameters { /** * Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccount...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Locations$Buckets$List extends StandardParameters { /** * Optional. 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. ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Locations$Buckets$Patch extends StandardParameters { /** * Required. The full resource name of the bucket to update. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Logs$Delete extends StandardParameters { /** * Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" "folders/[FOLDER_ID]/logs...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Logs$List extends StandardParameters { /** * Optional. 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. */ ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Sinks$Create extends StandardParameters { /** * Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Sinks$Delete extends StandardParameters { /** * Required. The full resource name of the sink to delete, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAcco...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Sinks$Get extends StandardParameters { /** * Required. The resource name of the sink: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SI...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Sinks$List extends StandardParameters { /** * Optional. 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. */ ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Sinks$Patch extends StandardParameters { /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccou...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Folders$Sinks$Update extends StandardParameters { /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAcco...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Locations$Buckets$Get extends StandardParameters { /** * Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLI...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Locations$Buckets$List extends StandardParameters { /** * Optional. 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. */ ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Locations$Buckets$Patch extends StandardParameters { /** * Required. The full resource name of the bucket to update. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billi...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Logs$Delete extends StandardParameters { /** * Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" "folders/[FOLDER_ID]/logs/[LOG_ID...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Logs$List extends StandardParameters { /** * Optional. 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. */ pageSize...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Monitoredresourcedescriptors$List extends StandardParameters { /** * Optional. 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. ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Getcmeksettings extends StandardParameters { /** * Required. The resource for which to retrieve CMEK settings. "projects/[PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Updatecmeksettings extends StandardParameters { /** * Required. The resource name for the CMEK settings to update. "projects/[PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "fol...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Exclusions$Create extends StandardParameters { /** * Required. The parent resource in which to create the exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Exclusions$Delete extends StandardParameters { /** * Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_AC...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Exclusions$Get extends StandardParameters { /** * Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exc...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Exclusions$List extends StandardParameters { /** * Optional. 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. ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Exclusions$Patch extends StandardParameters { /** * Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Locations$Buckets$Get extends StandardParameters { /** * Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingA...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Locations$Buckets$List extends StandardParameters { /** * Optional. 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. ...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript
InterfaceDeclaration
export interface Params$Resource$Organizations$Locations$Buckets$Patch extends StandardParameters { /** * Required. The full resource name of the bucket to update. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCK...
GumballWatterson00/DevCBatch1Project
node_modules/googleapis/build/src/apis/logging/v2.d.ts
TypeScript