ProjectsLocationsResource class

Constructors

ProjectsLocationsResource.new(ApiRequester client)

Methods

collectApiData(GoogleCloudApihubV1CollectApiDataRequest request, String location, {String? $fields}) Future<GoogleLongrunningOperation>
Collect API data from a source and push it to Hub's collect layer.
get(String name, {String? $fields}) Future<GoogleCloudLocationLocation>
Gets information about a location.
list(String name, {List<String>? extraLocationTypes, String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudLocationListLocationsResponse>
Lists information about the supported locations for this service.
lookupRuntimeProjectAttachment(String name, {String? $fields}) Future<GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse>
Look up a runtime project attachment.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchResources(GoogleCloudApihubV1SearchResourcesRequest request, String location, {String? $fields}) Future<GoogleCloudApihubV1SearchResourcesResponse>
Search across API-Hub resources.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited