GoogleCloudApihubV1ApiHubInstance class

An ApiHubInstance represents the instance resources of the API Hub.

Currently, only one ApiHub instance is allowed for each project.

Constructors

GoogleCloudApihubV1ApiHubInstance.new({GoogleCloudApihubV1Config? config, String? createTime, String? description, Map<String, String>? labels, String? name, String? state, String? stateMessage, String? updateTime})
GoogleCloudApihubV1ApiHubInstance.fromJson(Map json_)

Properties

config GoogleCloudApihubV1Config?
Config of the ApiHub instance.
getter/setter pair
createTime String?
Creation timestamp.
getter/setter pair
description String?
Description of the ApiHub instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Instance labels to represent user-provided metadata.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of the ApiHub instance.
getter/setter pair
stateMessage String?
Extra information about ApiHub instance state.
getter/setter pair
updateTime String?
Last update timestamp.
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