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