Class GetBucketOptions.Builder
- java.lang.Object
-
- org.jclouds.googlecloudstorage.options.GetBucketOptions.Builder
-
- Enclosing class:
- GetBucketOptions
public static class GetBucketOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetBucketOptions
ifMetagenerationMatch(Long ifMetagenerationMatch)
GetBucketOptions
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
GetBucketOptions
projection(DomainResourceReferences.Projection projection)
-
-
-
Method Detail
-
ifMetagenerationMatch
public GetBucketOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
-
ifMetagenerationNotMatch
public GetBucketOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
-
projection
public GetBucketOptions projection(DomainResourceReferences.Projection projection)
-
-