Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
Credential |
Credential.clone() |
Credential |
TypeProvider.getCredential()
Credential used when interacting with this type.
|
Credential |
BaseType.getCredential()
Credential used when interacting with this type.
|
Credential |
Credential.set(String fieldName,
Object value) |
Credential |
Credential.setBasicAuth(BasicAuth basicAuth)
Basic Auth Credential, only used by TypeProvider.
|
Credential |
Credential.setServiceAccount(ServiceAccount serviceAccount)
Service Account Credential, only used by Deployment.
|
Credential |
Credential.setUseProjectDefault(Boolean useProjectDefault)
Specify to use the project default credential, only supported by Deployment.
|
Modifier and Type | Method and Description |
---|---|
TypeProvider |
TypeProvider.setCredential(Credential credential)
Credential used when interacting with this type.
|
BaseType |
BaseType.setCredential(Credential credential)
Credential used when interacting with this type.
|
Copyright © 2011–2024 Google. All rights reserved.