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