| Package | Description |
|---|---|
| com.google.api.services.deploymentmanager | |
| com.google.api.services.deploymentmanager.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentManagerAlpha.TypeProviders.Insert |
DeploymentManagerAlpha.TypeProviders.insert(String project,
TypeProvider content)
Creates a type provider.
|
DeploymentManagerAlpha.TypeProviders.Patch |
DeploymentManagerAlpha.TypeProviders.patch(String project,
String typeProvider,
TypeProvider content)
Updates a type provider.
|
DeploymentManagerAlpha.TypeProviders.Update |
DeploymentManagerAlpha.TypeProviders.update(String project,
String typeProvider,
TypeProvider content)
Updates a type provider.
|
| Constructor and Description |
|---|
Insert(String project,
TypeProvider content)
Creates a type provider.
|
Patch(String project,
String typeProvider,
TypeProvider content)
Updates a type provider.
|
Update(String project,
String typeProvider,
TypeProvider content)
Updates a type provider.
|
| Modifier and Type | Method and Description |
|---|---|
TypeProvider |
TypeProvider.clone() |
TypeProvider |
TypeProvider.set(String fieldName,
Object value) |
TypeProvider |
TypeProvider.setCollectionOverrides(List<CollectionOverride> collectionOverrides)
Allows resource handling overrides for specific collections
|
TypeProvider |
TypeProvider.setCredential(Credential credential)
Credential used when interacting with this type.
|
TypeProvider |
TypeProvider.setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
TypeProvider |
TypeProvider.setDescriptorUrl(String descriptorUrl)
Descriptor Url for the this type provider.
|
TypeProvider |
TypeProvider.setId(BigInteger id)
Output only.
|
TypeProvider |
TypeProvider.setInsertTime(String insertTime)
Output only.
|
TypeProvider |
TypeProvider.setLabels(List<TypeProviderLabelEntry> labels)
Map of labels; provided by the client when the resource is created or updated.
|
TypeProvider |
TypeProvider.setName(String name)
Name of the resource; provided by the client when the resource is created.
|
TypeProvider |
TypeProvider.setOperation(Operation operation)
Output only.
|
TypeProvider |
TypeProvider.setOptions(Options options)
Options to apply when handling any resources in this service.
|
TypeProvider |
TypeProvider.setSelfLink(String selfLink)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeProvider> |
TypeProvidersListResponse.getTypeProviders()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
TypeProvidersListResponse |
TypeProvidersListResponse.setTypeProviders(List<TypeProvider> typeProviders)
Output only.
|
Copyright © 2011–2019 Google. All rights reserved.