Writes log entries and manages your Cloud Logging configuration.
- REST Resource: v2
- REST Resource: v2.billingAccounts
- REST Resource: v2.billingAccounts.exclusions
- REST Resource: v2.billingAccounts.locations.buckets
- REST Resource: v2.billingAccounts.locations.buckets.links
- REST Resource: v2.billingAccounts.locations.buckets.views
- REST Resource: v2.billingAccounts.locations.buckets.views.logs
- REST Resource: v2.billingAccounts.locations.operations
- REST Resource: v2.billingAccounts.locations.recentQueries
- REST Resource: v2.billingAccounts.locations.savedQueries
- REST Resource: v2.billingAccounts.logs
- REST Resource: v2.billingAccounts.sinks
- REST Resource: v2.entries
- REST Resource: v2.exclusions
- REST Resource: v2.folders
- REST Resource: v2.folders.exclusions
- REST Resource: v2.folders.locations.buckets
- REST Resource: v2.folders.locations.buckets.links
- REST Resource: v2.folders.locations.buckets.views
- REST Resource: v2.folders.locations.buckets.views.logs
- REST Resource: v2.folders.locations.logScopes
- REST Resource: v2.folders.locations.operations
- REST Resource: v2.folders.locations.recentQueries
- REST Resource: v2.folders.locations.savedQueries
- REST Resource: v2.folders.logs
- REST Resource: v2.folders.sinks
- REST Resource: v2.locations.buckets
- REST Resource: v2.locations.buckets.links
- REST Resource: v2.locations.buckets.views
- REST Resource: v2.locations.operations
- REST Resource: v2.logs
- REST Resource: v2.monitoredResourceDescriptors
- REST Resource: v2.organizations
- REST Resource: v2.organizations.exclusions
- REST Resource: v2.organizations.locations.buckets
- REST Resource: v2.organizations.locations.buckets.links
- REST Resource: v2.organizations.locations.buckets.views
- REST Resource: v2.organizations.locations.buckets.views.logs
- REST Resource: v2.organizations.locations.logScopes
- REST Resource: v2.organizations.locations.operations
- REST Resource: v2.organizations.locations.recentQueries
- REST Resource: v2.organizations.locations.savedQueries
- REST Resource: v2.organizations.logs
- REST Resource: v2.organizations.sinks
- REST Resource: v2.projects
- REST Resource: v2.projects.exclusions
- REST Resource: v2.projects.locations.buckets
- REST Resource: v2.projects.locations.buckets.links
- REST Resource: v2.projects.locations.buckets.views
- REST Resource: v2.projects.locations.buckets.views.logs
- REST Resource: v2.projects.locations.logScopes
- REST Resource: v2.projects.locations.operations
- REST Resource: v2.projects.locations.recentQueries
- REST Resource: v2.projects.locations.savedQueries
- REST Resource: v2.projects.logs
- REST Resource: v2.projects.sinks
- REST Resource: v2.sinks
Service: logging.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://logging.s3nsapis.fr
REST Resource: v2
Methods | |
---|---|
getSettings |
GET /v2/{name=*/*}/settings Gets the settings for the given resource. |
updateSettings |
PATCH /v2/{name=*/*}/settings Updates the settings for the given resource. |
getCmekSettings |
The method google.logging.v2.ConfigServiceV2.GetCmekSettings is not available in Trusted Cloud by S3NS. |
updateCmekSettings |
The method google.logging.v2.ConfigServiceV2.UpdateCmekSettings is not available in Trusted Cloud by S3NS. |
REST Resource: v2.billingAccounts
Methods | |
---|---|
getSettings |
GET /v2/{name=billingAccounts/*}/settings Gets the settings for the given resource. |
getCmekSettings |
The method google.logging.v2.ConfigServiceV2.GetCmekSettings is not available in Trusted Cloud by S3NS. |
REST Resource: v2.billingAccounts.exclusions
Methods | |
---|---|
create |
POST /v2/{parent=billingAccounts/*}/exclusions Creates a new exclusion in the _Default sink in a specified parent resource. |
delete |
DELETE /v2/{name=billingAccounts/*/exclusions/*} Deletes an exclusion in the _Default sink. |
get |
GET /v2/{name=billingAccounts/*/exclusions/*} Gets the description of an exclusion in the _Default sink. |
list |
GET /v2/{parent=billingAccounts/*}/exclusions Lists all the exclusions on the _Default sink in a parent resource. |
patch |
PATCH /v2/{name=billingAccounts/*/exclusions/*} Changes one or more properties of an existing exclusion in the _Default sink. |
REST Resource: v2.billingAccounts.locations.buckets
Methods | |
---|---|
create |
POST /v2/{parent=billingAccounts/*/locations/*}/buckets Creates a log bucket that can be used to store log entries. |
delete |
DELETE /v2/{name=billingAccounts/*/locations/*/buckets/*} Deletes a log bucket. |
get |
GET /v2/{name=billingAccounts/*/locations/*/buckets/*} Gets a log bucket. |
list |
GET /v2/{parent=billingAccounts/*/locations/*}/buckets Lists log buckets. |
patch |
PATCH /v2/{name=billingAccounts/*/locations/*/buckets/*} Updates a log bucket. |
undelete |
POST /v2/{name=billingAccounts/*/locations/*/buckets/*}:undelete Undeletes a log bucket. |
createAsync |
The method google.logging.v2.ConfigServiceV2.CreateBucketAsync is not available in Trusted Cloud by S3NS. |
updateAsync |
The method google.logging.v2.ConfigServiceV2.UpdateBucketAsync is not available in Trusted Cloud by S3NS. |
REST Resource: v2.billingAccounts.locations.buckets.links
Methods | |
---|---|
create |
The method google.logging.v2.ConfigServiceV2.CreateLink is not available in Trusted Cloud by S3NS. |
delete |
The method google.logging.v2.ConfigServiceV2.DeleteLink is not available in Trusted Cloud by S3NS. |
get |
The method google.logging.v2.ConfigServiceV2.GetLink is not available in Trusted Cloud by S3NS. |
list |
The method google.logging.v2.ConfigServiceV2.ListLinks is not available in Trusted Cloud by S3NS. |
REST Resource: v2.billingAccounts.locations.buckets.views
Methods | |
---|---|
create |
POST /v2/{parent=billingAccounts/*/locations/*/buckets/*}/views Creates a view over log entries in a log bucket. |
delete |
DELETE /v2/{name=billingAccounts/*/locations/*/buckets/*/views/*} Deletes a view on a log bucket. |
get |
GET /v2/{name=billingAccounts/*/locations/*/buckets/*/views/*} Gets a view on a log bucket. |
list |
GET /v2/{parent=billingAccounts/*/locations/*/buckets/*}/views Lists views on a log bucket. |
patch |
PATCH /v2/{name=billingAccounts/*/locations/*/buckets/*/views/*} Updates a view on a log bucket. |
REST Resource: v2.billingAccounts.locations.buckets.views.logs
Methods | |
---|---|
list |
GET /v2/{parent=billingAccounts/*/locations/*/buckets/*/views/*}/logs Lists the logs in projects, organizations, folders, or billing accounts. |
REST Resource: v2.billingAccounts.locations.operations
Methods | |
---|---|
cancel |
The method google.longrunning.Operations.CancelOperation is not available in Trusted Cloud by S3NS. |
get |
The method google.longrunning.Operations.GetOperation is not available in Trusted Cloud by S3NS. |
list |
The method google.longrunning.Operations.ListOperations is not available in Trusted Cloud by S3NS. |
REST Resource: v2.billingAccounts.locations.recentQueries
Methods | |
---|---|
list |
GET /v2/{parent=billingAccounts/*/locations/*}/recentQueries Lists the RecentQueries that were created by the user making the request. |
REST Resource: v2.billingAccounts.locations.savedQueries
Methods | |
---|---|
create |
POST /v2/{parent=billingAccounts/*/locations/*}/savedQueries Creates a new SavedQuery for the user making the request. |
delete |
DELETE /v2/{name=billingAccounts/*/locations/*/savedQueries/*} Deletes an existing SavedQuery that was created by the user making the request. |
get |
GET /v2/{name=billingAccounts/*/locations/*/savedQueries/*} Returns all data associated with the requested query. |
list |
GET /v2/{parent=billingAccounts/*/locations/*}/savedQueries Lists the SavedQueries that were created by the user making the request. |
patch |
PATCH /v2/{savedQuery.name=billingAccounts/*/locations/*/savedQueries/*} Updates an existing SavedQuery. |
REST Resource: v2.billingAccounts.logs
Methods | |
---|---|
list |
GET /v2/{parent=billingAccounts/*}/logs Lists the logs in projects, organizations, folders, or billing accounts. |
delete |
The method google.logging.v2.LoggingServiceV2.DeleteLog is not available in Trusted Cloud by S3NS. |
REST Resource: v2.billingAccounts.sinks
Methods | |
---|---|
create |
POST /v2/{parent=billingAccounts/*}/sinks BigQuery and GCS exports are not supported. Creates a sink that exports specified log entries to a destination. |
delete |
DELETE /v2/{sinkName=billingAccounts/*/sinks/*} BigQuery and GCS exports are not supported. Deletes a sink. |
get |
GET /v2/{sinkName=billingAccounts/*/sinks/*} BigQuery and GCS exports are not supported. Gets a sink. |
list |
GET /v2/{parent=billingAccounts/*}/sinks BigQuery and GCS exports are not supported. Lists sinks. |
patch |
PATCH /v2/{sinkName=billingAccounts/*/sinks/*} BigQuery and GCS exports are not supported. Updates a sink. |
update |
PUT /v2/{sinkName=billingAccounts/*/sinks/*} BigQuery and GCS exports are not supported. Updates a sink. |
REST Resource: v2.entries
Methods | |
---|---|
list |
POST /v2/entries:list Lists log entries. |
write |
POST /v2/entries:write Writes log entries to Logging. |
copy |
The method google.logging.v2.ConfigServiceV2.CopyLogEntries is not available in Trusted Cloud by S3NS. |
tail |
The method google.logging.v2.LoggingServiceV2.TailLogEntries is not available in Trusted Cloud by S3NS. |
REST Resource: v2.exclusions
Methods | |
---|---|
create |
POST /v2/{parent=*/*}/exclusions Creates a new exclusion in the _Default sink in a specified parent resource. |
delete |
DELETE /v2/{name=*/*/exclusions/*} Deletes an exclusion in the _Default sink. |
get |
GET /v2/{name=*/*/exclusions/*} Gets the description of an exclusion in the _Default sink. |
list |
GET /v2/{parent=*/*}/exclusions Lists all the exclusions on the _Default sink in a parent resource. |
patch |
PATCH /v2/{name=*/*/exclusions/*} Changes one or more properties of an existing exclusion in the _Default sink. |
REST Resource: v2.folders
Methods | |
---|---|
getSettings |
GET /v2/{name=folders/*}/settings Gets the settings for the given resource. |
updateSettings |
PATCH /v2/{name=folders/*}/settings Updates the settings for the given resource. |
getCmekSettings |
The method google.logging.v2.ConfigServiceV2.GetCmekSettings is not available in Trusted Cloud by S3NS. |
REST Resource: v2.folders.exclusions
Methods | |
---|---|
create |
POST /v2/{parent=folders/*}/exclusions Creates a new exclusion in the _Default sink in a specified parent resource. |
delete |
DELETE /v2/{name=folders/*/exclusions/*} Deletes an exclusion in the _Default sink. |
get |
GET /v2/{name=folders/*/exclusions/*} Gets the description of an exclusion in the _Default sink. |
list |
GET /v2/{parent=folders/*}/exclusions Lists all the exclusions on the _Default sink in a parent resource. |
patch |
PATCH /v2/{name=folders/*/exclusions/*} Changes one or more properties of an existing exclusion in the _Default sink. |
REST Resource: v2.folders.locations.buckets
Methods | |
---|---|
create |
POST /v2/{parent=folders/*/locations/*}/buckets Creates a log bucket that can be used to store log entries. |
delete |
DELETE /v2/{name=folders/*/locations/*/buckets/*} Deletes a log bucket. |
get |
GET /v2/{name=folders/*/locations/*/buckets/*} Gets a log bucket. |
list |
GET /v2/{parent=folders/*/locations/*}/buckets Lists log buckets. |
patch |
PATCH /v2/{name=folders/*/locations/*/buckets/*} Updates a log bucket. |
undelete |
POST /v2/{name=folders/*/locations/*/buckets/*}:undelete Undeletes a log bucket. |
createAsync |
The method google.logging.v2.ConfigServiceV2.CreateBucketAsync is not available in Trusted Cloud by S3NS. |
updateAsync |
The method google.logging.v2.ConfigServiceV2.UpdateBucketAsync is not available in Trusted Cloud by S3NS. |
REST Resource: v2.folders.locations.buckets.links
Methods | |
---|---|
create |
The method google.logging.v2.ConfigServiceV2.CreateLink is not available in Trusted Cloud by S3NS. |
delete |
The method google.logging.v2.ConfigServiceV2.DeleteLink is not available in Trusted Cloud by S3NS. |
get |
The method google.logging.v2.ConfigServiceV2.GetLink is not available in Trusted Cloud by S3NS. |
list |
The method google.logging.v2.ConfigServiceV2.ListLinks is not available in Trusted Cloud by S3NS. |
REST Resource: v2.folders.locations.buckets.views
Methods | |
---|---|
create |
POST /v2/{parent=folders/*/locations/*/buckets/*}/views Creates a view over log entries in a log bucket. |
delete |
DELETE /v2/{name=folders/*/locations/*/buckets/*/views/*} Deletes a view on a log bucket. |
get |
GET /v2/{name=folders/*/locations/*/buckets/*/views/*} Gets a view on a log bucket. |
list |
GET /v2/{parent=folders/*/locations/*/buckets/*}/views Lists views on a log bucket. |
patch |
PATCH /v2/{name=folders/*/locations/*/buckets/*/views/*} Updates a view on a log bucket. |
getIamPolicy |
The method google.iam.v1.IAMPolicy.GetIamPolicy is not available in Trusted Cloud by S3NS. |
setIamPolicy |
The method google.iam.v1.IAMPolicy.SetIamPolicy is not available in Trusted Cloud by S3NS. |
testIamPermissions |
The method google.iam.v1.IAMPolicy.TestIamPermissions is not available in Trusted Cloud by S3NS. |
REST Resource: v2.folders.locations.buckets.views.logs
Methods | |
---|---|
list |
GET /v2/{parent=folders/*/locations/*/buckets/*/views/*}/logs Lists the logs in projects, organizations, folders, or billing accounts. |
REST Resource: v2.folders.locations.logScopes
Methods | |
---|---|
create |
POST /v2/{parent=folders/*/locations/*}/logScopes Creates a log scope. |
delete |
DELETE /v2/{name=folders/*/locations/*/logScopes/*} Deletes a log scope. |
get |
GET /v2/{name=folders/*/locations/*/logScopes/*} Gets a log scope. |
list |
GET /v2/{parent=folders/*/locations/*}/logScopes Lists log scopes. |
patch |
PATCH /v2/{logScope.name=folders/*/locations/*/logScopes/*} Updates a log scope. |
REST Resource: v2.folders.locations.operations
Methods | |
---|---|
cancel |
The method google.longrunning.Operations.CancelOperation is not available in Trusted Cloud by S3NS. |
get |
The method google.longrunning.Operations.GetOperation is not available in Trusted Cloud by S3NS. |
list |
The method google.longrunning.Operations.ListOperations is not available in Trusted Cloud by S3NS. |
REST Resource: v2.folders.locations.recentQueries
Methods | |
---|---|
list |
GET /v2/{parent=folders/*/locations/*}/recentQueries Lists the RecentQueries that were created by the user making the request. |
REST Resource: v2.folders.locations.savedQueries
Methods | |
---|---|
create |
POST /v2/{parent=folders/*/locations/*}/savedQueries Creates a new SavedQuery for the user making the request. |
delete |
DELETE /v2/{name=folders/*/locations/*/savedQueries/*} Deletes an existing SavedQuery that was created by the user making the request. |
get |
GET /v2/{name=folders/*/locations/*/savedQueries/*} Returns all data associated with the requested query. |
list |
GET /v2/{parent=folders/*/locations/*}/savedQueries Lists the SavedQueries that were created by the user making the request. |
patch |
PATCH /v2/{savedQuery.name=folders/*/locations/*/savedQueries/*} Updates an existing SavedQuery. |
REST Resource: v2.folders.logs
Methods | |
---|---|
list |
GET /v2/{parent=folders/*}/logs Lists the logs in projects, organizations, folders, or billing accounts. |
delete |
The method google.logging.v2.LoggingServiceV2.DeleteLog is not available in Trusted Cloud by S3NS. |
REST Resource: v2.folders.sinks
Methods | |
---|---|
create |
POST /v2/{parent=folders/*}/sinks BigQuery and GCS exports are not supported. Creates a sink that exports specified log entries to a destination. |
delete |
DELETE /v2/{sinkName=folders/*/sinks/*} BigQuery and GCS exports are not supported. Deletes a sink. |
get |
GET /v2/{sinkName=folders/*/sinks/*} BigQuery and GCS exports are not supported. Gets a sink. |
list |
GET /v2/{parent=folders/*}/sinks BigQuery and GCS exports are not supported. Lists sinks. |
patch |
PATCH /v2/{sinkName=folders/*/sinks/*} BigQuery and GCS exports are not supported. Updates a sink. |
update |
PUT /v2/{sinkName=folders/*/sinks/*} BigQuery and GCS exports are not supported. Updates a sink. |
REST Resource: v2.locations.buckets
Methods | |
---|---|
create |
POST /v2/{parent=*/*/locations/*}/buckets Creates a log bucket that can be used to store log entries. |
delete |
DELETE /v2/{name=*/*/locations/*/buckets/*} Deletes a log bucket. |
get |
GET /v2/{name=*/*/locations/*/buckets/*} Gets a log bucket. |
list |
GET /v2/{parent=*/*/locations/*}/buckets Lists log buckets. |
patch |
PATCH /v2/{name=*/*/locations/*/buckets/*} Updates a log bucket. |
undelete |
POST /v2/{name=*/*/locations/*/buckets/*}:undelete Undeletes a log bucket. |
createAsync |
The method google.logging.v2.ConfigServiceV2.CreateBucketAsync is not available in Trusted Cloud by S3NS. |
updateAsync |
The method google.logging.v2.ConfigServiceV2.UpdateBucketAsync is not available in Trusted Cloud by S3NS. |
REST Resource: v2.locations.buckets.links
Methods | |
---|---|
create |
The method google.logging.v2.ConfigServiceV2.CreateLink is not available in Trusted Cloud by S3NS. |
delete |
The method google.logging.v2.ConfigServiceV2.DeleteLink is not available in Trusted Cloud by S3NS. |
get |
The method google.logging.v2.ConfigServiceV2.GetLink is not available in Trusted Cloud by S3NS. |
list |
The method google.logging.v2.ConfigServiceV2.ListLinks is not available in Trusted Cloud by S3NS. |
REST Resource: v2.locations.buckets.views
Methods | |
---|---|
create |
POST /v2/{parent=*/*/locations/*/buckets/*}/views Creates a view over log entries in a log bucket. |
delete |
DELETE /v2/{name=*/*/locations/*/buckets/*/views/*} Deletes a view on a log bucket. |
get |
GET /v2/{name=*/*/locations/*/buckets/*/views/*} Gets a view on a log bucket. |
list |
GET /v2/{parent=*/*/locations/*/buckets/*}/views Lists views on a log bucket. |
patch |
PATCH /v2/{name=*/*/locations/*/buckets/*/views/*} Updates a view on a log bucket. |
getIamPolicy |
The method google.iam.v1.IAMPolicy.GetIamPolicy is not available in Trusted Cloud by S3NS. |
setIamPolicy |
The method google.iam.v1.IAMPolicy.SetIamPolicy is not available in Trusted Cloud by S3NS. |
testIamPermissions |
The method google.iam.v1.IAMPolicy.TestIamPermissions is not available in Trusted Cloud by S3NS. |
REST Resource: v2.locations.operations
Methods | |
---|---|
cancel |
The method google.longrunning.Operations.CancelOperation is not available in Trusted Cloud by S3NS. |
get |
The method google.longrunning.Operations.GetOperation is not available in Trusted Cloud by S3NS. |
list |
The method google.longrunning.Operations.ListOperations is not available in Trusted Cloud by S3NS. |
REST Resource: v2.logs
Methods | |
---|---|
list |
GET /v2/{parent=*/*}/logs Lists the logs in projects, organizations, folders, or billing accounts. |
delete |
The method google.logging.v2.LoggingServiceV2.DeleteLog is not available in Trusted Cloud by S3NS. |
REST Resource: v2.monitoredResourceDescriptors
Methods | |
---|---|
list |
GET /v2/monitoredResourceDescriptors Lists the descriptors for monitored resource types used by Logging. |
REST Resource: v2.organizations
Methods | |
---|---|
getSettings |
GET /v2/{name=organizations/*}/settings Gets the settings for the given resource. |
updateSettings |
PATCH /v2/{name=organizations/*}/settings Updates the settings for the given resource. |
getCmekSettings |
The method google.logging.v2.ConfigServiceV2.GetCmekSettings is not available in Trusted Cloud by S3NS. |
updateCmekSettings |
The method google.logging.v2.ConfigServiceV2.UpdateCmekSettings is not available in Trusted Cloud by S3NS. |
REST Resource: v2.organizations.exclusions
Methods | |
---|---|
create |
POST /v2/{parent=organizations/*}/exclusions Creates a new exclusion in the _Default sink in a specified parent resource. |
delete |
DELETE /v2/{name=organizations/*/exclusions/*} Deletes an exclusion in the _Default sink. |
get |
GET /v2/{name=organizations/*/exclusions/*} Gets the description of an exclusion in the _Default sink. |
list |
GET /v2/{parent=organizations/*}/exclusions Lists all the exclusions on the _Default sink in a parent resource. |
patch |
PATCH /v2/{name=organizations/*/exclusions/*} Changes one or more properties of an existing exclusion in the _Default sink. |
REST Resource: v2.organizations.locations.buckets
Methods | |
---|---|
create |
POST /v2/{parent=organizations/*/locations/*}/buckets Creates a log bucket that can be used to store log entries. |
delete |
DELETE /v2/{name=organizations/*/locations/*/buckets/*} Deletes a log bucket. |
get |
GET /v2/{name=organizations/*/locations/*/buckets/*} Gets a log bucket. |
list |
GET /v2/{parent=organizations/*/locations/*}/buckets Lists log buckets. |
patch |
PATCH /v2/{name=organizations/*/locations/*/buckets/*} Updates a log bucket. |
undelete |
POST /v2/{name=organizations/*/locations/*/buckets/*}:undelete Undeletes a log bucket. |
createAsync |
The method google.logging.v2.ConfigServiceV2.CreateBucketAsync is not available in Trusted Cloud by S3NS. |
updateAsync |
The method google.logging.v2.ConfigServiceV2.UpdateBucketAsync is not available in Trusted Cloud by S3NS. |
REST Resource: v2.organizations.locations.buckets.links
Methods | |
---|---|
create |
The method google.logging.v2.ConfigServiceV2.CreateLink is not available in Trusted Cloud by S3NS. |
delete |
The method google.logging.v2.ConfigServiceV2.DeleteLink is not available in Trusted Cloud by S3NS. |
get |
The method google.logging.v2.ConfigServiceV2.GetLink is not available in Trusted Cloud by S3NS. |
list |
The method google.logging.v2.ConfigServiceV2.ListLinks is not available in Trusted Cloud by S3NS. |
REST Resource: v2.organizations.locations.buckets.views
Methods | |
---|---|
create |
POST /v2/{parent=organizations/*/locations/*/buckets/*}/views Creates a view over log entries in a log bucket. |
delete |
DELETE /v2/{name=organizations/*/locations/*/buckets/*/views/*} Deletes a view on a log bucket. |
get |
GET /v2/{name=organizations/*/locations/*/buckets/*/views/*} Gets a view on a log bucket. |
list |
GET /v2/{parent=organizations/*/locations/*/buckets/*}/views Lists views on a log bucket. |
patch |
PATCH /v2/{name=organizations/*/locations/*/buckets/*/views/*} Updates a view on a log bucket. |
getIamPolicy |
The method google.iam.v1.IAMPolicy.GetIamPolicy is not available in Trusted Cloud by S3NS. |
setIamPolicy |
The method google.iam.v1.IAMPolicy.SetIamPolicy is not available in Trusted Cloud by S3NS. |
testIamPermissions |
The method google.iam.v1.IAMPolicy.TestIamPermissions is not available in Trusted Cloud by S3NS. |
REST Resource: v2.organizations.locations.buckets.views.logs
Methods | |
---|---|
list |
GET /v2/{parent=organizations/*/locations/*/buckets/*/views/*}/logs Lists the logs in projects, organizations, folders, or billing accounts. |
REST Resource: v2.organizations.locations.logScopes
Methods | |
---|---|
create |
POST /v2/{parent=organizations/*/locations/*}/logScopes Creates a log scope. |
delete |
DELETE /v2/{name=organizations/*/locations/*/logScopes/*} Deletes a log scope. |
get |
GET /v2/{name=organizations/*/locations/*/logScopes/*} Gets a log scope. |
list |
GET /v2/{parent=organizations/*/locations/*}/logScopes Lists log scopes. |
patch |
PATCH /v2/{logScope.name=organizations/*/locations/*/logScopes/*} Updates a log scope. |
REST Resource: v2.organizations.locations.operations
Methods | |
---|---|
cancel |
The method google.longrunning.Operations.CancelOperation is not available in Trusted Cloud by S3NS. |
get |
The method google.longrunning.Operations.GetOperation is not available in Trusted Cloud by S3NS. |
list |
The method google.longrunning.Operations.ListOperations is not available in Trusted Cloud by S3NS. |
REST Resource: v2.organizations.locations.recentQueries
Methods | |
---|---|
list |
GET /v2/{parent=organizations/*/locations/*}/recentQueries Lists the RecentQueries that were created by the user making the request. |
REST Resource: v2.organizations.locations.savedQueries
Methods | |
---|---|
create |
POST /v2/{parent=organizations/*/locations/*}/savedQueries Creates a new SavedQuery for the user making the request. |
delete |
DELETE /v2/{name=organizations/*/locations/*/savedQueries/*} Deletes an existing SavedQuery that was created by the user making the request. |
get |
GET /v2/{name=organizations/*/locations/*/savedQueries/*} Returns all data associated with the requested query. |
list |
GET /v2/{parent=organizations/*/locations/*}/savedQueries Lists the SavedQueries that were created by the user making the request. |
patch |
PATCH /v2/{savedQuery.name=organizations/*/locations/*/savedQueries/*} Updates an existing SavedQuery. |
REST Resource: v2.organizations.logs
Methods | |
---|---|
list |
GET /v2/{parent=organizations/*}/logs Lists the logs in projects, organizations, folders, or billing accounts. |
delete |
The method google.logging.v2.LoggingServiceV2.DeleteLog is not available in Trusted Cloud by S3NS. |
REST Resource: v2.organizations.sinks
Methods | |
---|---|
create |
POST /v2/{parent=organizations/*}/sinks BigQuery and GCS exports are not supported. Creates a sink that exports specified log entries to a destination. |
delete |
DELETE /v2/{sinkName=organizations/*/sinks/*} BigQuery and GCS exports are not supported. Deletes a sink. |
get |
GET /v2/{sinkName=organizations/*/sinks/*} BigQuery and GCS exports are not supported. Gets a sink. |
list |
GET /v2/{parent=organizations/*}/sinks BigQuery and GCS exports are not supported. Lists sinks. |
patch |
PATCH /v2/{sinkName=organizations/*/sinks/*} BigQuery and GCS exports are not supported. Updates a sink. |
update |
PUT /v2/{sinkName=organizations/*/sinks/*} BigQuery and GCS exports are not supported. Updates a sink. |
REST Resource: v2.projects
Methods | |
---|---|
getSettings |
GET /v2/{name=projects/*}/settings Gets the settings for the given resource. |
getCmekSettings |
The method google.logging.v2.ConfigServiceV2.GetCmekSettings is not available in Trusted Cloud by S3NS. |
REST Resource: v2.projects.exclusions
Methods | |
---|---|
create |
POST /v2/{parent=projects/*}/exclusions Creates a new exclusion in the _Default sink in a specified parent resource. |
delete |
DELETE /v2/{name=projects/*/exclusions/*} Deletes an exclusion in the _Default sink. |
get |
GET /v2/{name=projects/*/exclusions/*} Gets the description of an exclusion in the _Default sink. |
list |
GET /v2/{parent=projects/*}/exclusions Lists all the exclusions on the _Default sink in a parent resource. |
patch |
PATCH /v2/{name=projects/*/exclusions/*} Changes one or more properties of an existing exclusion in the _Default sink. |
REST Resource: v2.projects.locations.buckets
Methods | |
---|---|
create |
POST /v2/{parent=projects/*/locations/*}/buckets Creates a log bucket that can be used to store log entries. |
delete |
DELETE /v2/{name=projects/*/locations/*/buckets/*} Deletes a log bucket. |
get |
GET /v2/{name=projects/*/locations/*/buckets/*} Gets a log bucket. |
list |
GET /v2/{parent=projects/*/locations/*}/buckets Lists log buckets. |
patch |
PATCH /v2/{name=projects/*/locations/*/buckets/*} Updates a log bucket. |
undelete |
POST /v2/{name=projects/*/locations/*/buckets/*}:undelete Undeletes a log bucket. |
createAsync |
The method google.logging.v2.ConfigServiceV2.CreateBucketAsync is not available in Trusted Cloud by S3NS. |
updateAsync |
The method google.logging.v2.ConfigServiceV2.UpdateBucketAsync is not available in Trusted Cloud by S3NS. |
REST Resource: v2.projects.locations.buckets.links
Methods | |
---|---|
create |
The method google.logging.v2.ConfigServiceV2.CreateLink is not available in Trusted Cloud by S3NS. |
delete |
The method google.logging.v2.ConfigServiceV2.DeleteLink is not available in Trusted Cloud by S3NS. |
get |
The method google.logging.v2.ConfigServiceV2.GetLink is not available in Trusted Cloud by S3NS. |
list |
The method google.logging.v2.ConfigServiceV2.ListLinks is not available in Trusted Cloud by S3NS. |
REST Resource: v2.projects.locations.buckets.views
Methods | |
---|---|
create |
POST /v2/{parent=projects/*/locations/*/buckets/*}/views Creates a view over log entries in a log bucket. |
delete |
DELETE /v2/{name=projects/*/locations/*/buckets/*/views/*} Deletes a view on a log bucket. |
get |
GET /v2/{name=projects/*/locations/*/buckets/*/views/*} Gets a view on a log bucket. |
list |
GET /v2/{parent=projects/*/locations/*/buckets/*}/views Lists views on a log bucket. |
patch |
PATCH /v2/{name=projects/*/locations/*/buckets/*/views/*} Updates a view on a log bucket. |
getIamPolicy |
The method google.iam.v1.IAMPolicy.GetIamPolicy is not available in Trusted Cloud by S3NS. |
setIamPolicy |
The method google.iam.v1.IAMPolicy.SetIamPolicy is not available in Trusted Cloud by S3NS. |
testIamPermissions |
The method google.iam.v1.IAMPolicy.TestIamPermissions is not available in Trusted Cloud by S3NS. |
REST Resource: v2.projects.locations.buckets.views.logs
Methods | |
---|---|
list |
GET /v2/{parent=projects/*/locations/*/buckets/*/views/*}/logs Lists the logs in projects, organizations, folders, or billing accounts. |
REST Resource: v2.projects.locations.logScopes
Methods | |
---|---|
create |
POST /v2/{parent=projects/*/locations/*}/logScopes Creates a log scope. |
delete |
DELETE /v2/{name=projects/*/locations/*/logScopes/*} Deletes a log scope. |
get |
GET /v2/{name=projects/*/locations/*/logScopes/*} Gets a log scope. |
list |
GET /v2/{parent=projects/*/locations/*}/logScopes Lists log scopes. |
patch |
PATCH /v2/{logScope.name=projects/*/locations/*/logScopes/*} Updates a log scope. |
REST Resource: v2.projects.locations.operations
Methods | |
---|---|
cancel |
The method google.longrunning.Operations.CancelOperation is not available in Trusted Cloud by S3NS. |
get |
The method google.longrunning.Operations.GetOperation is not available in Trusted Cloud by S3NS. |
list |
The method google.longrunning.Operations.ListOperations is not available in Trusted Cloud by S3NS. |
REST Resource: v2.projects.locations.recentQueries
Methods | |
---|---|
list |
GET /v2/{parent=projects/*/locations/*}/recentQueries Lists the RecentQueries that were created by the user making the request. |
REST Resource: v2.projects.locations.savedQueries
Methods | |
---|---|
create |
POST /v2/{parent=projects/*/locations/*}/savedQueries Creates a new SavedQuery for the user making the request. |
delete |
DELETE /v2/{name=projects/*/locations/*/savedQueries/*} Deletes an existing SavedQuery that was created by the user making the request. |
get |
GET /v2/{name=projects/*/locations/*/savedQueries/*} Returns all data associated with the requested query. |
list |
GET /v2/{parent=projects/*/locations/*}/savedQueries Lists the SavedQueries that were created by the user making the request. |
patch |
PATCH /v2/{savedQuery.name=projects/*/locations/*/savedQueries/*} Updates an existing SavedQuery. |
REST Resource: v2.projects.logs
Methods | |
---|---|
list |
GET /v2/{parent=projects/*}/logs Lists the logs in projects, organizations, folders, or billing accounts. |
delete |
The method google.logging.v2.LoggingServiceV2.DeleteLog is not available in Trusted Cloud by S3NS. |
REST Resource: v2.projects.sinks
Methods | |
---|---|
create |
POST /v2/{parent=projects/*}/sinks BigQuery and GCS exports are not supported. Creates a sink that exports specified log entries to a destination. |
delete |
DELETE /v2/{sinkName=projects/*/sinks/*} BigQuery and GCS exports are not supported. Deletes a sink. |
get |
GET /v2/{sinkName=projects/*/sinks/*} BigQuery and GCS exports are not supported. Gets a sink. |
list |
GET /v2/{parent=projects/*}/sinks BigQuery and GCS exports are not supported. Lists sinks. |
patch |
PATCH /v2/{sinkName=projects/*/sinks/*} BigQuery and GCS exports are not supported. Updates a sink. |
update |
PUT /v2/{sinkName=projects/*/sinks/*} BigQuery and GCS exports are not supported. Updates a sink. |
REST Resource: v2.sinks
Methods | |
---|---|
create |
POST /v2/{parent=*/*}/sinks BigQuery and GCS exports are not supported. Creates a sink that exports specified log entries to a destination. |
delete |
DELETE /v2/{sinkName=*/*/sinks/*} BigQuery and GCS exports are not supported. Deletes a sink. |
get |
GET /v2/{sinkName=*/*/sinks/*} BigQuery and GCS exports are not supported. Gets a sink. |
list |
GET /v2/{parent=*/*}/sinks BigQuery and GCS exports are not supported. Lists sinks. |
update |
PUT /v2/{sinkName=*/*/sinks/*} BigQuery and GCS exports are not supported. Updates a sink. |