target.apidocs.com.google.api.services.compute.Compute.NetworkProfiles.html Maven / Gradle / Ivy
The newest version!
Compute.NetworkProfiles (Compute Engine API v1-rev20250320-2.0.0)
com.google.api.services.compute
Class Compute.NetworkProfiles
- java.lang.Object
-
- com.google.api.services.compute.Compute.NetworkProfiles
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.NetworkProfiles.Get
class
Compute.NetworkProfiles.List
-
Constructor Summary
Constructors
Constructor and Description
NetworkProfiles()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.NetworkProfiles.Get
get(String project,
String networkProfile)
Returns the specified network profile.
Compute.NetworkProfiles.List
list(String project)
Retrieves a list of network profiles available to the specified project.
-
-
Method Detail
-
get
public Compute.NetworkProfiles.Get get(String project,
String networkProfile)
throws IOException
Returns the specified network profile.
Create a request for the method "networkProfiles.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.
networkProfile - Name of the network profile to return.
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.NetworkProfiles.List list(String project)
throws IOException
Retrieves a list of network profiles available to the specified project.
Create a request for the method "networkProfiles.list".
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.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy