| Package | Description |
|---|---|
| com.google.api.services.apigee.v1 | |
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.SecurityActions.Create |
Apigee.Organizations.Environments.SecurityActions.create(String parent,
GoogleCloudApigeeV1SecurityAction content)
CreateSecurityAction creates a SecurityAction.
|
Apigee.Organizations.Environments.SecurityActions.Patch |
Apigee.Organizations.Environments.SecurityActions.patch(String name,
GoogleCloudApigeeV1SecurityAction content)
Update a SecurityAction.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudApigeeV1SecurityAction content)
CreateSecurityAction creates a SecurityAction.
|
Patch(String name,
GoogleCloudApigeeV1SecurityAction content)
Update a SecurityAction.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.clone() |
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.set(String fieldName,
Object value) |
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setAllow(GoogleCloudApigeeV1SecurityActionAllow allow)
Allow a request through if it matches this SecurityAction.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setApiProxies(List<String> apiProxies)
Optional.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setConditionConfig(GoogleCloudApigeeV1SecurityActionConditionConfig conditionConfig)
Required.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setCreateTime(String createTime)
Output only.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setDeny(GoogleCloudApigeeV1SecurityActionDeny deny)
Deny a request through if it matches this SecurityAction.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setDescription(String description)
Optional.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setExpireTime(String expireTime)
The expiration for this SecurityAction.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setFlag(GoogleCloudApigeeV1SecurityActionFlag flag)
Flag a request through if it matches this SecurityAction.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setName(String name)
Immutable.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setState(String state)
Required.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setTtl(String ttl)
Input only.
|
GoogleCloudApigeeV1SecurityAction |
GoogleCloudApigeeV1SecurityAction.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1SecurityAction> |
GoogleCloudApigeeV1ListSecurityActionsResponse.getSecurityActions()
The SecurityActions for the specified environment.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ListSecurityActionsResponse |
GoogleCloudApigeeV1ListSecurityActionsResponse.setSecurityActions(List<GoogleCloudApigeeV1SecurityAction> securityActions)
The SecurityActions for the specified environment.
|
Copyright © 2011–2025 Google. All rights reserved.