ProjectsLocationsPluginsResource class

Constructors

ProjectsLocationsPluginsResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
instances ProjectsLocationsPluginsInstancesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styleGuide ProjectsLocationsPluginsStyleGuideResource
no setter

Methods

create(GoogleCloudApihubV1Plugin request, String parent, {String? pluginId, String? $fields}) Future<GoogleCloudApihubV1Plugin>
Create an API Hub plugin resource in the API hub.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Delete a Plugin in API hub.
disable(GoogleCloudApihubV1DisablePluginRequest request, String name, {String? $fields}) Future<GoogleCloudApihubV1Plugin>
Disables a plugin.
enable(GoogleCloudApihubV1EnablePluginRequest request, String name, {String? $fields}) Future<GoogleCloudApihubV1Plugin>
Enables a plugin.
get(String name, {String? $fields}) Future<GoogleCloudApihubV1Plugin>
Get an API Hub plugin.
getStyleGuide(String name, {String? $fields}) Future<GoogleCloudApihubV1StyleGuide>
Get the style guide being used for linting.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApihubV1ListPluginsResponse>
List all the plugins in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateStyleGuide(GoogleCloudApihubV1StyleGuide request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudApihubV1StyleGuide>
Update the styleGuide to be used for liniting in by API hub.

Operators

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