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 GetObjectOptionsgeneration(Long generation)GetObjectOptionsifGenerationMatch(Long ifGenerationMatch)GetObjectOptionsifGenerationNotMatch(Long ifGenerationNotMatch)GetObjectOptionsifMetagenerationMatch(Long ifMetagenerationMatch)GetObjectOptionsifMetagenerationNotMatch(Long ifMetagenerationNotMatch)GetObjectOptionsprojection(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)
-
-