public class CloudResourceManager.Folders.Capabilities extends Object
Modifier and Type | Class and Description |
---|---|
class |
CloudResourceManager.Folders.Capabilities.Get |
class |
CloudResourceManager.Folders.Capabilities.Patch |
Constructor and Description |
---|
Capabilities() |
Modifier and Type | Method and Description |
---|---|
CloudResourceManager.Folders.Capabilities.Get |
get(String name)
Retrieves the Capability identified by the supplied resource name.
|
CloudResourceManager.Folders.Capabilities.Patch |
patch(String name,
Capability content)
Updates the Capability.
|
public CloudResourceManager.Folders.Capabilities.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The name of the capability to get. For example, `folders/123/capabilities/app-management`IOException
public CloudResourceManager.Folders.Capabilities.Patch patch(String name, Capability content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Immutable. Identifier. The resource name of the capability. Must be in the following form: *
`folders/{folder_id}/capabilities/{capability_name}` For example,
`folders/123/capabilities/app-management` Following are the allowed {capability_name}
values: * `app-management`content
- the Capability
IOException
Copyright © 2011–2025 Google. All rights reserved.