public static final class PostPolicyV4.PostFieldsV4 extends Object
PostPolicyV4 objects. Used in: Storage.generateSignedPostPolicyV4(BlobInfo, long, TimeUnit, PostPolicyV4.PostFieldsV4,
PostPolicyV4.PostConditionsV4, Storage.PostPolicyV4Option...).| Modifier and Type | Class and Description |
|---|---|
static class |
PostPolicyV4.PostFieldsV4.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getFieldsMap() |
static PostPolicyV4.PostFieldsV4.Builder |
newBuilder() |
static PostPolicyV4.PostFieldsV4 |
of(Map<String,String> fields)
Constructs
PostPolicyV4.PostFieldsV4 object of the given field map. |
public static PostPolicyV4.PostFieldsV4 of(Map<String,String> fields)
PostPolicyV4.PostFieldsV4 object of the given field map.fields - a map of the HTML form fieldsIllegalArgumentException - if an unsupported field is specifiedpublic static PostPolicyV4.PostFieldsV4.Builder newBuilder()
Copyright © 2021 Google LLC. All rights reserved.