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, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface io.micronaut.starter.feature.Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface io.micronaut.starter.feature.function.gcp.GcpCloudFeature
getCloudMethods 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:
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
-