- getBody(Argument<T>) - Method in interface io.micronaut.gcp.function.http.GoogleHttpResponse
-
- getBodyAsText() - Method in interface io.micronaut.gcp.function.http.GoogleHttpResponse
-
- getEncodedKey() - Method in class io.micronaut.gcp.credentials.GoogleCredentialsConfiguration
-
The Base64 encoded service account key content.
- getHeaders() - Method in class io.micronaut.gcp.UserAgentHeaderProvider
-
Returns the "User-Agent" header whose value should be added to the google-cloud-java REST API calls.
- getHttpHeaders() - Method in interface io.micronaut.gcp.function.http.GoogleHttpResponse
-
- getLocation() - Method in class io.micronaut.gcp.credentials.GoogleCredentialsConfiguration
-
The location of the service account credential key file.
- getMessage() - Method in interface io.micronaut.gcp.function.http.GoogleHttpResponse
-
- getProjectId() - Method in class io.micronaut.gcp.GoogleCloudConfiguration
-
Returns the Google project ID for the project.
- getScopes() - Method in class io.micronaut.gcp.credentials.GoogleCredentialsConfiguration
-
The scopes to use.
- getStatus() - Method in interface io.micronaut.gcp.function.http.GoogleHttpResponse
-
- getStatusCode() - Method in interface io.micronaut.gcp.function.http.GoogleHttpResponse
-
- getUserAgent() - Method in class io.micronaut.gcp.UserAgentHeaderProvider
-
Returns the "User-Agent" header value which should be added to the google-cloud-java REST API calls.
- GoogleAuthFilter - Class in io.micronaut.gcp.http.client
-
A filter that allows service to service communication in GCP (https://cloud.google.com/run/docs/authenticating/service-to-service).
- GoogleAuthFilter() - Constructor for class io.micronaut.gcp.http.client.GoogleAuthFilter
-
Default constructor.
- GoogleCloudConfiguration - Class in io.micronaut.gcp
-
General Google cloud configuration.
- GoogleCloudConfiguration() - Constructor for class io.micronaut.gcp.GoogleCloudConfiguration
-
- GoogleCredentialsConfiguration - Class in io.micronaut.gcp.credentials
-
Configuration for the Google credentials.
- GoogleCredentialsConfiguration() - Constructor for class io.micronaut.gcp.credentials.GoogleCredentialsConfiguration
-
- GoogleCredentialsFactory - Class in io.micronaut.gcp.credentials
-
A factory for creating GoogleCredentials
.
- GoogleCredentialsFactory(GoogleCredentialsConfiguration) - Constructor for class io.micronaut.gcp.credentials.GoogleCredentialsFactory
-
Default constructor.
- GoogleFunctionInitializer - Class in io.micronaut.gcp.function
-
Extended version of FunctionInitializer
that configures the GCP environment.
- GoogleFunctionInitializer() - Constructor for class io.micronaut.gcp.function.GoogleFunctionInitializer
-
- GoogleHttpResponse - Interface in io.micronaut.gcp.function.http
-
Extended interface used for testing.
- GoogleJacksonConfiguration - Class in io.micronaut.gcp.function.http.jackson
-
Disables module scan for Jackson which is slow in function context.
- GoogleJacksonConfiguration() - Constructor for class io.micronaut.gcp.function.http.jackson.GoogleJacksonConfiguration
-