Class ObjectStorageGcp
java.lang.Object
io.micronaut.starter.feature.objectstorage.ObjectStorageGcp
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, CloudFeature, GcpCloudFeature, CloudObjectStorageFeature, ObjectStorageFeature
@Requires(property="micronaut.starter.feature.object.storage.gcp.enabled",
value="true",
defaultValue="true")
@Singleton
public class ObjectStorageGcp
extends Object
implements CloudObjectStorageFeature, GcpCloudFeature
Google Cloud implementation of
ObjectStorageFeature.- Since:
- 3.7.0
- Author:
- Álvaro Sánchez-Mariscal
-
Field Summary
Fields inherited from interface ObjectStorageFeature
PREAMBLEFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloudObjectStorageFeature
getCategoryMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface GcpCloudFeature
getCloudMethods inherited from interface ObjectStorageFeature
apply, getDescription, getMicronautDocumentation, getName, getTitle, supports
-
Constructor Details
-
ObjectStorageGcp
public ObjectStorageGcp()
-
-
Method Details
-
getCloudProvider
- Specified by:
getCloudProviderin interfaceObjectStorageFeature- Returns:
- the concrete cloud provider in its natural name (eg: "Oracle Cloud").
-
getThirdPartyDocumentation
- Specified by:
getThirdPartyDocumentationin interfaceFeature- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-