Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
Options |
Options.clone() |
Options |
CollectionOverride.getOptions()
The options to apply to this resource-level override
|
Options |
TypeProvider.getOptions()
Options to apply when handling any resources in this service.
|
Options |
BaseType.getOptions()
Options to apply when handling any resources in this service.
|
Options |
Options.set(String fieldName,
Object value) |
Options |
Options.setAsyncOptions(List<AsyncOptions> asyncOptions)
Options regarding how to thread async requests.
|
Options |
Options.setInputMappings(List<InputMapping> inputMappings)
The mappings that apply for requests.
|
Options |
Options.setValidationOptions(ValidationOptions validationOptions)
Options for how to validate and process properties on a resource.
|
Options |
Options.setVirtualProperties(String virtualProperties)
Additional properties block described as a jsonSchema, these properties will never be part of
the json payload, but they can be consumed by InputMappings, this must be a valid json schema
draft-04.
|
Modifier and Type | Method and Description |
---|---|
CollectionOverride |
CollectionOverride.setOptions(Options options)
The options to apply to this resource-level override
|
TypeProvider |
TypeProvider.setOptions(Options options)
Options to apply when handling any resources in this service.
|
BaseType |
BaseType.setOptions(Options options)
Options to apply when handling any resources in this service.
|
Copyright © 2011–2024 Google. All rights reserved.