public class Apigee.Organizations.Analytics.Datastores extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Analytics.Datastores.Create |
class |
Apigee.Organizations.Analytics.Datastores.Delete |
class |
Apigee.Organizations.Analytics.Datastores.Get |
class |
Apigee.Organizations.Analytics.Datastores.List |
class |
Apigee.Organizations.Analytics.Datastores.Test |
class |
Apigee.Organizations.Analytics.Datastores.Update |
| Constructor and Description |
|---|
Datastores() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Analytics.Datastores.Create |
create(String parent,
GoogleCloudApigeeV1Datastore content)
Create a Datastore for an org
Create a request for the method "datastores.create".
|
Apigee.Organizations.Analytics.Datastores.Delete |
delete(String name)
Delete a Datastore from an org.
|
Apigee.Organizations.Analytics.Datastores.Get |
get(String name)
Get a Datastore
Create a request for the method "datastores.get".
|
Apigee.Organizations.Analytics.Datastores.List |
list(String parent)
List Datastores
Create a request for the method "datastores.list".
|
Apigee.Organizations.Analytics.Datastores.Test |
test(String parent,
GoogleCloudApigeeV1Datastore content)
Test if Datastore configuration is correct.
|
Apigee.Organizations.Analytics.Datastores.Update |
update(String name,
GoogleCloudApigeeV1Datastore content)
Update a Datastore
Create a request for the method "datastores.update".
|
public Apigee.Organizations.Analytics.Datastores.Create create(String parent, GoogleCloudApigeeV1Datastore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent organization name. Must be of the form `organizations/{org}`.content - the GoogleCloudApigeeV1DatastoreIOExceptionpublic Apigee.Organizations.Analytics.Datastores.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the Datastore to be deleted. Must be of the form
`organizations/{org}/analytics/datastores/{datastoreId}`IOExceptionpublic Apigee.Organizations.Analytics.Datastores.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the Datastore to be get. Must be of the form
`organizations/{org}/analytics/datastores/{datastoreId}`IOExceptionpublic Apigee.Organizations.Analytics.Datastores.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent organization name. Must be of the form `organizations/{org}`.IOExceptionpublic Apigee.Organizations.Analytics.Datastores.Test test(String parent, GoogleCloudApigeeV1Datastore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent organization name Must be of the form `organizations/{org}`content - the GoogleCloudApigeeV1DatastoreIOExceptionpublic Apigee.Organizations.Analytics.Datastores.Update update(String name, GoogleCloudApigeeV1Datastore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of datastore to be updated. Must be of the form
`organizations/{org}/analytics/datastores/{datastoreId}`content - the GoogleCloudApigeeV1DatastoreIOExceptionCopyright © 2011–2025 Google. All rights reserved.