Package | Description |
---|---|
org.jclouds.googlecloudstorage.domain | |
org.jclouds.googlecloudstorage.domain.templates |
Modifier and Type | Method and Description |
---|---|
static Owner |
Owner.create(String entity,
String entityId) |
abstract Owner |
GoogleCloudStorageObject.owner() |
abstract Owner |
Bucket.owner() |
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) |
static GoogleCloudStorageObject |
GoogleCloudStorageObject.create(String id,
URI selfLink,
String etag,
String name,
String bucket,
long generation,
long metageneration,
String contentType,
Date updated,
Date timeDeleted,
DomainResourceReferences.StorageClass storageClass,
long size,
String md5Hash,
URI mediaLink,
Map<String,String> metadata,
String contentEncoding,
String contentDisposition,
String contentLanguage,
String cacheControl,
List<ObjectAccessControls> acl,
Owner owner,
String crc32c,
Integer componentCount) |
Modifier and Type | Method and Description |
---|---|
Owner |
BucketTemplate.owner() |
Modifier and Type | Method and Description |
---|---|
BucketTemplate |
BucketTemplate.owner(Owner owner) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.