Package | Description |
---|---|
com.google.api.services.deploymentmanager | |
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
DeploymentManager.TypeProviders.Insert |
DeploymentManager.TypeProviders.insert(String project,
TypeProvider content)
Creates a type provider.
|
DeploymentManager.TypeProviders.Patch |
DeploymentManager.TypeProviders.patch(String project,
String typeProvider,
TypeProvider content)
Patches a type provider.
|
DeploymentManager.TypeProviders.Update |
DeploymentManager.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)
Patches 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.setCustomCertificateAuthorityRoots(List<String> customCertificateAuthorityRoots)
List of up to 2 custom certificate authority roots to use for TLS authentication when making
calls on behalf of this type provider.
|
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 One Platform 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–2023 Google. All rights reserved.