Package | Description |
---|---|
com.google.api.services.deploymentmanager.model |
Modifier and Type | Method and Description |
---|---|
InputMapping |
InputMapping.clone() |
InputMapping |
InputMapping.set(String fieldName,
Object value) |
InputMapping |
InputMapping.setFieldName(String fieldName)
The name of the field that is going to be injected.
|
InputMapping |
InputMapping.setLocation(String location)
The location where this mapping applies.
|
InputMapping |
InputMapping.setMethodMatch(String methodMatch)
Regex to evaluate on method to decide if input applies.
|
InputMapping |
InputMapping.setValue(String value)
A jsonPath expression to select an element.
|
Modifier and Type | Method and Description |
---|---|
List<InputMapping> |
Options.getInputMappings()
The mappings that apply for requests.
|
Modifier and Type | Method and Description |
---|---|
Options |
Options.setInputMappings(List<InputMapping> inputMappings)
The mappings that apply for requests.
|
Copyright © 2011–2024 Google. All rights reserved.