Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X 

A

ack() - Method in class org.springframework.cloud.gcp.pubsub.support.AcknowledgeablePubsubMessage
 
ack(Collection<String>, String) - Method in interface org.springframework.cloud.gcp.pubsub.support.PubSubAcknowledger
Acknowledge a bulk of messages based on their ack IDs which pertain to a subscription name.
ACK_ID - Static variable in class org.springframework.cloud.gcp.pubsub.support.GcpPubSubHeaders
 
AckMode - Enum in org.springframework.cloud.gcp.pubsub.integration
Determines acknowledgement policy for incoming messages from Google Cloud Pub/Sub.
AcknowledgeablePubsubMessage - Class in org.springframework.cloud.gcp.pubsub.support
A PubsubMessage wrapper that allows it to be acknowledged.
AcknowledgeablePubsubMessage(PubsubMessage, String, String, PubSubAcknowledger) - Constructor for class org.springframework.cloud.gcp.pubsub.support.AcknowledgeablePubsubMessage
 
ACKNOWLEDGEMENT - Static variable in class org.springframework.cloud.gcp.pubsub.support.GcpPubSubHeaders
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.LoggingWebMvcConfigurer
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.TraceIdLoggingWebMvcInterceptor
 
afterPropertiesSet() - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
append(InputStream, String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
APPENGINE_RUNTIME_PREFIX - Static variable in class org.springframework.cloud.gcp.autoconfigure.core.AppEngineCondition
 
APPENGINE_RUNTIME_PROPERTY - Static variable in class org.springframework.cloud.gcp.autoconfigure.core.AppEngineCondition
 
AppEngineCloudSqlJdbcInfoProvider - Class in org.springframework.cloud.gcp.autoconfigure.sql
Provides default JDBC driver class name and constructs the JDBC URL for Cloud SQL v2 when running inside of Google App Engine Standard environment.
AppEngineCloudSqlJdbcInfoProvider(GcpCloudSqlProperties) - Constructor for class org.springframework.cloud.gcp.autoconfigure.sql.AppEngineCloudSqlJdbcInfoProvider
 
AppEngineCondition - Class in org.springframework.cloud.gcp.autoconfigure.core
Determine whether this is running inside of an App Engine environment by looking into the System properties "com.google.appengine.runtime.version".
AppEngineCondition() - Constructor for class org.springframework.cloud.gcp.autoconfigure.core.AppEngineCondition
 
asFileInfoList(Collection<BlobInfo>) - Method in class org.springframework.cloud.gcp.storage.integration.inbound.GcsStreamingMessageSource
 

B

Batching() - Constructor for class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
bucketExists() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Checks for the existence of the Bucket associated with the resource.

C

close() - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
CloudSqlJdbcInfoProvider - Interface in org.springframework.cloud.gcp.autoconfigure.sql
Implementations of this interface typically construct a JDBC URL for Cloud SQL from a GCP project ID and an instance connection name.
composeFullTraceName(String, String) - Static method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverTraceConstants
Composes the full trace name as expected by the Google Developers Console log viewer, to enable trace correlation with log entries.
contentLength() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
create() - Method in class org.springframework.cloud.gcp.autoconfigure.sql.SqlCredentialFactory
 
createAcknowledger() - Method in interface org.springframework.cloud.gcp.pubsub.support.SubscriberFactory
Create a PubSubAcknowledger to (negatively) acknowledge messages in bulk.
createBlob() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Creates the blob that this GoogleStorageResource represents in Google Cloud Storage.
createBucket() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Creates the bucket that this resource references in Google Cloud Storage.
createConsumerEndpoint(ConsumerDestination, String, ExtendedConsumerProperties<PubSubConsumerProperties>) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.PubSubMessageChannelBinder
 
createProducerMessageHandler(ProducerDestination, ExtendedProducerProperties<PubSubProducerProperties>, MessageChannel) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.PubSubMessageChannelBinder
 
createPublisher(String) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultPublisherFactory
 
createPublisher(String) - Method in interface org.springframework.cloud.gcp.pubsub.support.PublisherFactory
 
createPullRequest(String, Integer, Boolean) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
 
createPullRequest(String, Integer, Boolean) - Method in interface org.springframework.cloud.gcp.pubsub.support.SubscriberFactory
Create a PullRequest for synchronously pulling a number of messages from a Google Cloud Pub/Sub subscription.
createRelative(String) - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Creates a GoogleStorageResource handle that is relative to this one.
createSignedUrl(TimeUnit, long, Storage.SignUrlOption...) - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Creates a signed URL to an object, if it exists.
createSubscriber(String, MessageReceiver) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
 
createSubscriber(String, MessageReceiver) - Method in interface org.springframework.cloud.gcp.pubsub.support.SubscriberFactory
Create a Subscriber for the specified subscription name and wired it up to asynchronously deliver messages to the provided MessageReceiver.
createSubscriberStub() - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
 
createSubscriberStub() - Method in interface org.springframework.cloud.gcp.pubsub.support.SubscriberFactory
Create a SubscriberStub that is needed to execute PullRequests.
createSubscription(String, String) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Create a new subscription on Google Cloud Pub/Sub.
createSubscription(String, String, Integer) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Create a new subscription on Google Cloud Pub/Sub.
createSubscription(String, String, String) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Create a new subscription on Google Cloud Pub/Sub.
createSubscription(String, String, Integer, String) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Create a new subscription on Google Cloud Pub/Sub.
createTopic(String) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Create a new topic on Google Cloud Pub/Sub.
CREDENTIAL_ENCODED_KEY_PROPERTY_NAME - Static variable in class org.springframework.cloud.gcp.autoconfigure.sql.SqlCredentialFactory
 
CREDENTIAL_LOCATION_PROPERTY_NAME - Static variable in class org.springframework.cloud.gcp.autoconfigure.sql.SqlCredentialFactory
 
Credentials - Class in org.springframework.cloud.gcp.core
Credentials configuration
Credentials(String...) - Constructor for class org.springframework.cloud.gcp.core.Credentials
 
CredentialsSupplier - Interface in org.springframework.cloud.gcp.core
An interface meant to be implemented by configuration properties POJOs that store information about Google Cloud credentials.

D

DatabaseType - Enum in org.springframework.cloud.gcp.autoconfigure.sql
 
DEFAULT_GOOGLE_STORAGE_PROTOCOL_RESOLVER_SETTINGS - Static variable in class org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolverSettings
Gets an instance of this object with the default settings.
DefaultCloudSqlJdbcInfoProvider - Class in org.springframework.cloud.gcp.autoconfigure.sql
Provides default JDBC driver class name and constructs the JDBC URL for Cloud SQL v2 when running on local laptop, or in a VM-based environment (e.g., Google Compute Engine, Google Container Engine).
DefaultCloudSqlJdbcInfoProvider(GcpCloudSqlProperties, DatabaseType) - Constructor for class org.springframework.cloud.gcp.autoconfigure.sql.DefaultCloudSqlJdbcInfoProvider
 
DefaultCredentialsProvider - Class in org.springframework.cloud.gcp.core
A CredentialsProvider implementation that wraps credentials based on user-provided properties and defaults.
DefaultCredentialsProvider(CredentialsSupplier) - Constructor for class org.springframework.cloud.gcp.core.DefaultCredentialsProvider
The credentials provided by this object originate from the following sources: *.credentials.location: Credentials built from JSON content inside the file pointed to by this property, *.credentials.encoded-key: Credentials built from JSON String, encoded on base64, Google Cloud Client Libraries default credentials provider.
DefaultGcpProjectIdProvider - Class in org.springframework.cloud.gcp.core
A project ID provider that wraps ServiceOptions.getDefaultProjectId().
DefaultGcpProjectIdProvider() - Constructor for class org.springframework.cloud.gcp.core.DefaultGcpProjectIdProvider
 
defaultPublisherFactory(ExecutorProvider, ObjectProvider<BatchingSettings>, ObjectProvider<RetrySettings>, TransportChannelProvider) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
DefaultPublisherFactory - Class in org.springframework.cloud.gcp.pubsub.support
The default PublisherFactory implementation.
DefaultPublisherFactory(GcpProjectIdProvider) - Constructor for class org.springframework.cloud.gcp.pubsub.support.DefaultPublisherFactory
Create DefaultPublisherFactory instance based on the provided GcpProjectIdProvider.
defaultSubscriberFactory(ExecutorProvider, ObjectProvider<ExecutorProvider>, ObjectProvider<FlowControlSettings>, ObjectProvider<ApiClock>, ObjectProvider<RetrySettings>, TransportChannelProvider) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
DefaultSubscriberFactory - Class in org.springframework.cloud.gcp.pubsub.support
The default SubscriberFactory implementation.
DefaultSubscriberFactory(GcpProjectIdProvider) - Constructor for class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Default DefaultSubscriberFactory constructor.
defaultTraceSampler(SamplerProperties) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration.NonRefreshScopeProbabilityBasedSamplerConfiguration
 
defaultTraceSampler(SamplerProperties) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration.RefreshScopedProbabilityBasedSamplerConfiguration
 
deleteSubscription(String) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Delete a subscription from Google Cloud Pub/Sub.
deleteTopic(String) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Delete a topic from Google Cloud Pub/Sub.
doStart() - Method in class org.springframework.cloud.gcp.pubsub.integration.inbound.PubSubInboundChannelAdapter
 
doStop() - Method in class org.springframework.cloud.gcp.pubsub.integration.inbound.PubSubInboundChannelAdapter
 

E

enhanceLogEntry(LogEntry.Builder) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.TraceIdLoggingEnhancer
Set the trace field of the log entry to the current trace ID.
executeWithClient(<any>) - Method in class org.springframework.cloud.gcp.storage.integration.GcsRemoteFileTemplate
 
exists() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
exists(String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
extractTraceIdFromRequest(HttpServletRequest) - Method in interface org.springframework.cloud.gcp.autoconfigure.logging.extractors.TraceIdExtractor
Extract trace ID from the HTTP request.
extractTraceIdFromRequest(HttpServletRequest) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.extractors.XCloudTraceIdExtractor
 

F

fileName(BlobInfo) - Method in class org.springframework.cloud.gcp.storage.integration.filters.GcsPersistentAcceptOnceFileListFilter
 
finalizeRaw() - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
FlowControl() - Constructor for class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.FlowControl
 
formatTraceId(String) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
fromHeaders(MessageHeaders, Map<String, String>) - Method in class org.springframework.cloud.gcp.pubsub.integration.PubSubHeaderMapper
Generate headers in PubsubMessage format from MessageHeaders.
fromPubSubMessage(PubsubMessage, Class<?>) - Method in class org.springframework.cloud.gcp.pubsub.support.converter.JacksonPubSubMessageConverter
 
fromPubSubMessage(PubsubMessage, Class<?>) - Method in interface org.springframework.cloud.gcp.pubsub.support.converter.PubSubMessageConverter
Convert the payload of a given PubsubMessage to a desired Java type.
fromPubSubMessage(PubsubMessage, Class<?>) - Method in class org.springframework.cloud.gcp.pubsub.support.converter.SimplePubSubMessageConverter
 

G

GcpCloudFoundryEnvironmentPostProcessor - Class in org.springframework.cloud.gcp.autoconfigure.core.cloudfoundry
Converts GCP service broker metadata into Spring Cloud GCP configuration properties.
GcpCloudFoundryEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.gcp.autoconfigure.core.cloudfoundry.GcpCloudFoundryEnvironmentPostProcessor
 
GcpCloudSqlAutoConfiguration - Class in org.springframework.cloud.gcp.autoconfigure.sql
Provides Google Cloud SQL instance connectivity through Spring JDBC by providing only a database and instance connection name.
GcpCloudSqlAutoConfiguration() - Constructor for class org.springframework.cloud.gcp.autoconfigure.sql.GcpCloudSqlAutoConfiguration
 
GcpCloudSqlProperties - Class in org.springframework.cloud.gcp.autoconfigure.sql
Google Cloud SQL properties.
GcpCloudSqlProperties() - Constructor for class org.springframework.cloud.gcp.autoconfigure.sql.GcpCloudSqlProperties
 
GcpContextAutoConfiguration - Class in org.springframework.cloud.gcp.autoconfigure.core
Base starter for Google Cloud Projects.
GcpContextAutoConfiguration(GcpProperties) - Constructor for class org.springframework.cloud.gcp.autoconfigure.core.GcpContextAutoConfiguration
 
gcpProjectIdProvider() - Method in class org.springframework.cloud.gcp.autoconfigure.core.GcpContextAutoConfiguration
 
GcpProjectIdProvider - Interface in org.springframework.cloud.gcp.core
Functional interface to provide GCP project IDs.
GcpProperties - Class in org.springframework.cloud.gcp.autoconfigure.core
 
GcpProperties() - Constructor for class org.springframework.cloud.gcp.autoconfigure.core.GcpProperties
 
GcpPubSubAutoConfiguration - Class in org.springframework.cloud.gcp.autoconfigure.pubsub
 
GcpPubSubAutoConfiguration(GcpPubSubProperties, GcpProjectIdProvider, CredentialsProvider) - Constructor for class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
GcpPubSubEmulatorConfiguration - Class in org.springframework.cloud.gcp.autoconfigure.pubsub
If spring.cloud.gcp.pubsub.emulator-host is set, spring stream will connect to a running pub/sub emulator.
GcpPubSubEmulatorConfiguration() - Constructor for class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubEmulatorConfiguration
 
GcpPubSubHeaders - Class in org.springframework.cloud.gcp.pubsub.support
Google Cloud Platform internal headers for Spring Messaging messages.
GcpPubSubHeaders() - Constructor for class org.springframework.cloud.gcp.pubsub.support.GcpPubSubHeaders
 
GcpPubSubProperties - Class in org.springframework.cloud.gcp.autoconfigure.pubsub
 
GcpPubSubProperties() - Constructor for class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties
 
GcpPubSubProperties.Batching - Class in org.springframework.cloud.gcp.autoconfigure.pubsub
 
GcpPubSubProperties.FlowControl - Class in org.springframework.cloud.gcp.autoconfigure.pubsub
 
GcpPubSubProperties.Publisher - Class in org.springframework.cloud.gcp.autoconfigure.pubsub
 
GcpPubSubProperties.Retry - Class in org.springframework.cloud.gcp.autoconfigure.pubsub
 
GcpPubSubProperties.Subscriber - Class in org.springframework.cloud.gcp.autoconfigure.pubsub
 
GcpScope - Enum in org.springframework.cloud.gcp.core
OAuth2 scopes for Google Cloud Platform services integrated by Spring Cloud GCP.
GcpStorageAutoConfiguration - Class in org.springframework.cloud.gcp.autoconfigure.storage
An auto-configuration for Google GoogleStorageProtocolResolverSettings bean definition.
GcpStorageAutoConfiguration() - Constructor for class org.springframework.cloud.gcp.autoconfigure.storage.GcpStorageAutoConfiguration
 
GcpStorageProperties - Class in org.springframework.cloud.gcp.autoconfigure.storage
 
GcpStorageProperties() - Constructor for class org.springframework.cloud.gcp.autoconfigure.storage.GcpStorageProperties
 
GcpTraceProperties - Class in org.springframework.cloud.gcp.autoconfigure.trace
Stackdriver Trace Properties.
GcpTraceProperties() - Constructor for class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
GcsFileInfo - Class in org.springframework.cloud.gcp.storage.integration
 
GcsFileInfo(BlobInfo) - Constructor for class org.springframework.cloud.gcp.storage.integration.GcsFileInfo
 
GcsInboundFileSynchronizer - Class in org.springframework.cloud.gcp.storage.integration.inbound
 
GcsInboundFileSynchronizer(Storage) - Constructor for class org.springframework.cloud.gcp.storage.integration.inbound.GcsInboundFileSynchronizer
 
GcsInboundFileSynchronizingMessageSource - Class in org.springframework.cloud.gcp.storage.integration.inbound
 
GcsInboundFileSynchronizingMessageSource(GcsInboundFileSynchronizer) - Constructor for class org.springframework.cloud.gcp.storage.integration.inbound.GcsInboundFileSynchronizingMessageSource
 
GcsInboundFileSynchronizingMessageSource(GcsInboundFileSynchronizer, Comparator<File>) - Constructor for class org.springframework.cloud.gcp.storage.integration.inbound.GcsInboundFileSynchronizingMessageSource
 
GcsMessageHandler - Class in org.springframework.cloud.gcp.storage.integration.outbound
 
GcsMessageHandler(<any>) - Constructor for class org.springframework.cloud.gcp.storage.integration.outbound.GcsMessageHandler
 
GcsMessageHandler(<any>) - Constructor for class org.springframework.cloud.gcp.storage.integration.outbound.GcsMessageHandler
 
GcsMessageHandler(<any>, FileExistsMode) - Constructor for class org.springframework.cloud.gcp.storage.integration.outbound.GcsMessageHandler
 
GcsPersistentAcceptOnceFileListFilter - Class in org.springframework.cloud.gcp.storage.integration.filters
 
GcsPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore, String) - Constructor for class org.springframework.cloud.gcp.storage.integration.filters.GcsPersistentAcceptOnceFileListFilter
 
GcsRegexPatternFileListFilter - Class in org.springframework.cloud.gcp.storage.integration.filters
 
GcsRegexPatternFileListFilter(String) - Constructor for class org.springframework.cloud.gcp.storage.integration.filters.GcsRegexPatternFileListFilter
 
GcsRegexPatternFileListFilter(Pattern) - Constructor for class org.springframework.cloud.gcp.storage.integration.filters.GcsRegexPatternFileListFilter
 
GcsRemoteFileTemplate - Class in org.springframework.cloud.gcp.storage.integration
 
GcsRemoteFileTemplate(<any>) - Constructor for class org.springframework.cloud.gcp.storage.integration.GcsRemoteFileTemplate
Construct a RemoteFileTemplate with the supplied session factory.
GcsSession - Class in org.springframework.cloud.gcp.storage.integration
 
GcsSession(Storage) - Constructor for class org.springframework.cloud.gcp.storage.integration.GcsSession
 
GcsSessionFactory - Class in org.springframework.cloud.gcp.storage.integration
 
GcsSessionFactory(Storage) - Constructor for class org.springframework.cloud.gcp.storage.integration.GcsSessionFactory
 
GcsSimplePatternFileListFilter - Class in org.springframework.cloud.gcp.storage.integration.filters
 
GcsSimplePatternFileListFilter(String) - Constructor for class org.springframework.cloud.gcp.storage.integration.filters.GcsSimplePatternFileListFilter
 
GcsStreamingMessageSource - Class in org.springframework.cloud.gcp.storage.integration.inbound
 
GcsStreamingMessageSource(<any>) - Constructor for class org.springframework.cloud.gcp.storage.integration.inbound.GcsStreamingMessageSource
 
getAckId() - Method in class org.springframework.cloud.gcp.pubsub.support.AcknowledgeablePubsubMessage
 
getAckMode() - Method in class org.springframework.cloud.gcp.pubsub.integration.inbound.PubSubInboundChannelAdapter
 
getAcknowledger() - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
getAuthority() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
getBatching() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Publisher
 
getBindings() - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubExtendedBindingProperties
 
getBlob() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Gets the underlying storage object in Google Cloud Storage.
getBlobName() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
getBucket() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Returns the Bucket associated with the resource.
getBucketName() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
getClientInstance() - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
getComponentType() - Method in class org.springframework.cloud.gcp.storage.integration.inbound.GcsInboundFileSynchronizingMessageSource
 
getComponentType() - Method in class org.springframework.cloud.gcp.storage.integration.inbound.GcsStreamingMessageSource
 
getCompression() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
getConsumer() - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubBindingProperties
 
getCredentials() - Method in class org.springframework.cloud.gcp.autoconfigure.core.GcpProperties
 
getCredentials() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties
 
getCredentials() - Method in class org.springframework.cloud.gcp.autoconfigure.sql.GcpCloudSqlProperties
 
getCredentials() - Method in class org.springframework.cloud.gcp.autoconfigure.storage.GcpStorageProperties
 
getCredentials() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
getCredentials() - Method in interface org.springframework.cloud.gcp.core.CredentialsSupplier
Supplies credentials configuration.
getCredentials() - Method in class org.springframework.cloud.gcp.core.DefaultCredentialsProvider
 
getCurrentTraceId() - Static method in class org.springframework.cloud.gcp.autoconfigure.logging.TraceIdLoggingEnhancer
 
getDatabaseName() - Method in class org.springframework.cloud.gcp.autoconfigure.sql.GcpCloudSqlProperties
 
getDeadlineMs() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
getDefaultAckDeadline() - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
 
getDelayThresholdSeconds() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
getDescription() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
getElementCountThreshold() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
getEmulatorHost() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties
 
getEnabled() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
getEncodedKey() - Method in class org.springframework.cloud.gcp.core.Credentials
 
getExecutorThreads() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Publisher
 
getExecutorThreads() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
getExtendedConsumerProperties(String) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubExtendedBindingProperties
 
getExtendedConsumerProperties(String) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.PubSubMessageChannelBinder
 
getExtendedProducerProperties(String) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubExtendedBindingProperties
 
getExtendedProducerProperties(String) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.PubSubMessageChannelBinder
 
getFile() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
getFileInfo() - Method in class org.springframework.cloud.gcp.storage.integration.GcsFileInfo
 
getFilename() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
getFilename(BlobInfo) - Method in class org.springframework.cloud.gcp.storage.integration.filters.GcsRegexPatternFileListFilter
 
getFilename(BlobInfo) - Method in class org.springframework.cloud.gcp.storage.integration.filters.GcsSimplePatternFileListFilter
 
getFilename() - Method in class org.springframework.cloud.gcp.storage.integration.GcsFileInfo
 
getFilename(BlobInfo) - Method in class org.springframework.cloud.gcp.storage.integration.inbound.GcsInboundFileSynchronizer
 
getFlowControl() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
getFlowControl() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
getHeaders() - Method in class org.springframework.cloud.gcp.core.UsageTrackingHeaderProvider
Returns the "User-Agent" header whose value should be added to the google-cloud-java REST API calls.
getInitialRetryDelaySeconds() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
getInitialRpcTimeoutSeconds() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
getInputStream() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
getInstanceConnectionName() - Method in class org.springframework.cloud.gcp.autoconfigure.sql.GcpCloudSqlProperties
 
getJdbcDriverClass() - Method in class org.springframework.cloud.gcp.autoconfigure.sql.AppEngineCloudSqlJdbcInfoProvider
 
getJdbcDriverClass() - Method in interface org.springframework.cloud.gcp.autoconfigure.sql.CloudSqlJdbcInfoProvider
 
getJdbcDriverClass() - Method in class org.springframework.cloud.gcp.autoconfigure.sql.DefaultCloudSqlJdbcInfoProvider
 
getJdbcDriverName() - Method in enum org.springframework.cloud.gcp.autoconfigure.sql.DatabaseType
 
getJdbcUrl() - Method in class org.springframework.cloud.gcp.autoconfigure.sql.AppEngineCloudSqlJdbcInfoProvider
 
getJdbcUrl() - Method in interface org.springframework.cloud.gcp.autoconfigure.sql.CloudSqlJdbcInfoProvider
 
getJdbcUrl() - Method in class org.springframework.cloud.gcp.autoconfigure.sql.DefaultCloudSqlJdbcInfoProvider
 
getJdbcUrlTemplate() - Method in enum org.springframework.cloud.gcp.autoconfigure.sql.DatabaseType
 
getJittered() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
getLimitExceededBehavior() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.FlowControl
 
getLocation() - Method in class org.springframework.cloud.gcp.core.Credentials
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.cloud.gcp.autoconfigure.core.AppEngineCondition
 
getMaxAckExtensionPeriod() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
getMaxAttempts() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
getMaxInboundSize() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
getMaxOutboundSize() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
getMaxOutstandingElementCount() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.FlowControl
 
getMaxOutstandingRequestBytes() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.FlowControl
 
getMaxRetryDelaySeconds() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
getMaxRpcTimeoutSeconds() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
getMessage() - Method in class org.springframework.cloud.gcp.pubsub.support.AcknowledgeablePubsubMessage
 
getMessageConverter() - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
getModified() - Method in class org.springframework.cloud.gcp.storage.integration.GcsFileInfo
 
getModified(BlobInfo) - Method in class org.springframework.cloud.gcp.storage.integration.inbound.GcsInboundFileSynchronizer
 
getName() - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.provisioning.PubSubConsumerDestination
 
getName() - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.provisioning.PubSubProducerDestination
 
getNameForPartition(int) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.provisioning.PubSubProducerDestination
 
getNumExecutorThreads() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
getOrder() - Method in class org.springframework.cloud.gcp.autoconfigure.core.cloudfoundry.GcpCloudFoundryEnvironmentPostProcessor
 
getOutputStream() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Returns the output stream for a Google Cloud Storage file.
getParallelPullCount() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
getPayloadType() - Method in class org.springframework.cloud.gcp.pubsub.integration.inbound.PubSubInboundChannelAdapter
 
getPermissions() - Method in class org.springframework.cloud.gcp.storage.integration.GcsFileInfo
 
getProducer() - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubBindingProperties
 
getProjectId() - Method in class org.springframework.cloud.gcp.autoconfigure.core.GcpProperties
 
getProjectId() - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
getProjectId() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties
 
getProjectId() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
getProjectId() - Method in class org.springframework.cloud.gcp.core.DefaultGcpProjectIdProvider
ServiceOptions.getDefaultProjectId() checks for the project ID in the GOOGLE_CLOUD_PROJECT environment variable and the Metadata Server, among others.
getProjectId() - Method in interface org.springframework.cloud.gcp.core.GcpProjectIdProvider
 
getPublishCallback() - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
 
getPublisher() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties
 
getPublisherFactory() - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
getPublishTimeoutExpression() - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
 
getPullEndpoint() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
getRequestByteThreshold() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
getRetry() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Publisher
 
getRetry() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
getRetryDelayMultiplier() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
getRpcTimeoutMultiplier() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
getScopes() - Method in class org.springframework.cloud.gcp.core.Credentials
 
getSession() - Method in class org.springframework.cloud.gcp.storage.integration.GcsSessionFactory
 
getSize() - Method in class org.springframework.cloud.gcp.storage.integration.GcsFileInfo
 
getSubscriber() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties
 
getSubscriberFactory() - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
getSubscription(String) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Get the configuration of a Google Cloud Pub/Sub subscription.
getSubscriptionName() - Method in class org.springframework.cloud.gcp.pubsub.support.AcknowledgeablePubsubMessage
 
getTopic(String) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Get the configuration of a Google Cloud Pub/Sub topic.
getTopicExpression() - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
 
getTotalTimeoutSeconds() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
getTraceIdExtractor() - Method in class org.springframework.cloud.gcp.autoconfigure.logging.TraceIdLoggingWebMvcInterceptor
 
getURI() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
getUrl() - Method in enum org.springframework.cloud.gcp.core.GcpScope
 
getURL() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Since the gs: protocol will normally not have a URL stream handler registered, this method will always throw a MalformedURLException.
googleCredentials() - Method in class org.springframework.cloud.gcp.autoconfigure.core.GcpContextAutoConfiguration
 
GoogleStorageProtocolResolver - Class in org.springframework.cloud.gcp.storage
A ProtocolResolver implementation for the gs:// protocol.
GoogleStorageProtocolResolverSettings - Class in org.springframework.cloud.gcp.storage
Holds settings for use with the GoogleStorageResource.
GoogleStorageProtocolResolverSettings() - Constructor for class org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolverSettings
 
GoogleStorageResource - Class in org.springframework.cloud.gcp.storage
Implements WritableResource for reading and writing objects in Google Cloud Storage (GCS).
GoogleStorageResource(Storage, String, boolean) - Constructor for class org.springframework.cloud.gcp.storage.GoogleStorageResource
Constructs the resource representation of a bucket or a blob (file) in Google Cloud Storage.
GoogleStorageResource(Storage, String) - Constructor for class org.springframework.cloud.gcp.storage.GoogleStorageResource
Constructor that defaults autoCreateFiles to true.

H

handleMessageInternal(Message<?>) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
 
hasKey() - Method in class org.springframework.cloud.gcp.core.Credentials
 

I

INSTANCE_CONNECTION_NAME_HELP_URL - Static variable in class org.springframework.cloud.gcp.autoconfigure.sql.GcpCloudSqlAutoConfiguration
 
isAutoCreateFiles() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolverSettings
 
isAutoCreateFiles() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
isAutoCreateResources() - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubConsumerProperties
 
isBucket() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
Check if this resource references a bucket and not a blob.
isDirectory(BlobInfo) - Method in class org.springframework.cloud.gcp.storage.integration.filters.GcsRegexPatternFileListFilter
 
isDirectory(BlobInfo) - Method in class org.springframework.cloud.gcp.storage.integration.filters.GcsSimplePatternFileListFilter
 
isDirectory() - Method in class org.springframework.cloud.gcp.storage.integration.GcsFileInfo
 
isFile(BlobInfo) - Method in class org.springframework.cloud.gcp.storage.integration.inbound.GcsInboundFileSynchronizer
 
isIncludeExceptionInMessage() - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
isIncludeSpanId() - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
isIncludeTraceId() - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
isLink() - Method in class org.springframework.cloud.gcp.storage.integration.GcsFileInfo
 
isOpen() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
isOpen() - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
isReadable() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
isSharedSession() - Method in class org.springframework.cloud.gcp.storage.integration.GcsSessionFactory
 
isSync() - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
 
isWaitForReady() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
isWritable() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 

J

JacksonPubSubMessageConverter - Class in org.springframework.cloud.gcp.pubsub.support.converter
A converter using Jackson JSON.
JacksonPubSubMessageConverter(ObjectMapper) - Constructor for class org.springframework.cloud.gcp.pubsub.support.converter.JacksonPubSubMessageConverter
Constructor

L

lastModified() - Method in class org.springframework.cloud.gcp.storage.GoogleStorageResource
 
list(String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
listNames(String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
listSubscriptions() - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Return every subscription in a project.
listTopics() - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Return every topic in a project.
LoggingWebMvcConfigurer - Class in org.springframework.cloud.gcp.autoconfigure.logging
MVC Adapter that adds the TraceIdLoggingWebMvcInterceptor
LoggingWebMvcConfigurer(TraceIdLoggingWebMvcInterceptor, GcpProjectIdProvider) - Constructor for class org.springframework.cloud.gcp.autoconfigure.logging.LoggingWebMvcConfigurer
Constructor that accepts an TraceIdLoggingWebMvcInterceptor.
loggingWebMvcInterceptor(TraceIdExtractor) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverLoggingAutoConfiguration
 

M

MDC_FIELD_SPAN_EXPORT - Static variable in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverTraceConstants
The name of the MDC parameter, Spring Sleuth is storing the span export information at
MDC_FIELD_SPAN_ID - Static variable in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverTraceConstants
The name of the MDC parameter, Spring Sleuth is storing the span id at
MDC_FIELD_TRACE_ID - Static variable in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverTraceConstants
The name of the MDC parameter, Spring Sleuth is storing the trace id at
mkdir(String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
modified(BlobInfo) - Method in class org.springframework.cloud.gcp.storage.integration.filters.GcsPersistentAcceptOnceFileListFilter
 

N

nack() - Method in class org.springframework.cloud.gcp.pubsub.support.AcknowledgeablePubsubMessage
 
nack(Collection<String>, String) - Method in interface org.springframework.cloud.gcp.pubsub.support.PubSubAcknowledger
Negatively acknowledge a bulk of messages based on their ack IDs which pertain to a subscription name.
NonRefreshScopeProbabilityBasedSamplerConfiguration() - Constructor for class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration.NonRefreshScopeProbabilityBasedSamplerConfiguration
 

O

onInit() - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
 
org.springframework.cloud.gcp.autoconfigure.core - package org.springframework.cloud.gcp.autoconfigure.core
 
org.springframework.cloud.gcp.autoconfigure.core.cloudfoundry - package org.springframework.cloud.gcp.autoconfigure.core.cloudfoundry
 
org.springframework.cloud.gcp.autoconfigure.logging - package org.springframework.cloud.gcp.autoconfigure.logging
 
org.springframework.cloud.gcp.autoconfigure.logging.extractors - package org.springframework.cloud.gcp.autoconfigure.logging.extractors
 
org.springframework.cloud.gcp.autoconfigure.pubsub - package org.springframework.cloud.gcp.autoconfigure.pubsub
 
org.springframework.cloud.gcp.autoconfigure.sql - package org.springframework.cloud.gcp.autoconfigure.sql
 
org.springframework.cloud.gcp.autoconfigure.storage - package org.springframework.cloud.gcp.autoconfigure.storage
 
org.springframework.cloud.gcp.autoconfigure.trace - package org.springframework.cloud.gcp.autoconfigure.trace
 
org.springframework.cloud.gcp.autoconfigure.trace.sleuth - package org.springframework.cloud.gcp.autoconfigure.trace.sleuth
 
org.springframework.cloud.gcp.core - package org.springframework.cloud.gcp.core
 
org.springframework.cloud.gcp.pubsub - package org.springframework.cloud.gcp.pubsub
 
org.springframework.cloud.gcp.pubsub.core - package org.springframework.cloud.gcp.pubsub.core
 
org.springframework.cloud.gcp.pubsub.integration - package org.springframework.cloud.gcp.pubsub.integration
 
org.springframework.cloud.gcp.pubsub.integration.inbound - package org.springframework.cloud.gcp.pubsub.integration.inbound
 
org.springframework.cloud.gcp.pubsub.integration.outbound - package org.springframework.cloud.gcp.pubsub.integration.outbound
 
org.springframework.cloud.gcp.pubsub.support - package org.springframework.cloud.gcp.pubsub.support
 
org.springframework.cloud.gcp.pubsub.support.converter - package org.springframework.cloud.gcp.pubsub.support.converter
 
org.springframework.cloud.gcp.storage - package org.springframework.cloud.gcp.storage
 
org.springframework.cloud.gcp.storage.integration - package org.springframework.cloud.gcp.storage.integration
 
org.springframework.cloud.gcp.storage.integration.filters - package org.springframework.cloud.gcp.storage.integration.filters
 
org.springframework.cloud.gcp.storage.integration.inbound - package org.springframework.cloud.gcp.storage.integration.inbound
 
org.springframework.cloud.gcp.storage.integration.outbound - package org.springframework.cloud.gcp.storage.integration.outbound
 
org.springframework.cloud.gcp.stream.binder.pubsub - package org.springframework.cloud.gcp.stream.binder.pubsub
 
org.springframework.cloud.gcp.stream.binder.pubsub.config - package org.springframework.cloud.gcp.stream.binder.pubsub.config
 
org.springframework.cloud.gcp.stream.binder.pubsub.properties - package org.springframework.cloud.gcp.stream.binder.pubsub.properties
 
org.springframework.cloud.gcp.stream.binder.pubsub.provisioning - package org.springframework.cloud.gcp.stream.binder.pubsub.provisioning
 

P

postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolver
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.gcp.autoconfigure.core.cloudfoundry.GcpCloudFoundryEnvironmentPostProcessor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.TraceIdLoggingWebMvcInterceptor
 
PROTOCOL - Static variable in class org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolver
 
provisionConsumerDestination(String, String, ExtendedConsumerProperties<PubSubConsumerProperties>) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.provisioning.PubSubChannelProvisioner
 
provisionProducerDestination(String, ExtendedProducerProperties<PubSubProducerProperties>) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.provisioning.PubSubChannelProvisioner
 
publish(String, T, Map<String, String>) - Method in interface org.springframework.cloud.gcp.pubsub.core.PubSubOperations
Send a message to Pub/Sub.
publish(String, T) - Method in interface org.springframework.cloud.gcp.pubsub.core.PubSubOperations
Send a message to Pub/Sub.
publish(String, PubsubMessage) - Method in interface org.springframework.cloud.gcp.pubsub.core.PubSubOperations
Send a message to Pub/Sub.
publish(String, T, Map<String, String>) - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
Uses the configured message converter to first convert the payload and headers to a PubsubMessage and then publish it.
publish(String, T) - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
publish(String, PubsubMessage) - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
Publisher() - Constructor for class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Publisher
 
publisherBatchSettings() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
publisherExecutorProvider() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
PublisherFactory - Interface in org.springframework.cloud.gcp.pubsub.support
 
publisherRetrySettings() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
PubSubAcknowledger - Interface in org.springframework.cloud.gcp.pubsub.support
Acknowledges Pub/Sub messages based on their subscription name and ack ID.
pubSubAdmin(TopicAdminClient, SubscriptionAdminClient) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
PubSubAdmin - Class in org.springframework.cloud.gcp.pubsub
Pub/Sub admin utility that creates new topics and subscriptions on Google Cloud Pub/Sub.
PubSubAdmin(GcpProjectIdProvider, CredentialsProvider) - Constructor for class org.springframework.cloud.gcp.pubsub.PubSubAdmin
This constructor instantiates TopicAdminClient and SubscriptionAdminClient with all their defaults and the provided credentials provider.
PubSubAdmin(GcpProjectIdProvider, TopicAdminClient, SubscriptionAdminClient) - Constructor for class org.springframework.cloud.gcp.pubsub.PubSubAdmin
 
pubSubBinder(PubSubChannelProvisioner, PubSubTemplate) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.config.PubSubBinderConfiguration
 
PubSubBinderConfiguration - Class in org.springframework.cloud.gcp.stream.binder.pubsub.config
 
PubSubBinderConfiguration() - Constructor for class org.springframework.cloud.gcp.stream.binder.pubsub.config.PubSubBinderConfiguration
 
PubSubBindingProperties - Class in org.springframework.cloud.gcp.stream.binder.pubsub.properties
 
PubSubBindingProperties() - Constructor for class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubBindingProperties
 
pubSubChannelProvisioner(PubSubAdmin) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.config.PubSubBinderConfiguration
 
PubSubChannelProvisioner - Class in org.springframework.cloud.gcp.stream.binder.pubsub.provisioning
 
PubSubChannelProvisioner(PubSubAdmin) - Constructor for class org.springframework.cloud.gcp.stream.binder.pubsub.provisioning.PubSubChannelProvisioner
 
PubSubConsumerDestination - Class in org.springframework.cloud.gcp.stream.binder.pubsub.provisioning
 
PubSubConsumerDestination(String) - Constructor for class org.springframework.cloud.gcp.stream.binder.pubsub.provisioning.PubSubConsumerDestination
 
PubSubConsumerProperties - Class in org.springframework.cloud.gcp.stream.binder.pubsub.properties
 
PubSubConsumerProperties() - Constructor for class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubConsumerProperties
 
PubSubException - Exception in org.springframework.cloud.gcp.pubsub.core
The Spring Google Cloud Pub/Sub specific NestedRuntimeException.
PubSubException(String) - Constructor for exception org.springframework.cloud.gcp.pubsub.core.PubSubException
 
PubSubException(String, Throwable) - Constructor for exception org.springframework.cloud.gcp.pubsub.core.PubSubException
 
PubSubExtendedBindingProperties - Class in org.springframework.cloud.gcp.stream.binder.pubsub.properties
 
PubSubExtendedBindingProperties() - Constructor for class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubExtendedBindingProperties
 
PubSubHeaderMapper - Class in org.springframework.cloud.gcp.pubsub.integration
Maps headers from PubsubMessages to Messages and vice-versa.
PubSubHeaderMapper() - Constructor for class org.springframework.cloud.gcp.pubsub.integration.PubSubHeaderMapper
 
PubSubInboundChannelAdapter - Class in org.springframework.cloud.gcp.pubsub.integration.inbound
Converts from GCP Pub/Sub message to Spring message and sends the Spring message to the attached channels.
PubSubInboundChannelAdapter(PubSubTemplate, String) - Constructor for class org.springframework.cloud.gcp.pubsub.integration.inbound.PubSubInboundChannelAdapter
 
PubSubMessageChannelBinder - Class in org.springframework.cloud.gcp.stream.binder.pubsub
 
PubSubMessageChannelBinder(String[], PubSubChannelProvisioner, PubSubTemplate) - Constructor for class org.springframework.cloud.gcp.stream.binder.pubsub.PubSubMessageChannelBinder
 
PubSubMessageConversionException - Exception in org.springframework.cloud.gcp.pubsub.support.converter
An exception raised when conversion to or from a PubsubMessage fails.
PubSubMessageConversionException(String) - Constructor for exception org.springframework.cloud.gcp.pubsub.support.converter.PubSubMessageConversionException
 
PubSubMessageConversionException(String, Throwable) - Constructor for exception org.springframework.cloud.gcp.pubsub.support.converter.PubSubMessageConversionException
 
PubSubMessageConverter - Interface in org.springframework.cloud.gcp.pubsub.support.converter
Interface for converters that can convert POJOs to and from Pub/Sub messages.
PubSubMessageHandler - Class in org.springframework.cloud.gcp.pubsub.integration.outbound
Outbound channel adapter to publish messages to Google Cloud Pub/Sub.
PubSubMessageHandler(PubSubOperations, String) - Constructor for class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
 
PubSubOperations - Interface in org.springframework.cloud.gcp.pubsub.core
An abstraction for Google Cloud Pub/Sub.
PubSubProducerDestination - Class in org.springframework.cloud.gcp.stream.binder.pubsub.provisioning
 
PubSubProducerDestination(String) - Constructor for class org.springframework.cloud.gcp.stream.binder.pubsub.provisioning.PubSubProducerDestination
 
PubSubProducerProperties - Class in org.springframework.cloud.gcp.stream.binder.pubsub.properties
 
PubSubProducerProperties() - Constructor for class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubProducerProperties
 
pubSubTemplate(PublisherFactory, SubscriberFactory, ObjectProvider<PubSubMessageConverter>) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
PubSubTemplate - Class in org.springframework.cloud.gcp.pubsub.core
Default implementation of PubSubOperations.
PubSubTemplate(PublisherFactory, SubscriberFactory) - Constructor for class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
Default PubSubTemplate constructor that uses SimplePubSubMessageConverter to serialize and deserialize payloads.
pull(String, Integer, Boolean) - Method in interface org.springframework.cloud.gcp.pubsub.core.PubSubOperations
Pull a number of messages from a Google Cloud Pub/Sub subscription.
pull(String, Integer, Boolean) - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
pullAndAck(String, Integer, Boolean) - Method in interface org.springframework.cloud.gcp.pubsub.core.PubSubOperations
Pull and auto-acknowledge a number of messages from a Google Cloud Pub/Sub subscription.
pullAndAck(String, Integer, Boolean) - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
pullNext(String) - Method in interface org.springframework.cloud.gcp.pubsub.core.PubSubOperations
Pull and auto-acknowledge a message from a Google Cloud Pub/Sub subscription.
pullNext(String) - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 

R

read(String, OutputStream) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
readRaw(String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
RefreshScopedProbabilityBasedSamplerConfiguration() - Constructor for class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration.RefreshScopedProbabilityBasedSamplerConfiguration
 
remove(String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
rename(String, String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 
request(<any>, Req, SpanCustomizer) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.sleuth.StackdriverHttpClientParser
 
request(<any>, Req, SpanCustomizer) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.sleuth.StackdriverHttpServerParser
 
resetSharedSession() - Method in class org.springframework.cloud.gcp.storage.integration.GcsSessionFactory
 
resolve(String, ResourceLoader) - Method in class org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolver
 
response(<any>, Resp, Throwable, SpanCustomizer) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.sleuth.StackdriverHttpClientParser
 
response(<any>, Resp, Throwable, SpanCustomizer) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.sleuth.StackdriverHttpServerParser
 
Retry() - Constructor for class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
rmdir(String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 

S

setAckMode(AckMode) - Method in class org.springframework.cloud.gcp.pubsub.integration.inbound.PubSubInboundChannelAdapter
 
setApiClock(ApiClock) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the clock to use for the retry logic in synchronous pulling.
setAuthority(String) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
setAutoCreateFiles(boolean) - Method in class org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolverSettings
 
setAutoCreateResources(boolean) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubConsumerProperties
 
setBatchingSettings(BatchingSettings) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultPublisherFactory
Set the API call batching configuration.
setChannelProvider(TransportChannelProvider) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultPublisherFactory
Set the provider for the channel to be used by the publisher.
setChannelProvider(TransportChannelProvider) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the provider for the subscribers' transport channel.
setCompression(String) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
setConsumer(PubSubConsumerProperties) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubBindingProperties
 
setCredentials(Credentials) - Method in class org.springframework.cloud.gcp.autoconfigure.sql.GcpCloudSqlProperties
 
setCredentialsProvider(CredentialsProvider) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultPublisherFactory
Set the provider for the GCP credentials to be used by the publisher on every API calls it makes.
setCredentialsProvider(CredentialsProvider) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the provider for the GCP credentials to be used by the subscribers' API calls.
setCurrentTraceId(String) - Static method in class org.springframework.cloud.gcp.autoconfigure.logging.TraceIdLoggingEnhancer
 
setDatabaseName(String) - Method in class org.springframework.cloud.gcp.autoconfigure.sql.GcpCloudSqlProperties
 
setDeadlineMs(long) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
setDefaultAckDeadline(int) - Method in class org.springframework.cloud.gcp.pubsub.PubSubAdmin
Set the default acknowledgement deadline value.
setDelayThresholdSeconds(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
setElementCountThreshold(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
setEmulatorHost(String) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties
 
setEnabled(Boolean) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
setEncodedKey(String) - Method in class org.springframework.cloud.gcp.core.Credentials
 
setExecutorProvider(ExecutorProvider) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultPublisherFactory
Set the provider for the executor that will be used by the publisher.
setExecutorProvider(ExecutorProvider) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the provider for the subscribers' executor.
setExecutorThreads(int) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Publisher
 
setExecutorThreads(int) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
setFlowControlSettings(FlowControlSettings) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the flow control for the subscribers, including the behaviour for when the flow limits are hit.
setHeaderMapper(HeaderMapper<Map<String, String>>) - Method in class org.springframework.cloud.gcp.pubsub.integration.inbound.PubSubInboundChannelAdapter
Set the header mapper to map headers from incoming PubsubMessage into Message.
setHeaderMapper(HeaderMapper<Map<String, String>>) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
Set the header mapper to map headers from Message into outbound PubsubMessage.
setHeaderProvider(HeaderProvider) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultPublisherFactory
Set the provider for the HTTP headers to be used in the Pub/Sub REST API requests.
setHeaderProvider(HeaderProvider) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the provider for the HTTP headers to be added to the subscribers' REST API calls.
setInboundHeaderPatterns(String...) - Method in class org.springframework.cloud.gcp.pubsub.integration.PubSubHeaderMapper
Set the patterns of the headers to be mapped in PubSubHeaderMapper.toHeaders(Map).
setIncludeExceptionInMessage(boolean) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
setIncludeSpanId(boolean) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
setIncludeTraceId(boolean) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
setInitialRetryDelaySeconds(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
setInitialRpcTimeoutSeconds(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
setInstanceConnectionName(String) - Method in class org.springframework.cloud.gcp.autoconfigure.sql.GcpCloudSqlProperties
 
setJittered(Boolean) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
setLimitExceededBehavior(FlowController.LimitExceededBehavior) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.FlowControl
 
setLocation(Resource) - Method in class org.springframework.cloud.gcp.core.Credentials
 
setMaxAckExtensionPeriod(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
setMaxAckExtensionPeriod(Duration) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the maximum period the ack timeout is extended by.
setMaxAttempts(Integer) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
setMaxInboundSize(int) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
setMaxOutboundSize(int) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
setMaxOutstandingElementCount(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.FlowControl
 
setMaxOutstandingRequestBytes(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.FlowControl
 
setMaxRetryDelaySeconds(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
setMaxRpcTimeoutSeconds(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
setMessageConverter(PubSubMessageConverter) - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
setNumExecutorThreads(int) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
setOutboundHeaderPatterns(String...) - Method in class org.springframework.cloud.gcp.pubsub.integration.PubSubHeaderMapper
Set the patterns of the headers to be mapped in PubSubHeaderMapper.fromHeaders(MessageHeaders, Map).
setParallelPullCount(Integer) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
setParallelPullCount(Integer) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the number of pull workers.
setPayloadType(Class) - Method in class org.springframework.cloud.gcp.pubsub.integration.inbound.PubSubInboundChannelAdapter
Set the desired type of the payload of the Message constructed by converting the incoming Pub/Sub message.
setProducer(PubSubProducerProperties) - Method in class org.springframework.cloud.gcp.stream.binder.pubsub.properties.PubSubBindingProperties
 
setProjectId(String) - Method in class org.springframework.cloud.gcp.autoconfigure.core.GcpProperties
 
setProjectId(String) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
setProjectId(String) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties
 
setProjectId(String) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
setPublishCallback(ListenableFutureCallback<String>) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
Set the callback to be activated when the publish call resolves.
setPublishTimeout(long) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
Set the timeout in milliseconds for a synchronous publish call to Google Cloud Pub/Sub.
setPublishTimeoutExpression(Expression) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
Set the SpEL expression to evaluate a timeout in milliseconds for a synchronous publish call to Google Cloud Pub/Sub.
setPublishTimeoutExpressionString(String) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
Set the SpEL expression to evaluate a timeout in milliseconds for a synchronous publish call to Google Cloud Pub/Sub from a string.
setPullEndpoint(String) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
setPullEndpoint(String) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the endpoint for synchronous pulling messages.
setRemoteFileSeparator(String) - Method in class org.springframework.cloud.gcp.storage.integration.inbound.GcsStreamingMessageSource
 
setRemoteFileSeparator(String) - Method in class org.springframework.cloud.gcp.storage.integration.outbound.GcsMessageHandler
 
setRequestByteThreshold(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Batching
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolver
 
setRetryDelayMultiplier(Double) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
setRetrySettings(RetrySettings) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultPublisherFactory
Set the API call retry configuration.
setRpcTimeoutMultiplier(Double) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
setScopes(List<String>) - Method in class org.springframework.cloud.gcp.core.Credentials
 
setSubscriberStubRetrySettings(RetrySettings) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the retry settings for the generated subscriber stubs.
setSync(boolean) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
Set publish method to be synchronous or asynchronous.
setSystemExecutorProvider(ExecutorProvider) - Method in class org.springframework.cloud.gcp.pubsub.support.DefaultSubscriberFactory
Set the provider for the system executor, to poll and manage lease extensions.
setTopic(String) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
Set the topic where this adapter sends messages to.
setTopicExpression(Expression) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
Set the SpEL expression for the topic this adapter sends messages to.
setTopicExpressionString(String) - Method in class org.springframework.cloud.gcp.pubsub.integration.outbound.PubSubMessageHandler
Set the topic expression string that is evaluated into an actual expression.
setTotalTimeoutSeconds(Long) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Retry
 
setWaitForReady(boolean) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.GcpTraceProperties
 
SEVERITY_ATTRIBUTE - Static variable in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverTraceConstants
The JSON field name for the log level (severity)
SimplePubSubMessageConverter - Class in org.springframework.cloud.gcp.pubsub.support.converter
A simple PubSubMessageConverter that directly maps payloads of type byte[], ByteString, ByteBuffer, and String to Pub/Sub messages.
SimplePubSubMessageConverter() - Constructor for class org.springframework.cloud.gcp.pubsub.support.converter.SimplePubSubMessageConverter
 
SimplePubSubMessageConverter(Charset) - Constructor for class org.springframework.cloud.gcp.pubsub.support.converter.SimplePubSubMessageConverter
 
SPAN_ID_ATTRIBUTE - Static variable in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverTraceConstants
The JSON field name for the span-id
spanBytesEncoder() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration
 
spanName(<any>, Req) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.sleuth.StackdriverHttpClientParser
 
spanName(<any>, Req) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.sleuth.StackdriverHttpServerParser
 
SqlCredentialFactory - Class in org.springframework.cloud.gcp.autoconfigure.sql
Returns the credentials that are written to a system property by the Cloud SQL starter.
SqlCredentialFactory() - Constructor for class org.springframework.cloud.gcp.autoconfigure.sql.SqlCredentialFactory
 
StackdriverHttpClientParser - Class in org.springframework.cloud.gcp.autoconfigure.trace.sleuth
An HttpClientParser that fills information for Stackdriver Trace.
StackdriverHttpClientParser() - Constructor for class org.springframework.cloud.gcp.autoconfigure.trace.sleuth.StackdriverHttpClientParser
 
StackdriverHttpServerParser - Class in org.springframework.cloud.gcp.autoconfigure.trace.sleuth
An HttpServerParser that fills information for Stackdriver Trace.
StackdriverHttpServerParser() - Constructor for class org.springframework.cloud.gcp.autoconfigure.trace.sleuth.StackdriverHttpServerParser
 
StackdriverJsonLayout - Class in org.springframework.cloud.gcp.autoconfigure.logging
This class provides a JSON layout for a Logback appender compatible to the Stackdriver log format.
StackdriverJsonLayout() - Constructor for class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
creates a layout for a Logback appender compatible to the Stackdriver log format
StackdriverLoggingAutoConfiguration - Class in org.springframework.cloud.gcp.autoconfigure.logging
This class configures a Web MVC interceptor to capture trace IDs for log correlation.
StackdriverLoggingAutoConfiguration() - Constructor for class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverLoggingAutoConfiguration
 
stackdriverPropagation() - Method in class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration
 
stackdriverSender(GcpTraceProperties, ExecutorProvider) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration
 
stackdriverSleuthProperties(SleuthProperties) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration
 
StackdriverTraceAutoConfiguration - Class in org.springframework.cloud.gcp.autoconfigure.trace
 
StackdriverTraceAutoConfiguration(GcpProjectIdProvider, CredentialsProvider, GcpTraceProperties) - Constructor for class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration
 
StackdriverTraceAutoConfiguration.NonRefreshScopeProbabilityBasedSamplerConfiguration - Class in org.springframework.cloud.gcp.autoconfigure.trace
 
StackdriverTraceAutoConfiguration.RefreshScopedProbabilityBasedSamplerConfiguration - Class in org.springframework.cloud.gcp.autoconfigure.trace
 
StackdriverTraceAutoConfiguration.StackdriverTraceHttpAutoconfiguration - Class in org.springframework.cloud.gcp.autoconfigure.trace
 
StackdriverTraceConstants - Class in org.springframework.cloud.gcp.autoconfigure.logging
 
StackdriverTraceHttpAutoconfiguration() - Constructor for class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration.StackdriverTraceHttpAutoconfiguration
 
start() - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
storage(CredentialsProvider, GcpStorageProperties, GcpProjectIdProvider) - Static method in class org.springframework.cloud.gcp.autoconfigure.storage.GcpStorageAutoConfiguration
 
subscribe(String, MessageReceiver) - Method in interface org.springframework.cloud.gcp.pubsub.core.PubSubOperations
Add a callback method to an existing subscription.
subscribe(String, MessageReceiver) - Method in class org.springframework.cloud.gcp.pubsub.core.PubSubTemplate
 
Subscriber() - Constructor for class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubProperties.Subscriber
 
subscriberExecutorProvider() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
SubscriberFactory - Interface in org.springframework.cloud.gcp.pubsub.support
Interface used by the PubSubTemplate to create supporting objects for consuming messages from Pub/Sub subscriptions.
subscriberFlowControlSettings() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
subscriberRetrySettings() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
SUBSCRIPTION - Static variable in class org.springframework.cloud.gcp.pubsub.support.GcpPubSubHeaders
 
subscriptionAdminClient(TransportChannelProvider) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 

T

TIMESTAMP_NANOS_ATTRIBUTE - Static variable in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverTraceConstants
The JSON field name for the nanos of the timestamp
TIMESTAMP_SECONDS_ATTRIBUTE - Static variable in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverTraceConstants
The JSON field name for the seconds of the timestamp
toHeaders(Map<String, String>) - Method in class org.springframework.cloud.gcp.pubsub.integration.PubSubHeaderMapper
Generate headers in Message format from Map<String, String>.
toJsonMap(ILoggingEvent) - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverJsonLayout
 
TOPIC - Static variable in class org.springframework.cloud.gcp.pubsub.support.GcpPubSubHeaders
 
topicAdminClient(TopicAdminSettings) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
topicAdminSettings(TransportChannelProvider) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
toPubSubMessage(Object, Map<String, String>) - Method in class org.springframework.cloud.gcp.pubsub.support.converter.JacksonPubSubMessageConverter
 
toPubSubMessage(Object, Map<String, String>) - Method in interface org.springframework.cloud.gcp.pubsub.support.converter.PubSubMessageConverter
Create a PubsubMessage given an object for the payload and a map of headers
toPubSubMessage(Object, Map<String, String>) - Method in class org.springframework.cloud.gcp.pubsub.support.converter.SimplePubSubMessageConverter
 
toString() - Method in class org.springframework.cloud.gcp.storage.integration.GcsFileInfo
 
TRACE_ID_ATTRIBUTE - Static variable in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverTraceConstants
The JSON field name for the trace-id
traceExecutorProvider(GcpTraceProperties) - Method in class org.springframework.cloud.gcp.autoconfigure.trace.StackdriverTraceAutoConfiguration
 
TraceIdExtractor - Interface in org.springframework.cloud.gcp.autoconfigure.logging.extractors
An extractor that can provide a trace ID from an HTTP request.
traceIdExtractor() - Method in class org.springframework.cloud.gcp.autoconfigure.logging.StackdriverLoggingAutoConfiguration
 
TraceIdLoggingEnhancer - Class in org.springframework.cloud.gcp.autoconfigure.logging
Adds the trace ID to the logging entry, in its correct format to be displayed in the Logs viewer.
TraceIdLoggingEnhancer() - Constructor for class org.springframework.cloud.gcp.autoconfigure.logging.TraceIdLoggingEnhancer
 
TraceIdLoggingWebMvcInterceptor - Class in org.springframework.cloud.gcp.autoconfigure.logging
org.springframework.web.servlet.HandlerInterceptor that extracts the request trace ID from the "x-cloud-trace-context" HTTP header and stores it in a thread-local using TraceIdLoggingEnhancer.setCurrentTraceId(java.lang.String).
TraceIdLoggingWebMvcInterceptor(TraceIdExtractor) - Constructor for class org.springframework.cloud.gcp.autoconfigure.logging.TraceIdLoggingWebMvcInterceptor
 
TRACKING_HEADER_PROJECT_VERSION - Static variable in class org.springframework.cloud.gcp.core.UsageTrackingHeaderProvider
 
transportChannelProvider() - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubAutoConfiguration
 
transportChannelProvider(GcpPubSubProperties) - Method in class org.springframework.cloud.gcp.autoconfigure.pubsub.GcpPubSubEmulatorConfiguration
 

U

UsageTrackingHeaderProvider - Class in org.springframework.cloud.gcp.core
Provides the User-Agent header to signal to the Google Cloud Client Libraries that requests originate from a Spring Integration.
UsageTrackingHeaderProvider(Class) - Constructor for class org.springframework.cloud.gcp.core.UsageTrackingHeaderProvider
 

V

valueOf(String) - Static method in enum org.springframework.cloud.gcp.autoconfigure.sql.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.gcp.core.GcpScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.gcp.pubsub.integration.AckMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.gcp.autoconfigure.sql.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.gcp.core.GcpScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.gcp.pubsub.integration.AckMode
Returns an array containing the constants of this enum type, in the order they are declared.
VCAP_SERVICES_ENVVAR - Static variable in class org.springframework.cloud.gcp.autoconfigure.core.cloudfoundry.GcpCloudFoundryEnvironmentPostProcessor
 

W

write(InputStream, String) - Method in class org.springframework.cloud.gcp.storage.integration.GcsSession
 

X

X_CLOUD_TRACE_HEADER - Static variable in class org.springframework.cloud.gcp.autoconfigure.logging.extractors.XCloudTraceIdExtractor
 
XCloudTraceIdExtractor - Class in org.springframework.cloud.gcp.autoconfigure.logging.extractors
Extracts trace IDs from HTTP requests using the x-cloud-trace-context header.
XCloudTraceIdExtractor() - Constructor for class org.springframework.cloud.gcp.autoconfigure.logging.extractors.XCloudTraceIdExtractor
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.