public class Apigee.Organizations.Spaces extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Spaces.Create |
class |
Apigee.Organizations.Spaces.Delete |
class |
Apigee.Organizations.Spaces.Get |
class |
Apigee.Organizations.Spaces.GetIamPolicy |
class |
Apigee.Organizations.Spaces.List |
class |
Apigee.Organizations.Spaces.Patch |
class |
Apigee.Organizations.Spaces.SetIamPolicy |
class |
Apigee.Organizations.Spaces.TestIamPermissions |
| Constructor and Description |
|---|
Spaces() |
public Apigee.Organizations.Spaces.Create create(String parent, GoogleCloudApigeeV1Space content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the Google Cloud project in which to associate the Apigee space. Pass the
information as a query parameter using the following structure in your request:
`organizations/`content - the GoogleCloudApigeeV1SpaceIOExceptionpublic Apigee.Organizations.Spaces.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Apigee organization space name in the following format:
`organizations/{org}/spaces/{space}`IOExceptionpublic Apigee.Organizations.Spaces.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Apigee organization space name in the following format:
`organizations/{org}/spaces/{space}`IOExceptionpublic Apigee.Organizations.Spaces.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 Apigee.Organizations.Spaces.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Use the following structure in your request: `organizations`IOExceptionpublic Apigee.Organizations.Spaces.Patch patch(String name, GoogleCloudApigeeV1Space content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the space in the following format: `organizations/{org}/spaces/{space_id}`.content - the GoogleCloudApigeeV1SpaceIOExceptionpublic Apigee.Organizations.Spaces.SetIamPolicy setIamPolicy(String resource, GoogleIamV1SetIamPolicyRequest 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 GoogleIamV1SetIamPolicyRequestIOExceptionpublic Apigee.Organizations.Spaces.TestIamPermissions testIamPermissions(String resource, GoogleIamV1TestIamPermissionsRequest 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 GoogleIamV1TestIamPermissionsRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.