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
,ObjectStorageFeature
@Singleton
public class ObjectStorageGcp
extends Object
implements ObjectStorageFeature, GcpCloudFeature
Google Cloud implementation of
ObjectStorageFeature
.- Since:
- 3.7.0
- Author:
- Álvaro Sánchez-Mariscal
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.function.gcp.GcpCloudFeature
getCloud
Methods inherited from interface io.micronaut.starter.feature.objectstorage.ObjectStorageFeature
apply, getCategory, getDescription, getMicronautDocumentation, getName, getTitle, supports
-
Constructor Details
-
ObjectStorageGcp
public ObjectStorageGcp()
-
-
Method Details
-
getCloudProvider
- Specified by:
getCloudProvider
in interfaceObjectStorageFeature
- Returns:
- the concrete cloud provider in its natural name (eg: "Oracle Cloud").
-
getThirdPartyDocumentation
- Specified by:
getThirdPartyDocumentation
in interfaceFeature
- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-