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