Show / Hide Table of Contents

Class GoogleCloudApihubV1DiscoveredApiOperation

DiscoveredApiOperation represents an API Operation observed in one of the sources.

Inheritance
object
GoogleCloudApihubV1DiscoveredApiOperation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1DiscoveredApiOperation : IDirectResponseSchema

Properties

Classification

Output only. The classification of the discovered API operation.

Declaration
[JsonProperty("classification")]
public virtual string Classification { get; set; }
Property Value
Type Description
string

Count

Optional. The number of occurrences of this API Operation.

Declaration
[JsonProperty("count")]
public virtual long? Count { 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

Output only. Create time stamp of the discovered API operation in API Hub.

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

FirstSeenTime

object representation of FirstSeenTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FirstSeenTimeDateTimeOffset instead.")]
public virtual object FirstSeenTime { get; set; }
Property Value
Type Description
object

FirstSeenTimeDateTimeOffset

DateTimeOffset representation of FirstSeenTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? FirstSeenTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

FirstSeenTimeRaw

Optional. First seen time stamp

Declaration
[JsonProperty("firstSeenTime")]
public virtual string FirstSeenTimeRaw { get; set; }
Property Value
Type Description
string

HttpOperation

Optional. An HTTP Operation.

Declaration
[JsonProperty("httpOperation")]
public virtual GoogleCloudApihubV1HttpOperationDetails HttpOperation { get; set; }
Property Value
Type Description
GoogleCloudApihubV1HttpOperationDetails

LastSeenTime

object representation of LastSeenTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSeenTimeDateTimeOffset instead.")]
public virtual object LastSeenTime { get; set; }
Property Value
Type Description
object

LastSeenTimeDateTimeOffset

DateTimeOffset representation of LastSeenTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSeenTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastSeenTimeRaw

Optional. Last seen time stamp

Declaration
[JsonProperty("lastSeenTime")]
public virtual string LastSeenTimeRaw { get; set; }
Property Value
Type Description
string

MatchResults

Output only. The list of matched results for the discovered API operation. This will be populated only if the classification is known. The current usecase is for a single match. Keeping it repeated to support multiple matches in future.

Declaration
[JsonProperty("matchResults")]
public virtual IList<GoogleCloudApihubV1MatchResult> MatchResults { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1MatchResult>

Name

Identifier. The name of the discovered API Operation. Format: projects/{project}/locations/{location}/discoveredApiObservations/{discovered_api_observation}/discoveredApiOperations/{discovered_api_operation}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SourceMetadata

Output only. The metadata of the source from which the api operation was collected.

Declaration
[JsonProperty("sourceMetadata")]
public virtual GoogleCloudApihubV1SourceMetadata SourceMetadata { get; set; }
Property Value
Type Description
GoogleCloudApihubV1SourceMetadata

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

Output only. Update time stamp of the discovered API operation in API Hub.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX