| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.clone() |
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.set(String fieldName,
Object value) |
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.setApiProducts(List<GoogleCloudApigeeV1ApiProductRef> apiProducts)
List of API products this credential can be used for.
|
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
List of attributes associated with this credential.
|
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.setConsumerKey(String consumerKey)
Consumer key.
|
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.setConsumerSecret(String consumerSecret)
Secret key.
|
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.setExpiresAt(Long expiresAt)
Time the credential will expire in milliseconds since epoch.
|
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.setIssuedAt(Long issuedAt)
Time the credential was issued in milliseconds since epoch.
|
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.setScopes(List<String> scopes)
List of scopes to apply to the app.
|
GoogleCloudApigeeV1Credential |
GoogleCloudApigeeV1Credential.setStatus(String status)
Status of the credential.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1Credential> |
GoogleCloudApigeeV1DeveloperApp.getCredentials()
Output only.
|
List<GoogleCloudApigeeV1Credential> |
GoogleCloudApigeeV1AppGroupApp.getCredentials()
Output only.
|
List<GoogleCloudApigeeV1Credential> |
GoogleCloudApigeeV1App.getCredentials()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setCredentials(List<GoogleCloudApigeeV1Credential> credentials)
Output only.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setCredentials(List<GoogleCloudApigeeV1Credential> credentials)
Output only.
|
GoogleCloudApigeeV1App |
GoogleCloudApigeeV1App.setCredentials(List<GoogleCloudApigeeV1Credential> credentials)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.