target.apidocs.com.google.api.services.datamigration.v1.DatabaseMigrationService.Projects.Locations.PrivateConnections.html Maven / Gradle / Ivy
DatabaseMigrationService.Projects.Locations.PrivateConnections (Database Migration API v1-rev20240902-2.0.0)
com.google.api.services.datamigration.v1
Class DatabaseMigrationService.Projects.Locations.PrivateConnections
- java.lang.Object
-
- com.google.api.services.datamigration.v1.DatabaseMigrationService.Projects.Locations.PrivateConnections
-
- Enclosing class:
- DatabaseMigrationService.Projects.Locations
public class DatabaseMigrationService.Projects.Locations.PrivateConnections
extends Object
The "privateConnections" collection of methods.
-
-
Nested Class Summary
-
Constructor Summary
Constructors
Constructor and Description
PrivateConnections()
-
Method Summary
-
-
Method Detail
-
create
public DatabaseMigrationService.Projects.Locations.PrivateConnections.Create create(String parent,
PrivateConnection content)
throws IOException
Creates a new private connection in a given project and location.
Create a request for the method "privateConnections.create".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent that owns the collection of PrivateConnections.
content
- the PrivateConnection
- Returns:
- the request
- Throws:
IOException
-
delete
public DatabaseMigrationService.Projects.Locations.PrivateConnections.Delete delete(String name)
throws IOException
Deletes a single Database Migration Service private connection.
Create a request for the method "privateConnections.delete".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the private connection to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public DatabaseMigrationService.Projects.Locations.PrivateConnections.Get get(String name)
throws IOException
Gets details of a single private connection.
Create a request for the method "privateConnections.get".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The name of the private connection to get.
- Returns:
- the request
- Throws:
IOException
-
getIamPolicy
public DatabaseMigrationService.Projects.Locations.PrivateConnections.GetIamPolicy getIamPolicy(String resource)
throws IOException
Gets the access control policy for a resource. Returns an empty policy if the resource exists and
does not have a policy set.
Create a request for the method "privateConnections.getIamPolicy".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
resource
- REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.
- Returns:
- the request
- Throws:
IOException
-
list
public DatabaseMigrationService.Projects.Locations.PrivateConnections.List list(String parent)
throws IOException
Retrieves a list of private connections in a given project and location.
Create a request for the method "privateConnections.list".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent that owns the collection of private connections.
- Returns:
- the request
- Throws:
IOException
-
setIamPolicy
public DatabaseMigrationService.Projects.Locations.PrivateConnections.SetIamPolicy setIamPolicy(String resource,
SetIamPolicyRequest content)
throws IOException
Sets the access control policy on the specified resource. Replaces any existing policy. Can
return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
Create a request for the method "privateConnections.setIamPolicy".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
resource
- REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.
content
- the SetIamPolicyRequest
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public DatabaseMigrationService.Projects.Locations.PrivateConnections.TestIamPermissions testIamPermissions(String resource,
TestIamPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource. If the resource does not exist,
this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is
designed to be used for building permission-aware UIs and command-line tools, not for
authorization checking. This operation may "fail open" without warning.
Create a request for the method "privateConnections.testIamPermissions".
This request holds the parameters needed by the datamigration server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
resource
- REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.
content
- the TestIamPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy