Uses of Class
com.google.cloud.storage.Cors.Origin
Packages that use Cors.Origin
-
Uses of Cors.Origin in com.google.cloud.storage
Methods in com.google.cloud.storage that return Cors.OriginModifier and TypeMethodDescriptionstatic Cors.OriginCors.Origin.any()Returns anOriginobject for all possible origins.static Cors.OriginCreates anOriginobject for the provided value.static Cors.OriginReturns anOriginobject for the given scheme, host and port.Methods in com.google.cloud.storage that return types with arguments of type Cors.OriginModifier and TypeMethodDescriptionCors.getOrigins()Returns the origins in this CORS configuration.Method parameters in com.google.cloud.storage with type arguments of type Cors.OriginModifier and TypeMethodDescriptionCors.Builder.setOrigins(Iterable<Cors.Origin> origins) Sets the origins for this CORS configuration.