target.apidocs.com.google.api.services.accesscontextmanager.v1.AccessContextManager.Services.html Maven / Gradle / Ivy
AccessContextManager.Services (Access Context Manager API v1-rev20240923-2.0.0)
com.google.api.services.accesscontextmanager.v1
Class AccessContextManager.Services
- java.lang.Object
-
- com.google.api.services.accesscontextmanager.v1.AccessContextManager.Services
-
- Enclosing class:
- AccessContextManager
public class AccessContextManager.Services
extends Object
The "services" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AccessContextManager.Services.Get
class
AccessContextManager.Services.List
-
Constructor Summary
Constructors
Constructor and Description
Services()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AccessContextManager.Services.Get
get(String name)
Returns a VPC-SC supported service based on the service name.
AccessContextManager.Services.List
list()
Lists all VPC-SC supported services.
-
-
Method Detail
-
get
public AccessContextManager.Services.Get get(String name)
throws IOException
Returns a VPC-SC supported service based on the service name.
Create a request for the method "services.get".
This request holds the parameters needed by the accesscontextmanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The name of the service to get information about. The names must be in the same format as used in
defining a service perimeter, for example, `storage.googleapis.com`.
- Returns:
- the request
- Throws:
IOException
-
list
public AccessContextManager.Services.List list()
throws IOException
Lists all VPC-SC supported services.
Create a request for the method "services.list".
This request holds the parameters needed by the accesscontextmanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy