Class Scope
Message describing Scope object
Implements
Inherited Members
Namespace: Google.Apis.CloudObservability .v1.Data
Assembly: Google.Apis.CloudObservability.v1.dll
Syntax
public class Scope : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogScope
Required. The full resource name of the LogScope
. For example:
//logging.googleapis.com/projects/myproject/locations/global/logScopes/my-log-scope
Declaration
[JsonProperty("logScope")]
public virtual string LogScope { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. Name of the resource. The format is: projects/{project}/locations/{location}/scopes/{scope} The
{location}
field must be set to global
. The {scope}
field must be set to _Default
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateTime
object representation of Update
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
UpdateTimeRaw
Output only. Update timestamp. Note: The Update timestamp for the default scope is initially unset.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |