ProjectsLocationsApiHubInstancesResource class
Constructors
- ProjectsLocationsApiHubInstancesResource.new(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
GoogleCloudApihubV1ApiHubInstance request, String parent, {String? apiHubInstanceId, String? $fields}) → Future< GoogleLongrunningOperation> - Provisions instance resources for the API Hub.
-
delete(
String name, {String? $fields}) → Future< GoogleLongrunningOperation> - Deletes the API hub instance.
-
get(
String name, {String? $fields}) → Future< GoogleCloudApihubV1ApiHubInstance> - Gets details of a single API Hub instance.
-
lookup(
String parent, {String? $fields}) → Future< GoogleCloudApihubV1LookupApiHubInstanceResponse> - Looks up an Api Hub instance in a given GCP project.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited