Index

C D E G P R S 
All Classes and Interfaces|All Packages|Constant Field Values

C

com.google.cloud.spring.parametermanager - package com.google.cloud.spring.parametermanager
 
createParameter(String, String, String, byte[]) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Creates a new parameter or a new version of existing parameter with the provided payload.
createParameter(String, String, String, byte[]) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
createParameter(String, String, String, byte[], ParameterFormat) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Creates a new parameter or a new version of existing parameter with the provided payload in given format.
createParameter(String, String, String, byte[], ParameterFormat) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
createParameter(String, String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Creates a new parameter or a new version of existing parameter with the provided payload.
createParameter(String, String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
createParameter(String, String, String, String, byte[], ParameterFormat) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Creates a new parameter or a new version of existing parameter with the provided payload.
createParameter(String, String, String, String, byte[], ParameterFormat) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
createParameter(String, String, String, String, ParameterFormat) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Creates a new parameter or a new version of existing parameter with the provided payload in provided format.
createParameter(String, String, String, String, ParameterFormat) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
createParameter(String, String, String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Creates a new parameter or a new version of existing parameter with the provided payload.
createParameter(String, String, String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
createParameter(String, String, String, String, String, ParameterFormat) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Creates a new parameter or a new version of existing parameter with the provided payload.
createParameter(String, String, String, String, String, ParameterFormat) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 

D

deleteParameter(String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Deletes the specified parameterId under the default-configured project for specified locationId.
deleteParameter(String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
deleteParameter(String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Deletes the specified parameterID under the specified projectId for specified locationId.
deleteParameter(String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
deleteParameterVersion(String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Deletes the specified parameter version under the default-configured project for specified locationId.
deleteParameterVersion(String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
deleteParameterVersion(String, String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Deletes the specified parameter version under the specified projectId for specified locationId.
deleteParameterVersion(String, String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
disableParameterVersion(String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Disables the specified parameter version under the default-configured project for specified locationId.
disableParameterVersion(String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
disableParameterVersion(String, String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Disables the specified parameter version under the specified projectId for specified locationId.
disableParameterVersion(String, String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 

E

enableParameterVersion(String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Enables the specified parameter version under the default-configured project for specified locationId.
enableParameterVersion(String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
enableParameterVersion(String, String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Enables the specified parameter version under the specified projectId for specified locationId.
enableParameterVersion(String, String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 

G

getClient(String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerClientFactory
Creates a Parameter Manager service client for the given location.
getParameterBytes(String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Gets the parameter data as a byte array from the specified parameterIdentifier.
getParameterBytes(String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
getParameterString(String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Gets the parameter data as a string from the specified parameterIdentifier.
getParameterString(String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
getProjectId() - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
getProperty(String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerPropertySource
 
getPropertyNames() - Method in class com.google.cloud.spring.parametermanager.ParameterManagerPropertySource
The ParameterManagerPropertySource is not enumerable, so this always returns an empty array.
GLOBAL_LOCATION - Static variable in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
Default value for the location ID.

P

parameterExists(String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Checks if the specified parameterID exists in the default-configured project for specified locationId.
parameterExists(String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
parameterExists(String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Checks if the specified parameterID exists in the specified project for specified locationId.
parameterExists(String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
ParameterManagerClientFactory - Interface in com.google.cloud.spring.parametermanager
Interface for creating Parameter Manager service clients.
ParameterManagerOperations - Interface in com.google.cloud.spring.parametermanager
Describes supported operations that one can perform on the Parameter Manager API.
ParameterManagerPropertySource - Class in com.google.cloud.spring.parametermanager
 
ParameterManagerPropertySource(String, ParameterManagerTemplate, GcpProjectIdProvider) - Constructor for class com.google.cloud.spring.parametermanager.ParameterManagerPropertySource
 
ParameterManagerPropertyUtils - Class in com.google.cloud.spring.parametermanager
Utilities for parsing Parameter Manager properties.
ParameterManagerTemplate - Class in com.google.cloud.spring.parametermanager
Offers convenience methods for performing common operations on Parameter Manager including creating and reading parameters.
ParameterManagerTemplate(ParameterManagerClient, GcpProjectIdProvider) - Constructor for class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
ParameterManagerTemplate(ParameterManagerClientFactory, GcpProjectIdProvider) - Constructor for class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
parameterVersionExists(String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Checks if the specified parameter version exists in the default-configured project for the specified locationId.
parameterVersionExists(String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
parameterVersionExists(String, String, String, String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Checks if the specified parameter version exists in the specified project for the specified locationId.
parameterVersionExists(String, String, String, String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 

R

renderedParameterVersionBytes(String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Gets the rendered parameter data as a byte array from the specified parameterIdentifier.
renderedParameterVersionBytes(String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
renderedParameterVersionString(String) - Method in interface com.google.cloud.spring.parametermanager.ParameterManagerOperations
Gets the rendered parameter data as a string from the specified parameterIdentifier.
renderedParameterVersionString(String) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 

S

setAllowDefaultParameterValue(boolean) - Method in class com.google.cloud.spring.parametermanager.ParameterManagerTemplate
 
C D E G P R S 
All Classes and Interfaces|All Packages|Constant Field Values