ProjectsLocationsNetworkMonitoringProvidersResource class
Constructors
- ProjectsLocationsNetworkMonitoringProvidersResource.new(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- monitoringPoints → ProjectsLocationsNetworkMonitoringProvidersMonitoringPointsResource
-
no setter
- networkPaths → ProjectsLocationsNetworkMonitoringProvidersNetworkPathsResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webPaths → ProjectsLocationsNetworkMonitoringProvidersWebPathsResource
-
no setter
Methods
-
create(
NetworkMonitoringProvider request, String parent, {String? networkMonitoringProviderId, String? $fields}) → Future< Operation> - Creates a NetworkMonitoringProvider resource.
-
delete(
String name, {String? $fields}) → Future< Operation> - Deletes a NetworkMonitoringProvider resource and all of its child resources.
-
get(
String name, {String? $fields}) → Future< NetworkMonitoringProvider> - Gets the NetworkMonitoringProvider resource.
-
list(
String parent, {int? pageSize, String? pageToken, String? $fields}) → Future< ListNetworkMonitoringProvidersResponse> - Lists NetworkMonitoringProviders for 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited