GoogleCloudApihubV1DiscoveredApiObservation class
Respresents an API Observation observed in one of the sources.
Constructors
-
GoogleCloudApihubV1DiscoveredApiObservation.new({String? apiOperationCount, String? createTime, String? hostname, String? knownOperationsCount, String? lastEventDetectedTime, String? name, String? origin, List<
String> ? serverIps, List<String> ? sourceLocations, GoogleCloudApihubV1SourceMetadata? sourceMetadata, List<String> ? sourceTypes, String? style, String? unknownOperationsCount, String? updateTime}) - GoogleCloudApihubV1DiscoveredApiObservation.fromJson(Map json_)
Properties
- apiOperationCount ↔ String?
-
The number of observed API Operations.
getter/setter pair
- createTime ↔ String?
-
Create time stamp of the observation in API Hub.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostname ↔ String?
-
The hostname of requests processed for this Observation.
getter/setter pair
- knownOperationsCount ↔ String?
-
The number of known API Operations.
getter/setter pair
- lastEventDetectedTime ↔ String?
-
Last event detected time stamp
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- origin ↔ String?
-
For an observation pushed from a gcp resource, this would be the gcp
project id.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serverIps
↔ List<
String> ? -
The IP address (IPv4 or IPv6) of the origin server that the request was
sent to.
getter/setter pair
-
sourceLocations
↔ List<
String> ? -
The location of the observation source.
getter/setter pair
- sourceMetadata ↔ GoogleCloudApihubV1SourceMetadata?
-
The metadata of the source from which the observation was collected.
getter/setter pair
-
sourceTypes
↔ List<
String> ? -
The type of the source from which the observation was collected.
getter/setter pair
- style ↔ String?
-
Style of ApiObservation
getter/setter pair
- unknownOperationsCount ↔ String?
-
The number of unknown API Operations.
getter/setter pair
- updateTime ↔ String?
-
Update time stamp of the observation in API Hub.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited