Class ApiObservation
Message describing ApiObservation object
Implements
Inherited Members
Namespace: Google.Apis.APIManagement.v1alpha.Data
Assembly: Google.Apis.APIManagement.v1alpha.dll
Syntax
public class ApiObservation : IDirectResponseSchema
Properties
ApiOperationCount
The number of observed API Operations.
Declaration
[JsonProperty("apiOperationCount")]
public virtual long? ApiOperationCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Create time stamp
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hostname
The hostname of requests processed for this Observation.
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string |
LastEventDetectedTime
object representation of LastEventDetectedTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastEventDetectedTimeDateTimeOffset instead.")]
public virtual object LastEventDetectedTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastEventDetectedTimeDateTimeOffset
DateTimeOffset representation of LastEventDetectedTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastEventDetectedTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastEventDetectedTimeRaw
Last event detected time stamp
Declaration
[JsonProperty("lastEventDetectedTime")]
public virtual string LastEventDetectedTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. Name of resource
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ServerIps
The IP address (IPv4 or IPv6) of the origin server that the request was sent to. This field can include port
information. Examples: "192.168.1.1"
, "10.0.0.1:80"
, "FE80::0202:B3FF:FE1E:8329"
.
Declaration
[JsonProperty("serverIps")]
public virtual IList<string> ServerIps { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SourceLocations
Location of the Observation Source, for example "us-central1" or "europe-west1."
Declaration
[JsonProperty("sourceLocations")]
public virtual IList<string> SourceLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Style
Style of ApiObservation
Declaration
[JsonProperty("style")]
public virtual string Style { get; set; }
Property Value
Type | Description |
---|---|
string |
Tags
User-defined tags to organize and sort
Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
UpdateTime
object representation of UpdateTimeRaw.
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
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Update time stamp
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |