
target.apidocs.com.google.api.services.compute.Compute.NetworkEdgeSecurityServices.html Maven / Gradle / Ivy
Compute.NetworkEdgeSecurityServices (Compute Engine API beta-rev20220312-1.32.1)
com.google.api.services.compute
Class Compute.NetworkEdgeSecurityServices
- java.lang.Object
-
- com.google.api.services.compute.Compute.NetworkEdgeSecurityServices
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.NetworkEdgeSecurityServices.AggregatedList
class
Compute.NetworkEdgeSecurityServices.Delete
class
Compute.NetworkEdgeSecurityServices.Get
class
Compute.NetworkEdgeSecurityServices.Insert
class
Compute.NetworkEdgeSecurityServices.Patch
-
Constructor Summary
Constructors
Constructor and Description
NetworkEdgeSecurityServices()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.NetworkEdgeSecurityServices.AggregatedList
aggregatedList(String project)
Retrieves the list of all NetworkEdgeSecurityService resources available to the specified
project.
Compute.NetworkEdgeSecurityServices.Delete
delete(String project,
String region,
String networkEdgeSecurityService)
Deletes the specified service.
Compute.NetworkEdgeSecurityServices.Get
get(String project,
String region,
String networkEdgeSecurityService)
Gets a specified NetworkEdgeSecurityService.
Compute.NetworkEdgeSecurityServices.Insert
insert(String project,
String region,
NetworkEdgeSecurityService content)
Creates a new service in the specified project using the data included in the request.
Compute.NetworkEdgeSecurityServices.Patch
patch(String project,
String region,
String networkEdgeSecurityService,
NetworkEdgeSecurityService content)
Patches the specified policy with the data included in the request.
-
-
Method Detail
-
aggregatedList
public Compute.NetworkEdgeSecurityServices.AggregatedList aggregatedList(String project)
throws IOException
Retrieves the list of all NetworkEdgeSecurityService resources available to the specified
project.
Create a request for the method "networkEdgeSecurityServices.aggregatedList".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Name of the project scoping this request.
- Returns:
- the request
- Throws:
IOException
-
delete
public Compute.NetworkEdgeSecurityServices.Delete delete(String project,
String region,
String networkEdgeSecurityService)
throws IOException
Deletes the specified service.
Create a request for the method "networkEdgeSecurityServices.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region scoping this request.
networkEdgeSecurityService
- Name of the network edge security service to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.NetworkEdgeSecurityServices.Get get(String project,
String region,
String networkEdgeSecurityService)
throws IOException
Gets a specified NetworkEdgeSecurityService.
Create a request for the method "networkEdgeSecurityServices.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region scoping this request.
networkEdgeSecurityService
- Name of the network edge security service to get.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.NetworkEdgeSecurityServices.Insert insert(String project,
String region,
NetworkEdgeSecurityService content)
throws IOException
Creates a new service in the specified project using the data included in the request.
Create a request for the method "networkEdgeSecurityServices.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region scoping this request.
content
- the NetworkEdgeSecurityService
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.NetworkEdgeSecurityServices.Patch patch(String project,
String region,
String networkEdgeSecurityService,
NetworkEdgeSecurityService content)
throws IOException
Patches the specified policy with the data included in the request.
Create a request for the method "networkEdgeSecurityServices.patch".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
region
- Name of the region scoping this request.
networkEdgeSecurityService
- Name of the network edge security service to update.
content
- the NetworkEdgeSecurityService
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy