Package | Description |
---|---|
org.jclouds.googlecloudstorage.domain | |
org.jclouds.googlecloudstorage.domain.templates |
Modifier and Type | Method and Description |
---|---|
static DomainResourceReferences.Location |
DomainResourceReferences.Location.fromValue(String location) |
abstract DomainResourceReferences.Location |
Bucket.location() |
static DomainResourceReferences.Location |
DomainResourceReferences.Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainResourceReferences.Location[] |
DomainResourceReferences.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Bucket |
Bucket.create(String id,
String name,
Long projectNumber,
Date timeCreated,
Long metageneration,
List<BucketAccessControls> acl,
List<ObjectAccessControls> defaultObjectAcl,
Owner owner,
DomainResourceReferences.Location location,
Bucket.Website website,
Bucket.Logging logging,
Bucket.Versioning versioning,
List<Bucket.Cors> cors,
Bucket.LifeCycle lifeCycle,
DomainResourceReferences.StorageClass storageClass) |
Modifier and Type | Method and Description |
---|---|
DomainResourceReferences.Location |
BucketTemplate.location() |
Modifier and Type | Method and Description |
---|---|
BucketTemplate |
BucketTemplate.location(DomainResourceReferences.Location location) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.