OrganizationsResource class

Constructors

OrganizationsResource(ApiRequester client)

Properties

analytics OrganizationsAnalyticsResource
no setter
apiproducts OrganizationsApiproductsResource
no setter
apis OrganizationsApisResource
no setter
appgroups OrganizationsAppgroupsResource
no setter
apps OrganizationsAppsResource
no setter
datacollectors OrganizationsDatacollectorsResource
no setter
deployments OrganizationsDeploymentsResource
no setter
developers OrganizationsDevelopersResource
no setter
endpointAttachments OrganizationsEndpointAttachmentsResource
no setter
envgroups OrganizationsEnvgroupsResource
no setter
environments OrganizationsEnvironmentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
hostQueries OrganizationsHostQueriesResource
no setter
hostSecurityReports OrganizationsHostSecurityReportsResource
no setter
hostStats OrganizationsHostStatsResource
no setter
instances OrganizationsInstancesResource
no setter
keyvaluemaps OrganizationsKeyvaluemapsResource
no setter
operations OrganizationsOperationsResource
no setter
optimizedHostStats OrganizationsOptimizedHostStatsResource
no setter
reports OrganizationsReportsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityAssessmentResults OrganizationsSecurityAssessmentResultsResource
no setter
securityProfiles OrganizationsSecurityProfilesResource
no setter
sharedflows OrganizationsSharedflowsResource
no setter
sites OrganizationsSitesResource
no setter

Methods

create(GoogleCloudApigeeV1Organization request, {String? parent, String? $fields}) Future<GoogleLongrunningOperation>
Creates an Apigee organization.
delete(String name, {String? retention, String? $fields}) Future<GoogleLongrunningOperation>
Delete an Apigee organization.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1Organization>
Gets the profile for an Apigee organization.
getDeployedIngressConfig(String name, {String? view, String? $fields}) Future<GoogleCloudApigeeV1IngressConfig>
Gets the deployed ingress configuration for an organization.
getProjectMapping(String name, {String? $fields}) Future<GoogleCloudApigeeV1OrganizationProjectMapping>
Gets the project ID and region for an Apigee organization.
getRuntimeConfig(String name, {String? $fields}) Future<GoogleCloudApigeeV1RuntimeConfig>
Get runtime config for an organization.
getSecuritySettings(String name, {String? $fields}) Future<GoogleCloudApigeeV1SecuritySettings>
GetSecuritySettings gets the security settings for API Security.
getSyncAuthorization(GoogleCloudApigeeV1GetSyncAuthorizationRequest request, String name, {String? $fields}) Future<GoogleCloudApigeeV1SyncAuthorization>
Lists the service accounts with the permissions required to allow the Synchronizer to download environment data from the control plane.
list(String parent, {String? $fields}) Future<GoogleCloudApigeeV1ListOrganizationsResponse>
Lists the Apigee organizations and associated Google Cloud projects that you have permission to access.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAddons(GoogleCloudApigeeV1SetAddonsRequest request, String org, {String? $fields}) Future<GoogleLongrunningOperation>
Configures the add-ons for the Apigee organization.
setSyncAuthorization(GoogleCloudApigeeV1SyncAuthorization request, String name, {String? $fields}) Future<GoogleCloudApigeeV1SyncAuthorization>
Sets the permissions required to allow the Synchronizer to download environment data from the control plane.
toString() String
A string representation of this object.
inherited
update(GoogleCloudApigeeV1Organization request, String name, {String? $fields}) Future<GoogleCloudApigeeV1Organization>
Updates the properties for an Apigee organization.
updateSecuritySettings(GoogleCloudApigeeV1SecuritySettings request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudApigeeV1SecuritySettings>
UpdateSecuritySettings updates the current security settings for API Security.

Operators

operator ==(Object other) bool
The equality operator.
inherited