Uses of Class
org.jclouds.googlecloudstorage.options.UpdateObjectOptions
Packages that use UpdateObjectOptions
-
Uses of UpdateObjectOptions in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type UpdateObjectOptionsModifier and TypeMethodDescriptionObjectApi.patchObject
(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options) Updates an object according to patch semanticsObjectApi.updateObject
(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options) Updates an object -
Uses of UpdateObjectOptions in org.jclouds.googlecloudstorage.options
Methods in org.jclouds.googlecloudstorage.options that return UpdateObjectOptionsModifier and TypeMethodDescriptionUpdateObjectOptions.Builder.generation
(Long generation) UpdateObjectOptions.generation
(Long generation) UpdateObjectOptions.Builder.ifGenerationMatch
(Long ifGenerationMatch) UpdateObjectOptions.ifGenerationMatch
(Long ifGenerationMatch) UpdateObjectOptions.Builder.ifGenerationNotMatch
(Long ifGenerationNotMatch) UpdateObjectOptions.ifGenerationNotMatch
(Long ifGenerationNotMatch) UpdateObjectOptions.Builder.ifMetagenerationMatch
(Long ifMetagenerationMatch) UpdateObjectOptions.ifMetagenerationMatch
(Long ifMetagenerationMatch) UpdateObjectOptions.Builder.ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) UpdateObjectOptions.ifMetagenerationNotMatch
(Long ifMetagenerationNotMatch) UpdateObjectOptions.Builder.predefinedAcl
(DomainResourceReferences.PredefinedAcl predefinedAcl) UpdateObjectOptions.predefinedAcl
(DomainResourceReferences.PredefinedAcl predefinedAcl) CopyObjectOptions.Builder.projection
(DomainResourceReferences.Projection projection) UpdateObjectOptions.projection
(DomainResourceReferences.Projection projection)