public class CloudKMS.Projects.Locations.EkmConnections extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudKMS.Projects.Locations.EkmConnections.Create |
class |
CloudKMS.Projects.Locations.EkmConnections.Get |
class |
CloudKMS.Projects.Locations.EkmConnections.GetIamPolicy |
class |
CloudKMS.Projects.Locations.EkmConnections.List |
class |
CloudKMS.Projects.Locations.EkmConnections.Patch |
class |
CloudKMS.Projects.Locations.EkmConnections.SetIamPolicy |
class |
CloudKMS.Projects.Locations.EkmConnections.TestIamPermissions |
| Constructor and Description |
|---|
EkmConnections() |
public CloudKMS.Projects.Locations.EkmConnections.Create create(String parent, EkmConnection content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the location associated with the EkmConnection, in the format
`projects/locations`.content - the EkmConnectionIOExceptionpublic CloudKMS.Projects.Locations.EkmConnections.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the EkmConnection to get.IOExceptionpublic CloudKMS.Projects.Locations.EkmConnections.GetIamPolicy getIamPolicy(String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic CloudKMS.Projects.Locations.EkmConnections.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the location associated with the EkmConnections to list, in the
format `projects/locations`.IOExceptionpublic CloudKMS.Projects.Locations.EkmConnections.Patch patch(String name, EkmConnection content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. The resource name for the EkmConnection in the format
`projects/locations/ekmConnections`.content - the EkmConnectionIOExceptionpublic CloudKMS.Projects.Locations.EkmConnections.SetIamPolicy setIamPolicy(String resource, SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 SetIamPolicyRequestIOExceptionpublic CloudKMS.Projects.Locations.EkmConnections.TestIamPermissions testIamPermissions(String resource, TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 TestIamPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.