Index: discovery/googleapis_beta/logging__v2beta1.json |
diff --git a/discovery/googleapis_beta/logging__v2beta1.json b/discovery/googleapis_beta/logging__v2beta1.json |
index 51ec6a2c2bebb5875322ffc8e2dc675d203e513e..1bc61f880649f3b1a59b8761dca00b3b27919e9a 100644 |
--- a/discovery/googleapis_beta/logging__v2beta1.json |
+++ b/discovery/googleapis_beta/logging__v2beta1.json |
@@ -37,6 +37,16 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
+ "access_token": { |
+ "description": "OAuth access token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "key": { |
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
"quotaUser": { |
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
"location": "query", |
@@ -69,13 +79,13 @@ |
"location": "query", |
"type": "boolean" |
}, |
- "fields": { |
- "description": "Selector specifying which fields to include in a partial response.", |
+ "uploadType": { |
+ "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
"location": "query", |
"type": "string" |
}, |
- "uploadType": { |
- "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", |
+ "fields": { |
+ "description": "Selector specifying which fields to include in a partial response.", |
"location": "query", |
"type": "string" |
}, |
@@ -112,16 +122,6 @@ |
], |
"location": "query", |
"type": "string" |
- }, |
- "access_token": { |
- "description": "OAuth access token.", |
- "location": "query", |
- "type": "string" |
- }, |
- "key": { |
- "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
- "location": "query", |
- "type": "string" |
} |
}, |
"protocol": "rest", |
@@ -130,31 +130,6 @@ |
"resources": { |
"logs": { |
"methods": { |
- "delete": { |
- "description": "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.", |
- "httpMethod": "DELETE", |
- "id": "logging.organizations.logs.delete", |
- "parameterOrder": [ |
- "logName" |
- ], |
- "parameters": { |
- "logName": { |
- "description": "Required. The resource name of the log to delete:\n\"projects/[PROJECT_ID]/logs/[LOG_ID]\"\n\"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]\"\n\"folders/[FOLDER_ID]/logs/[LOG_ID]\"\n[LOG_ID] must be URL-encoded. For example, \"projects/my-project-id/logs/syslog\", \"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity\". For more information about log names, see LogEntry.", |
- "location": "path", |
- "pattern": "^organizations/[^/]+/logs/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v2beta1/{+logName}", |
- "response": { |
- "$ref": "Empty" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform", |
- "https://www.googleapis.com/auth/logging.admin" |
- ] |
- }, |
"list": { |
"description": "Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.", |
"httpMethod": "GET", |
@@ -192,6 +167,31 @@ |
"https://www.googleapis.com/auth/logging.admin", |
"https://www.googleapis.com/auth/logging.read" |
] |
+ }, |
+ "delete": { |
+ "description": "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.", |
+ "httpMethod": "DELETE", |
+ "id": "logging.organizations.logs.delete", |
+ "parameterOrder": [ |
+ "logName" |
+ ], |
+ "parameters": { |
+ "logName": { |
+ "description": "Required. The resource name of the log to delete:\n\"projects/[PROJECT_ID]/logs/[LOG_ID]\"\n\"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]\"\n\"folders/[FOLDER_ID]/logs/[LOG_ID]\"\n[LOG_ID] must be URL-encoded. For example, \"projects/my-project-id/logs/syslog\", \"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity\". For more information about log names, see LogEntry.", |
+ "location": "path", |
+ "pattern": "^organizations/[^/]+/logs/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v2beta1/{+logName}", |
+ "response": { |
+ "$ref": "Empty" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform", |
+ "https://www.googleapis.com/auth/logging.admin" |
+ ] |
} |
} |
} |
@@ -199,43 +199,43 @@ |
}, |
"entries": { |
"methods": { |
- "write": { |
- "description": "Writes log entries to Stackdriver Logging. All log entries are written by this method.", |
+ "list": { |
+ "description": "Lists log entries. Use this method to retrieve log entries from Stackdriver Logging. For ways to export log entries, see Exporting Logs.", |
"httpMethod": "POST", |
- "id": "logging.entries.write", |
+ "id": "logging.entries.list", |
"parameterOrder": [], |
"parameters": {}, |
- "path": "v2beta1/entries:write", |
+ "path": "v2beta1/entries:list", |
"request": { |
- "$ref": "WriteLogEntriesRequest" |
+ "$ref": "ListLogEntriesRequest" |
}, |
"response": { |
- "$ref": "WriteLogEntriesResponse" |
+ "$ref": "ListLogEntriesResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
+ "https://www.googleapis.com/auth/cloud-platform.read-only", |
"https://www.googleapis.com/auth/logging.admin", |
- "https://www.googleapis.com/auth/logging.write" |
+ "https://www.googleapis.com/auth/logging.read" |
] |
}, |
- "list": { |
- "description": "Lists log entries. Use this method to retrieve log entries from Stackdriver Logging. For ways to export log entries, see Exporting Logs.", |
+ "write": { |
+ "description": "Writes log entries to Stackdriver Logging.", |
"httpMethod": "POST", |
- "id": "logging.entries.list", |
+ "id": "logging.entries.write", |
"parameterOrder": [], |
"parameters": {}, |
- "path": "v2beta1/entries:list", |
+ "path": "v2beta1/entries:write", |
"request": { |
- "$ref": "ListLogEntriesRequest" |
+ "$ref": "WriteLogEntriesRequest" |
}, |
"response": { |
- "$ref": "ListLogEntriesResponse" |
+ "$ref": "WriteLogEntriesResponse" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
- "https://www.googleapis.com/auth/cloud-platform.read-only", |
"https://www.googleapis.com/auth/logging.admin", |
- "https://www.googleapis.com/auth/logging.read" |
+ "https://www.googleapis.com/auth/logging.write" |
] |
} |
} |
@@ -244,6 +244,32 @@ |
"resources": { |
"metrics": { |
"methods": { |
+ "delete": { |
+ "description": "Deletes a logs-based metric.", |
+ "httpMethod": "DELETE", |
+ "id": "logging.projects.metrics.delete", |
+ "parameterOrder": [ |
+ "metricName" |
+ ], |
+ "parameters": { |
+ "metricName": { |
+ "description": "The resource name of the metric to delete:\n\"projects/[PROJECT_ID]/metrics/[METRIC_ID]\"\n", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+/metrics/[^/]+$", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "v2beta1/{+metricName}", |
+ "response": { |
+ "$ref": "Empty" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/cloud-platform", |
+ "https://www.googleapis.com/auth/logging.admin", |
+ "https://www.googleapis.com/auth/logging.write" |
+ ] |
+ }, |
"list": { |
"description": "Lists logs-based metrics.", |
"httpMethod": "GET", |
@@ -252,11 +278,6 @@ |
"parent" |
], |
"parameters": { |
- "pageToken": { |
- "description": "Optional. 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.", |
- "location": "query", |
- "type": "string" |
- }, |
"pageSize": { |
"description": "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.", |
"format": "int32", |
@@ -269,6 +290,11 @@ |
"pattern": "^projects/[^/]+$", |
"required": true, |
"type": "string" |
+ }, |
+ "pageToken": { |
+ "description": "Optional. 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.", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"path": "v2beta1/{+parent}/metrics", |
@@ -366,37 +392,36 @@ |
"https://www.googleapis.com/auth/logging.admin", |
"https://www.googleapis.com/auth/logging.write" |
] |
- }, |
+ } |
+ } |
+ }, |
+ "logs": { |
+ "methods": { |
"delete": { |
- "description": "Deletes a logs-based metric.", |
+ "description": "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.", |
"httpMethod": "DELETE", |
- "id": "logging.projects.metrics.delete", |
+ "id": "logging.projects.logs.delete", |
"parameterOrder": [ |
- "metricName" |
+ "logName" |
], |
"parameters": { |
- "metricName": { |
- "description": "The resource name of the metric to delete:\n\"projects/[PROJECT_ID]/metrics/[METRIC_ID]\"\n", |
+ "logName": { |
+ "description": "Required. The resource name of the log to delete:\n\"projects/[PROJECT_ID]/logs/[LOG_ID]\"\n\"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]\"\n\"folders/[FOLDER_ID]/logs/[LOG_ID]\"\n[LOG_ID] must be URL-encoded. For example, \"projects/my-project-id/logs/syslog\", \"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity\". For more information about log names, see LogEntry.", |
"location": "path", |
- "pattern": "^projects/[^/]+/metrics/[^/]+$", |
+ "pattern": "^projects/[^/]+/logs/[^/]+$", |
"required": true, |
"type": "string" |
} |
}, |
- "path": "v2beta1/{+metricName}", |
+ "path": "v2beta1/{+logName}", |
"response": { |
"$ref": "Empty" |
}, |
"scopes": [ |
"https://www.googleapis.com/auth/cloud-platform", |
- "https://www.googleapis.com/auth/logging.admin", |
- "https://www.googleapis.com/auth/logging.write" |
+ "https://www.googleapis.com/auth/logging.admin" |
] |
- } |
- } |
- }, |
- "logs": { |
- "methods": { |
+ }, |
"list": { |
"description": "Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.", |
"httpMethod": "GET", |
@@ -405,13 +430,6 @@ |
"parent" |
], |
"parameters": { |
- "parent": { |
- "description": "Required. The resource name that owns the logs:\n\"projects/[PROJECT_ID]\"\n\"organizations/[ORGANIZATION_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]\"\n\"folders/[FOLDER_ID]\"\n", |
- "location": "path", |
- "pattern": "^projects/[^/]+$", |
- "required": true, |
- "type": "string" |
- }, |
"pageToken": { |
"description": "Optional. 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.", |
"location": "query", |
@@ -422,6 +440,13 @@ |
"format": "int32", |
"location": "query", |
"type": "integer" |
+ }, |
+ "parent": { |
+ "description": "Required. The resource name that owns the logs:\n\"projects/[PROJECT_ID]\"\n\"organizations/[ORGANIZATION_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]\"\n\"folders/[FOLDER_ID]\"\n", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+$", |
+ "required": true, |
+ "type": "string" |
} |
}, |
"path": "v2beta1/{+parent}/logs", |
@@ -434,31 +459,6 @@ |
"https://www.googleapis.com/auth/logging.admin", |
"https://www.googleapis.com/auth/logging.read" |
] |
- }, |
- "delete": { |
- "description": "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.", |
- "httpMethod": "DELETE", |
- "id": "logging.projects.logs.delete", |
- "parameterOrder": [ |
- "logName" |
- ], |
- "parameters": { |
- "logName": { |
- "description": "Required. The resource name of the log to delete:\n\"projects/[PROJECT_ID]/logs/[LOG_ID]\"\n\"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]\"\n\"folders/[FOLDER_ID]/logs/[LOG_ID]\"\n[LOG_ID] must be URL-encoded. For example, \"projects/my-project-id/logs/syslog\", \"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity\". For more information about log names, see LogEntry.", |
- "location": "path", |
- "pattern": "^projects/[^/]+/logs/[^/]+$", |
- "required": true, |
- "type": "string" |
- } |
- }, |
- "path": "v2beta1/{+logName}", |
- "response": { |
- "$ref": "Empty" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform", |
- "https://www.googleapis.com/auth/logging.admin" |
- ] |
} |
} |
}, |
@@ -472,13 +472,6 @@ |
"parent" |
], |
"parameters": { |
- "parent": { |
- "description": "Required. The parent resource whose sinks are to be listed:\n\"projects/[PROJECT_ID]\"\n\"organizations/[ORGANIZATION_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]\"\n\"folders/[FOLDER_ID]\"\n", |
- "location": "path", |
- "pattern": "^projects/[^/]+$", |
- "required": true, |
- "type": "string" |
- }, |
"pageToken": { |
"description": "Optional. 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.", |
"location": "query", |
@@ -489,6 +482,13 @@ |
"format": "int32", |
"location": "query", |
"type": "integer" |
+ }, |
+ "parent": { |
+ "description": "Required. The parent resource whose sinks are to be listed:\n\"projects/[PROJECT_ID]\"\n\"organizations/[ORGANIZATION_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]\"\n\"folders/[FOLDER_ID]\"\n", |
+ "location": "path", |
+ "pattern": "^projects/[^/]+$", |
+ "required": true, |
+ "type": "string" |
} |
}, |
"path": "v2beta1/{+parent}/sinks", |
@@ -570,17 +570,17 @@ |
"parent" |
], |
"parameters": { |
+ "uniqueWriterIdentity": { |
+ "description": "Optional. 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 Stackdriver 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.", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
"parent": { |
"description": "Required. The resource in which to create the sink:\n\"projects/[PROJECT_ID]\"\n\"organizations/[ORGANIZATION_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]\"\n\"folders/[FOLDER_ID]\"\nExamples: \"projects/my-logging-project\", \"organizations/123456789\".", |
"location": "path", |
"pattern": "^projects/[^/]+$", |
"required": true, |
"type": "string" |
- }, |
- "uniqueWriterIdentity": { |
- "description": "Optional. 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 Stackdriver 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.", |
- "location": "query", |
- "type": "boolean" |
} |
}, |
"path": "v2beta1/{+parent}/sinks", |
@@ -729,120 +729,22 @@ |
} |
} |
}, |
- "revision": "20170228", |
+ "revision": "20170320", |
"rootUrl": "https://logging.googleapis.com/", |
"schemas": { |
- "MonitoredResource": { |
- "description": "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. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for \"gce_instance\" has labels \"instance_id\" and \"zone\":\n{ \"type\": \"gce_instance\",\n \"labels\": { \"instance_id\": \"12345678901234\",\n \"zone\": \"us-central1-a\" }}\n", |
- "id": "MonitoredResource", |
+ "ListLogsResponse": { |
+ "description": "Result returned from ListLogs.", |
+ "id": "ListLogsResponse", |
"properties": { |
- "labels": { |
- "additionalProperties": { |
+ "logNames": { |
+ "description": "A list of log names. For example, \"projects/my-project/syslog\" or \"organizations/123/cloudresourcemanager.googleapis.com%2Factivity\".", |
+ "items": { |
"type": "string" |
}, |
- "description": "Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Cloud SQL databases use the labels \"database_id\" and \"zone\".", |
- "type": "object" |
+ "type": "array" |
}, |
- "type": { |
- "description": "Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Cloud SQL database is \"cloudsql_database\".", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "LogSink": { |
- "description": "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.", |
- "id": "LogSink", |
- "properties": { |
- "filter": { |
- "description": "Optional. An advanced logs filter. The only exported log entries are those that are in the resource owning the sink and that match the filter. The filter must use the log entry format specified by the output_version_format parameter. For example, in the v2 format:\nlogName=\"projects/[PROJECT_ID]/logs/[LOG_ID]\" AND severity>=ERROR\n", |
- "type": "string" |
- }, |
- "destination": { |
- "description": "Required. The export destination:\n\"storage.googleapis.com/[GCS_BUCKET]\"\n\"bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]\"\n\"pubsub.googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]\"\nThe sink's writer_identity, set when the sink is created, must have permission to write to the destination or else the log entries are not exported. For more information, see Exporting Logs With Sinks.", |
- "type": "string" |
- }, |
- "endTime": { |
- "description": "Optional. The time at which this sink will stop exporting log entries. Log entries are exported only if their timestamp is earlier than the end time. If this field is not supplied, there is no end time. If both a start time and an end time are provided, then the end time must be later than the start time.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
- "writerIdentity": { |
- "description": "Output only. An IAM identity—a service account or group—under which Stackdriver Logging writes the exported log entries to the sink's destination. This field is set by sinks.create and sinks.update, based on the setting of unique_writer_identity in those methods.Until you grant this identity write-access to the destination, log entry exports from this sink will fail. For more information, see Granting access for a resource. Consult the destination service's documentation to determine the appropriate IAM roles to assign to the identity.", |
- "type": "string" |
- }, |
- "startTime": { |
- "description": "Optional. The time at which this sink will begin exporting log entries. Log entries are exported only if their timestamp is not earlier than the start time. The default value of this field is the time the sink is created or updated.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
- "outputVersionFormat": { |
- "description": "Optional. The log entry format to use for this sink's exported log entries. The v2 format is used by default. The v1 format is deprecated and should be used only as part of a migration effort to v2. See Migration to the v2 API.", |
- "enum": [ |
- "VERSION_FORMAT_UNSPECIFIED", |
- "V2", |
- "V1" |
- ], |
- "enumDescriptions": [ |
- "An unspecified format version that will default to V2.", |
- "LogEntry version 2 format.", |
- "LogEntry version 1 format." |
- ], |
- "type": "string" |
- }, |
- "name": { |
- "description": "Required. The client-assigned sink identifier, unique within the project. Example: \"my-syslog-errors-to-pubsub\". Sink identifiers are limited to 100 characters and can include only the following characters: upper and lower-case alphanumeric characters, underscores, hyphens, and periods.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "WriteLogEntriesRequest": { |
- "description": "The parameters to WriteLogEntries.", |
- "id": "WriteLogEntriesRequest", |
- "properties": { |
- "logName": { |
- "description": "Optional. A default log resource name that is assigned to all log entries in entries that do not specify a value for log_name:\n\"projects/[PROJECT_ID]/logs/[LOG_ID]\"\n\"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]\"\n\"folders/[FOLDER_ID]/logs/[LOG_ID]\"\n[LOG_ID] must be URL-encoded. For example, \"projects/my-project-id/logs/syslog\" or \"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity\". For more information about log names, see LogEntry.", |
- "type": "string" |
- }, |
- "entries": { |
- "description": "Required. The log entries to write. Values supplied for the fields log_name, resource, and labels in this entries.write request are added to those log entries that do not provide their own values for the fields.To improve throughput and to avoid exceeding the quota limit for calls to entries.write, you should write multiple log entries at once rather than calling this method for each individual log entry.", |
- "items": { |
- "$ref": "LogEntry" |
- }, |
- "type": "array" |
- }, |
- "partialSuccess": { |
- "description": "Optional. Whether valid entries should be written even if some other entries fail due to INVALID_ARGUMENT or PERMISSION_DENIED errors. If any entry is not written, the response status will be the error associated with one of the failed entries and include error details in the form of WriteLogEntriesPartialErrors.", |
- "type": "boolean" |
- }, |
- "labels": { |
- "additionalProperties": { |
- "type": "string" |
- }, |
- "description": "Optional. Default labels that are added to the labels field of all log entries in entries. If a log entry already has a label with the same key as a label in this parameter, then the log entry's label is not changed. See LogEntry.", |
- "type": "object" |
- }, |
- "resource": { |
- "$ref": "MonitoredResource", |
- "description": "Optional. A default monitored resource object that is assigned to all log entries in entries that do not specify a value for resource. Example:\n{ \"type\": \"gce_instance\",\n \"labels\": {\n \"zone\": \"us-central1-a\", \"instance_id\": \"00000000000000000000\" }}\nSee LogEntry." |
- } |
- }, |
- "type": "object" |
- }, |
- "ListLogsResponse": { |
- "description": "Result returned from ListLogs.", |
- "id": "ListLogsResponse", |
- "properties": { |
- "logNames": { |
- "description": "A list of log names. For example, \"projects/my-project/syslog\" or \"organizations/123/cloudresourcemanager.googleapis.com%2Factivity\".", |
- "items": { |
- "type": "string" |
- }, |
- "type": "array" |
- }, |
- "nextPageToken": { |
- "description": "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 using the value of nextPageToken as pageToken.", |
+ "nextPageToken": { |
+ "description": "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 using the value of nextPageToken as pageToken.", |
"type": "string" |
} |
}, |
@@ -870,34 +772,6 @@ |
"description": "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.", |
"id": "HttpRequest", |
"properties": { |
- "userAgent": { |
- "description": "The user agent sent by the client. Example: \"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.0.3705)\".", |
- "type": "string" |
- }, |
- "latency": { |
- "description": "The request processing latency on the server, from the time the request was received until the response was sent.", |
- "format": "google-duration", |
- "type": "string" |
- }, |
- "cacheFillBytes": { |
- "description": "The number of HTTP response bytes inserted into cache. Set only when a cache fill was attempted.", |
- "format": "int64", |
- "type": "string" |
- }, |
- "requestMethod": { |
- "description": "The request method. Examples: \"GET\", \"HEAD\", \"PUT\", \"POST\".", |
- "type": "string" |
- }, |
- "responseSize": { |
- "description": "The size of the HTTP response message sent back to the client, in bytes, including the response headers and the response body.", |
- "format": "int64", |
- "type": "string" |
- }, |
- "requestSize": { |
- "description": "The size of the HTTP request message in bytes, including the request headers and the request body.", |
- "format": "int64", |
- "type": "string" |
- }, |
"requestUrl": { |
"description": "The scheme (http, https), the host name, the path and the query portion of the URL that was requested. Example: \"http://example.com/some/info?color=red\".", |
"type": "string" |
@@ -930,6 +804,34 @@ |
"referer": { |
"description": "The referer URL of the request, as defined in HTTP/1.1 Header Field Definitions (http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).", |
"type": "string" |
+ }, |
+ "latency": { |
+ "description": "The request processing latency on the server, from the time the request was received until the response was sent.", |
+ "format": "google-duration", |
+ "type": "string" |
+ }, |
+ "userAgent": { |
+ "description": "The user agent sent by the client. Example: \"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.0.3705)\".", |
+ "type": "string" |
+ }, |
+ "cacheFillBytes": { |
+ "description": "The number of HTTP response bytes inserted into cache. Set only when a cache fill was attempted.", |
+ "format": "int64", |
+ "type": "string" |
+ }, |
+ "requestMethod": { |
+ "description": "The request method. Examples: \"GET\", \"HEAD\", \"PUT\", \"POST\".", |
+ "type": "string" |
+ }, |
+ "responseSize": { |
+ "description": "The size of the HTTP response message sent back to the client, in bytes, including the response headers and the response body.", |
+ "format": "int64", |
+ "type": "string" |
+ }, |
+ "requestSize": { |
+ "description": "The size of the HTTP request message in bytes, including the request headers and the request body.", |
+ "format": "int64", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -967,6 +869,13 @@ |
"description": "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\" to identify particular VM instances.Different APIs can support different monitored resource types. APIs generally provide a list method that returns the monitored resource descriptors used by the API.", |
"id": "MonitoredResourceDescriptor", |
"properties": { |
+ "labels": { |
+ "description": "Required. A set of labels used to describe instances of this monitored resource type. For example, an individual Google Cloud SQL database is identified by values for the labels \"database_id\" and \"zone\".", |
+ "items": { |
+ "$ref": "LabelDescriptor" |
+ }, |
+ "type": "array" |
+ }, |
"name": { |
"description": "Optional. The resource name of the monitored resource descriptor: \"projects/{project_id}/monitoredResourceDescriptors/{type}\" where {type} is the value of the type field in this object and {project_id} is a project ID that provides API-specific context for accessing the type. APIs that do not use project information can use the resource name format \"monitoredResourceDescriptors/{type}\".", |
"type": "string" |
@@ -982,13 +891,6 @@ |
"type": { |
"description": "Required. The monitored resource type. For example, the type \"cloudsql_database\" represents databases in Google Cloud SQL. The maximum length of this value is 256 characters.", |
"type": "string" |
- }, |
- "labels": { |
- "description": "Required. A set of labels used to describe instances of this monitored resource type. For example, an individual Google Cloud SQL database is identified by values for the labels \"database_id\" and \"zone\".", |
- "items": { |
- "$ref": "LabelDescriptor" |
- }, |
- "type": "array" |
} |
}, |
"type": "object" |
@@ -997,11 +899,6 @@ |
"description": "Additional information about the source code location that produced the log entry.", |
"id": "LogEntrySourceLocation", |
"properties": { |
- "line": { |
- "description": "Optional. Line within the source file. 1-based; 0 indicates no line number available.", |
- "format": "int64", |
- "type": "string" |
- }, |
"file": { |
"description": "Optional. Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name.", |
"type": "string" |
@@ -1009,6 +906,11 @@ |
"function": { |
"description": "Optional. Human-readable name of the function or method being invoked, with optional context such as the class or package name. This information may be used in contexts such as the logs viewer, where a file and line number are less meaningful. The format can vary by language. For example: qual.if.ied.Class.method (Java), dir/package.func (Go), function (Python).", |
"type": "string" |
+ }, |
+ "line": { |
+ "description": "Optional. Line within the source file. 1-based; 0 indicates no line number available.", |
+ "format": "int64", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1017,16 +919,16 @@ |
"description": "Result returned from ListLogEntries.", |
"id": "ListLogEntriesResponse", |
"properties": { |
+ "nextPageToken": { |
+ "description": "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 using the value of nextPageToken as pageToken.If a value for next_page_token appears and the entries field is empty, it means that the search found no log entries so far but it did not have time to search all the possible log entries. Retry the method with this value for page_token to continue the search. Alternatively, consider speeding up the search by changing your filter to specify a single log name or resource type, or to narrow the time range of the search.", |
+ "type": "string" |
+ }, |
"entries": { |
"description": "A list of log entries.", |
"items": { |
"$ref": "LogEntry" |
}, |
"type": "array" |
- }, |
- "nextPageToken": { |
- "description": "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 using the value of nextPageToken as pageToken.If a value for next_page_token appears and the entries field is empty, it means that the search found no log entries so far but it did not have time to search all the possible log entries. Retry the method with this value for page_token to continue the search. Alternatively, consider speeding up the search by changing your filter to specify a single log name or resource type, or to narrow the time range of the search.", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -1099,29 +1001,17 @@ |
"description": "An individual entry in a log.", |
"id": "LogEntry", |
"properties": { |
- "textPayload": { |
- "description": "The log entry payload, represented as a Unicode string (UTF-8).", |
- "type": "string" |
- }, |
- "protoPayload": { |
+ "labels": { |
"additionalProperties": { |
- "description": "Properties of the object. Contains field @type with type URL.", |
- "type": "any" |
+ "type": "string" |
}, |
- "description": "The log entry payload, represented as a protocol buffer. Some Google Cloud Platform services use this field for their log entry payloads.", |
+ "description": "Optional. A set of user-defined (key, value) data that provides additional information about the log entry.", |
"type": "object" |
}, |
"trace": { |
"description": "Optional. Resource name of the trace associated with the log entry, if any. If it contains a relative resource name, the name is assumed to be relative to //tracing.googleapis.com. Example: projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824", |
"type": "string" |
}, |
- "labels": { |
- "additionalProperties": { |
- "type": "string" |
- }, |
- "description": "Optional. A set of user-defined (key, value) data that provides additional information about the log entry.", |
- "type": "object" |
- }, |
"severity": { |
"description": "Optional. The severity of the log entry. The default value is LogSeverity.DEFAULT.", |
"enum": [ |
@@ -1153,7 +1043,7 @@ |
"description": "Optional. Source code location information associated with the log entry, if any." |
}, |
"timestamp": { |
- "description": "Optional. The time the event described by the log entry occurred. If omitted, Stackdriver Logging will use the time the log entry is received.", |
+ "description": "Optional. The time the event described by the log entry occurred. If omitted in a new log entry, Stackdriver Logging will insert the time the log entry is received. Stackdriver Logging might reject log entries whose time stamps are more than a couple of hours in the future. Log entries with time stamps in the past are accepted.", |
"format": "google-datetime", |
"type": "string" |
}, |
@@ -1161,14 +1051,14 @@ |
"description": "Required. The resource name of the log to which this log entry belongs:\n\"projects/[PROJECT_ID]/logs/[LOG_ID]\"\n\"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]\"\n\"folders/[FOLDER_ID]/logs/[LOG_ID]\"\n[LOG_ID] must be URL-encoded within log_name. Example: \"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity\". [LOG_ID] must be less than 512 characters long and can only include the following characters: upper and lower case alphanumeric characters, forward-slash, underscore, hyphen, and period.For backward compatibility, if log_name begins with a forward-slash, such as /projects/..., then the log entry is ingested as usual but the forward-slash is removed. Listing the log entry will not show the leading slash and filtering for a log name with a leading slash will never return any results.", |
"type": "string" |
}, |
- "httpRequest": { |
- "$ref": "HttpRequest", |
- "description": "Optional. Information about the HTTP request associated with this log entry, if applicable." |
- }, |
"resource": { |
"$ref": "MonitoredResource", |
"description": "Required. The monitored resource associated with this log entry. Example: a log entry that reports a database error would be associated with the monitored resource designating the particular database that reported the error." |
}, |
+ "httpRequest": { |
+ "$ref": "HttpRequest", |
+ "description": "Optional. Information about the HTTP request associated with this log entry, if applicable." |
+ }, |
"jsonPayload": { |
"additionalProperties": { |
"description": "Properties of the object.", |
@@ -1177,13 +1067,25 @@ |
"description": "The log entry payload, represented as a structure that is expressed as a JSON object.", |
"type": "object" |
}, |
+ "insertId": { |
+ "description": "Optional. A unique identifier for the log entry. If you provide a value, then Stackdriver Logging considers other log entries in the same project, with the same timestamp, and with the same insert_id to be duplicates which can be removed. If omitted in new log entries, then Stackdriver Logging will insert its own unique identifier. The insert_id is used to order log entries that have the same timestamp value.", |
+ "type": "string" |
+ }, |
"operation": { |
"$ref": "LogEntryOperation", |
"description": "Optional. Information about an operation associated with the log entry, if applicable." |
}, |
- "insertId": { |
- "description": "Optional. A unique ID for the log entry. If you provide this field, the logging service considers other log entries in the same project with the same ID as duplicates which can be removed. If omitted, Stackdriver Logging will generate a unique ID for this log entry.", |
+ "textPayload": { |
+ "description": "The log entry payload, represented as a Unicode string (UTF-8).", |
"type": "string" |
+ }, |
+ "protoPayload": { |
+ "additionalProperties": { |
+ "description": "Properties of the object. Contains field @type with type URL.", |
+ "type": "any" |
+ }, |
+ "description": "The log entry payload, represented as a protocol buffer. Some Google Cloud Platform services use this field for their log entry payloads.", |
+ "type": "object" |
} |
}, |
"type": "object" |
@@ -1218,8 +1120,13 @@ |
"description": "The parameters to ListLogEntries.", |
"id": "ListLogEntriesRequest", |
"properties": { |
+ "pageSize": { |
+ "description": "Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of next_page_token in the response indicates that more results might be available.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
"orderBy": { |
- "description": "Optional. How the results should be sorted. Presently, the only permitted values are \"timestamp asc\" (default) and \"timestamp desc\". The first option returns entries in order of increasing values of LogEntry.timestamp (oldest first), and the second option returns entries in order of decreasing timestamps (newest first). Entries with equal timestamps are returned in order of LogEntry.insertId.", |
+ "description": "Optional. How the results should be sorted. Presently, the only permitted values are \"timestamp asc\" (default) and \"timestamp desc\". The first option returns entries in order of increasing values of LogEntry.timestamp (oldest first), and the second option returns entries in order of decreasing timestamps (newest first). Entries with equal timestamps are returned in order of their insert_id values.", |
"type": "string" |
}, |
"resourceNames": { |
@@ -1229,10 +1136,6 @@ |
}, |
"type": "array" |
}, |
- "filter": { |
- "description": "Optional. A filter that chooses which log entries to return. See Advanced Logs Filters. Only log entries that match the filter are returned. An empty filter matches all log entries in the resources listed in resource_names. Referencing a parent resource that is not listed in resource_names will cause the filter to return no results. The maximum length of the filter is 20000 characters.", |
- "type": "string" |
- }, |
"projectIds": { |
"description": "Deprecated. Use resource_names instead. One or more project identifiers or project numbers from which to retrieve log entries. Example: \"my-project-1A\". If present, these project identifiers are converted to resource name format and added to the list of resources in resource_names.", |
"items": { |
@@ -1240,14 +1143,13 @@ |
}, |
"type": "array" |
}, |
- "pageToken": { |
- "description": "Optional. 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.", |
+ "filter": { |
+ "description": "Optional. A filter that chooses which log entries to return. See Advanced Logs Filters. Only log entries that match the filter are returned. An empty filter matches all log entries in the resources listed in resource_names. Referencing a parent resource that is not listed in resource_names will cause the filter to return no results. The maximum length of the filter is 20000 characters.", |
"type": "string" |
}, |
- "pageSize": { |
- "description": "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.", |
- "format": "int32", |
- "type": "integer" |
+ "pageToken": { |
+ "description": "Optional. If present, then retrieve the next batch of results from the preceding call to this method. page_token must be the value of next_page_token from the previous response. The values of other method parameters should be identical to those in the previous call.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1256,73 +1158,6 @@ |
"description": "Complete log information about a single HTTP request to an App Engine application.", |
"id": "RequestLog", |
"properties": { |
- "line": { |
- "description": "A list of log lines emitted by the application while serving this request.", |
- "items": { |
- "$ref": "LogLine" |
- }, |
- "type": "array" |
- }, |
- "taskQueueName": { |
- "description": "Queue name of the request, in the case of an offline request.", |
- "type": "string" |
- }, |
- "referrer": { |
- "description": "Referrer URL of request.", |
- "type": "string" |
- }, |
- "requestId": { |
- "description": "Globally unique identifier for a request, which is based on the request start time. Request IDs for requests which started later will compare greater as strings than those for requests which started earlier.", |
- "type": "string" |
- }, |
- "nickname": { |
- "description": "The logged-in user who made the request.Most likely, this is the part of the user's email before the @ sign. The field value is the same for different requests from the same user, but different users can have similar names. This information is also available to the application via the App Engine Users API.This field will be populated starting with App Engine 1.9.21.", |
- "type": "string" |
- }, |
- "status": { |
- "description": "HTTP response status code. Example: 200, 404.", |
- "format": "int32", |
- "type": "integer" |
- }, |
- "pendingTime": { |
- "description": "Time this request spent in the pending request queue.", |
- "format": "google-duration", |
- "type": "string" |
- }, |
- "resource": { |
- "description": "Contains the path and query portion of the URL that was requested. For example, if the URL was \"http://example.com/app?name=val\", the resource would be \"/app?name=val\". The fragment identifier, which is identified by the # character, is not included.", |
- "type": "string" |
- }, |
- "taskName": { |
- "description": "Task name of the request, in the case of an offline request.", |
- "type": "string" |
- }, |
- "urlMapEntry": { |
- "description": "File or class that handled the request.", |
- "type": "string" |
- }, |
- "instanceIndex": { |
- "description": "If the instance processing this request belongs to a manually scaled module, then this is the 0-based index of the instance. Otherwise, this value is -1.", |
- "format": "int32", |
- "type": "integer" |
- }, |
- "finished": { |
- "description": "Whether this request is finished or active.", |
- "type": "boolean" |
- }, |
- "host": { |
- "description": "Internet host and port number of the resource being requested.", |
- "type": "string" |
- }, |
- "httpVersion": { |
- "description": "HTTP version of request. Example: \"HTTP/1.1\".", |
- "type": "string" |
- }, |
- "startTime": { |
- "description": "Time when the request started.", |
- "format": "google-datetime", |
- "type": "string" |
- }, |
"latency": { |
"description": "Latency of the request.", |
"format": "google-duration", |
@@ -1398,6 +1233,73 @@ |
"traceId": { |
"description": "Stackdriver Trace identifier for this request.", |
"type": "string" |
+ }, |
+ "line": { |
+ "description": "A list of log lines emitted by the application while serving this request.", |
+ "items": { |
+ "$ref": "LogLine" |
+ }, |
+ "type": "array" |
+ }, |
+ "referrer": { |
+ "description": "Referrer URL of request.", |
+ "type": "string" |
+ }, |
+ "taskQueueName": { |
+ "description": "Queue name of the request, in the case of an offline request.", |
+ "type": "string" |
+ }, |
+ "requestId": { |
+ "description": "Globally unique identifier for a request, which is based on the request start time. Request IDs for requests which started later will compare greater as strings than those for requests which started earlier.", |
+ "type": "string" |
+ }, |
+ "nickname": { |
+ "description": "The logged-in user who made the request.Most likely, this is the part of the user's email before the @ sign. The field value is the same for different requests from the same user, but different users can have similar names. This information is also available to the application via the App Engine Users API.This field will be populated starting with App Engine 1.9.21.", |
+ "type": "string" |
+ }, |
+ "pendingTime": { |
+ "description": "Time this request spent in the pending request queue.", |
+ "format": "google-duration", |
+ "type": "string" |
+ }, |
+ "resource": { |
+ "description": "Contains the path and query portion of the URL that was requested. For example, if the URL was \"http://example.com/app?name=val\", the resource would be \"/app?name=val\". The fragment identifier, which is identified by the # character, is not included.", |
+ "type": "string" |
+ }, |
+ "status": { |
+ "description": "HTTP response status code. Example: 200, 404.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
+ "taskName": { |
+ "description": "Task name of the request, in the case of an offline request.", |
+ "type": "string" |
+ }, |
+ "urlMapEntry": { |
+ "description": "File or class that handled the request.", |
+ "type": "string" |
+ }, |
+ "instanceIndex": { |
+ "description": "If the instance processing this request belongs to a manually scaled module, then this is the 0-based index of the instance. Otherwise, this value is -1.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
+ "finished": { |
+ "description": "Whether this request is finished or active.", |
+ "type": "boolean" |
+ }, |
+ "host": { |
+ "description": "Internet host and port number of the resource being requested.", |
+ "type": "string" |
+ }, |
+ "httpVersion": { |
+ "description": "HTTP version of request. Example: \"HTTP/1.1\".", |
+ "type": "string" |
+ }, |
+ "startTime": { |
+ "description": "Time when the request started.", |
+ "format": "google-datetime", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1406,16 +1308,16 @@ |
"description": "Result returned from ListMonitoredResourceDescriptors.", |
"id": "ListMonitoredResourceDescriptorsResponse", |
"properties": { |
- "nextPageToken": { |
- "description": "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 using the value of nextPageToken as pageToken.", |
- "type": "string" |
- }, |
"resourceDescriptors": { |
"description": "A list of resource descriptors.", |
"items": { |
"$ref": "MonitoredResourceDescriptor" |
}, |
"type": "array" |
+ }, |
+ "nextPageToken": { |
+ "description": "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 using the value of nextPageToken as pageToken.", |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1435,12 +1337,6 @@ |
}, |
"type": "object" |
}, |
- "WriteLogEntriesResponse": { |
- "description": "Result returned from WriteLogEntries. empty", |
- "id": "WriteLogEntriesResponse", |
- "properties": {}, |
- "type": "object" |
- }, |
"LogMetric": { |
"description": "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.", |
"id": "LogMetric", |
@@ -1476,6 +1372,14 @@ |
"description": "Additional information about a potentially long-running operation with which a log entry is associated.", |
"id": "LogEntryOperation", |
"properties": { |
+ "producer": { |
+ "description": "Optional. An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: \"MyDivision.MyBigCompany.com\", \"github.com/MyProject/MyApplication\".", |
+ "type": "string" |
+ }, |
+ "first": { |
+ "description": "Optional. Set this to True if this is the first log entry in the operation.", |
+ "type": "boolean" |
+ }, |
"last": { |
"description": "Optional. Set this to True if this is the last log entry in the operation.", |
"type": "boolean" |
@@ -1483,14 +1387,110 @@ |
"id": { |
"description": "Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.", |
"type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "WriteLogEntriesResponse": { |
+ "description": "Result returned from WriteLogEntries. empty", |
+ "id": "WriteLogEntriesResponse", |
+ "properties": {}, |
+ "type": "object" |
+ }, |
+ "MonitoredResource": { |
+ "description": "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. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for \"gce_instance\" has labels \"instance_id\" and \"zone\":\n{ \"type\": \"gce_instance\",\n \"labels\": { \"instance_id\": \"12345678901234\",\n \"zone\": \"us-central1-a\" }}\n", |
+ "id": "MonitoredResource", |
+ "properties": { |
+ "labels": { |
+ "additionalProperties": { |
+ "type": "string" |
+ }, |
+ "description": "Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Cloud SQL databases use the labels \"database_id\" and \"zone\".", |
+ "type": "object" |
+ }, |
+ "type": { |
+ "description": "Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Cloud SQL database is \"cloudsql_database\".", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "LogSink": { |
+ "description": "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.", |
+ "id": "LogSink", |
+ "properties": { |
+ "name": { |
+ "description": "Required. The client-assigned sink identifier, unique within the project. Example: \"my-syslog-errors-to-pubsub\". Sink identifiers are limited to 100 characters and can include only the following characters: upper and lower-case alphanumeric characters, underscores, hyphens, and periods.", |
+ "type": "string" |
}, |
- "producer": { |
- "description": "Optional. An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: \"MyDivision.MyBigCompany.com\", \"github.com/MyProject/MyApplication\".", |
+ "destination": { |
+ "description": "Required. The export destination:\n\"storage.googleapis.com/[GCS_BUCKET]\"\n\"bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]\"\n\"pubsub.googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]\"\nThe sink's writer_identity, set when the sink is created, must have permission to write to the destination or else the log entries are not exported. For more information, see Exporting Logs With Sinks.", |
"type": "string" |
}, |
- "first": { |
- "description": "Optional. Set this to True if this is the first log entry in the operation.", |
+ "filter": { |
+ "description": "Optional. An advanced logs filter. The only exported log entries are those that are in the resource owning the sink and that match the filter. The filter must use the log entry format specified by the output_version_format parameter. For example, in the v2 format:\nlogName=\"projects/[PROJECT_ID]/logs/[LOG_ID]\" AND severity>=ERROR\n", |
+ "type": "string" |
+ }, |
+ "endTime": { |
+ "description": "Optional. The time at which this sink will stop exporting log entries. Log entries are exported only if their timestamp is earlier than the end time. If this field is not supplied, there is no end time. If both a start time and an end time are provided, then the end time must be later than the start time.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
+ "writerIdentity": { |
+ "description": "Output only. An IAM identity—a service account or group—under which Stackdriver Logging writes the exported log entries to the sink's destination. This field is set by sinks.create and sinks.update, based on the setting of unique_writer_identity in those methods.Until you grant this identity write-access to the destination, log entry exports from this sink will fail. For more information, see Granting access for a resource. Consult the destination service's documentation to determine the appropriate IAM roles to assign to the identity.", |
+ "type": "string" |
+ }, |
+ "startTime": { |
+ "description": "Optional. The time at which this sink will begin exporting log entries. Log entries are exported only if their timestamp is not earlier than the start time. The default value of this field is the time the sink is created or updated.", |
+ "format": "google-datetime", |
+ "type": "string" |
+ }, |
+ "outputVersionFormat": { |
+ "description": "Optional. The log entry format to use for this sink's exported log entries. The v2 format is used by default. The v1 format is deprecated and should be used only as part of a migration effort to v2. See Migration to the v2 API.", |
+ "enum": [ |
+ "VERSION_FORMAT_UNSPECIFIED", |
+ "V2", |
+ "V1" |
+ ], |
+ "enumDescriptions": [ |
+ "An unspecified format version that will default to V2.", |
+ "LogEntry version 2 format.", |
+ "LogEntry version 1 format." |
+ ], |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "WriteLogEntriesRequest": { |
+ "description": "The parameters to WriteLogEntries.", |
+ "id": "WriteLogEntriesRequest", |
+ "properties": { |
+ "logName": { |
+ "description": "Optional. A default log resource name that is assigned to all log entries in entries that do not specify a value for log_name:\n\"projects/[PROJECT_ID]/logs/[LOG_ID]\"\n\"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]\"\n\"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]\"\n\"folders/[FOLDER_ID]/logs/[LOG_ID]\"\n[LOG_ID] must be URL-encoded. For example, \"projects/my-project-id/logs/syslog\" or \"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity\". For more information about log names, see LogEntry.", |
+ "type": "string" |
+ }, |
+ "entries": { |
+ "description": "Required. The log entries to write. Values supplied for the fields log_name, resource, and labels in this entries.write request are inserted into those log entries in this list that do not provide their own values.Stackdriver Logging also creates and inserts values for timestamp and insert_id if the entries do not provide them. The created insert_id for the N'th entry in this list will be greater than earlier entries and less than later entries. Otherwise, the order of log entries in this list does not matter.To improve throughput and to avoid exceeding the quota limit for calls to entries.write, you should write multiple log entries at once rather than calling this method for each individual log entry.", |
+ "items": { |
+ "$ref": "LogEntry" |
+ }, |
+ "type": "array" |
+ }, |
+ "partialSuccess": { |
+ "description": "Optional. Whether valid entries should be written even if some other entries fail due to INVALID_ARGUMENT or PERMISSION_DENIED errors. If any entry is not written, then the response status is the error associated with one of the failed entries and the response includes error details keyed by the entries' zero-based index in the entries.write method.", |
"type": "boolean" |
+ }, |
+ "labels": { |
+ "additionalProperties": { |
+ "type": "string" |
+ }, |
+ "description": "Optional. Default labels that are added to the labels field of all log entries in entries. If a log entry already has a label with the same key as a label in this parameter, then the log entry's label is not changed. See LogEntry.", |
+ "type": "object" |
+ }, |
+ "resource": { |
+ "$ref": "MonitoredResource", |
+ "description": "Optional. A default monitored resource object that is assigned to all log entries in entries that do not specify a value for resource. Example:\n{ \"type\": \"gce_instance\",\n \"labels\": {\n \"zone\": \"us-central1-a\", \"instance_id\": \"00000000000000000000\" }}\nSee LogEntry." |
} |
}, |
"type": "object" |