Struct google_logging2::api::LogBucket [−][src]
pub struct LogBucket {
pub create_time: Option<String>,
pub description: Option<String>,
pub lifecycle_state: Option<String>,
pub locked: Option<bool>,
pub name: Option<String>,
pub retention_days: Option<i32>,
pub update_time: Option<String>,
}Expand description
Describes a repository of logs.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- buckets get billing accounts (response)
- locations buckets create billing accounts (request|response)
- locations buckets patch billing accounts (request|response)
- locations buckets create folders (request|response)
- locations buckets get folders (response)
- locations buckets patch folders (request|response)
- buckets create locations (request|response)
- buckets get locations (response)
- buckets patch locations (request|response)
- locations buckets create organizations (request|response)
- locations buckets get organizations (response)
- locations buckets patch organizations (request|response)
- locations buckets create projects (request|response)
- locations buckets get projects (response)
- locations buckets patch projects (request|response)
Fields
create_time: Option<String>Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.
description: Option<String>Describes this bucket.
lifecycle_state: Option<String>Output only. The bucket lifecycle state.
locked: Option<bool>Whether the bucket has been locked. The retention period on a locked bucket may not be changed. Locked buckets may only be deleted if they are empty.
name: Option<String>Output only. The resource name of the bucket. For example: “projects/my-project-id/locations/my-location/buckets/my-bucket-id” The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1.For the location of global it is unspecified where logs are actually stored. Once a bucket has been created, the location can not be changed.
retention_days: Option<i32>Logs will be retained by default for this amount of time, after which they will automatically be deleted. The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used.
update_time: Option<String>Output only. The last update timestamp of the bucket.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for LogBucket
impl UnwindSafe for LogBucket
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more