Index
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
payloadin givenformat. - 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
payloadin providedformat. - 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
parameterIdunder the default-configured project for specifiedlocationId. - 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
parameterIDunder the specifiedprojectIdfor specifiedlocationId. - 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
projectIdfor specifiedlocationId. - 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
projectIdfor specifiedlocationId. - 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
projectIdfor specifiedlocationId. - 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
ParameterManagerPropertySourceis 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
parameterIDexists in the default-configured project for specifiedlocationId. - 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
parameterIDexists in the specified project for specifiedlocationId. - 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
All Classes and Interfaces|All Packages|Constant Field Values