public class UpdateObjectOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
UpdateObjectOptions.Builder |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
UpdateObjectOptions() |
Modifier and Type | Method and Description |
---|---|
UpdateObjectOptions |
generation(Long generation) |
UpdateObjectOptions |
ifGenerationMatch(Long ifGenerationMatch) |
UpdateObjectOptions |
ifGenerationNotMatch(Long ifGenerationNotMatch) |
UpdateObjectOptions |
ifMetagenerationMatch(Long ifMetagenerationMatch) |
UpdateObjectOptions |
ifMetagenerationNotMatch(Long ifMetagenerationNotMatch) |
UpdateObjectOptions |
predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl) |
UpdateObjectOptions |
projection(DomainResourceReferences.Projection projection) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public UpdateObjectOptions ifGenerationMatch(Long ifGenerationMatch)
public UpdateObjectOptions ifGenerationNotMatch(Long ifGenerationNotMatch)
public UpdateObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
public UpdateObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public UpdateObjectOptions generation(Long generation)
public UpdateObjectOptions predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
public UpdateObjectOptions projection(DomainResourceReferences.Projection projection)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.