| Modifier and Type | Method and Description |
|---|---|
AWSV4Signature |
AWSV4Signature.Builder.build() |
AWSV4Signature |
AWSV4Signature.Builder.buildPartial() |
AWSV4Signature |
SecuritySettingsOrBuilder.getAwsV4Authentication()
The configuration needed to generate a signature for access to private storage buckets that support AWS's Signature Version 4 for authentication.
|
AWSV4Signature |
SecuritySettings.getAwsV4Authentication()
The configuration needed to generate a signature for access to private storage buckets that support AWS's Signature Version 4 for authentication.
|
AWSV4Signature |
SecuritySettings.Builder.getAwsV4Authentication()
The configuration needed to generate a signature for access to private storage buckets that support AWS's Signature Version 4 for authentication.
|
static AWSV4Signature |
AWSV4Signature.getDefaultInstance() |
AWSV4Signature |
AWSV4Signature.getDefaultInstanceForType() |
AWSV4Signature |
AWSV4Signature.Builder.getDefaultInstanceForType() |
static AWSV4Signature |
AWSV4Signature.parseDelimitedFrom(InputStream input) |
static AWSV4Signature |
AWSV4Signature.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AWSV4Signature |
AWSV4Signature.parseFrom(byte[] data) |
static AWSV4Signature |
AWSV4Signature.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AWSV4Signature |
AWSV4Signature.parseFrom(ByteBuffer data) |
static AWSV4Signature |
AWSV4Signature.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AWSV4Signature |
AWSV4Signature.parseFrom(com.google.protobuf.ByteString data) |
static AWSV4Signature |
AWSV4Signature.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AWSV4Signature |
AWSV4Signature.parseFrom(com.google.protobuf.CodedInputStream input) |
static AWSV4Signature |
AWSV4Signature.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AWSV4Signature |
AWSV4Signature.parseFrom(InputStream input) |
static AWSV4Signature |
AWSV4Signature.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AWSV4Signature> |
AWSV4Signature.getParserForType() |
static com.google.protobuf.Parser<AWSV4Signature> |
AWSV4Signature.parser() |
| Modifier and Type | Method and Description |
|---|---|
SecuritySettings.Builder |
SecuritySettings.Builder.mergeAwsV4Authentication(AWSV4Signature value)
The configuration needed to generate a signature for access to private storage buckets that support AWS's Signature Version 4 for authentication.
|
AWSV4Signature.Builder |
AWSV4Signature.Builder.mergeFrom(AWSV4Signature other) |
static AWSV4Signature.Builder |
AWSV4Signature.newBuilder(AWSV4Signature prototype) |
SecuritySettings.Builder |
SecuritySettings.Builder.setAwsV4Authentication(AWSV4Signature value)
The configuration needed to generate a signature for access to private storage buckets that support AWS's Signature Version 4 for authentication.
|
Copyright © 2025 Google LLC. All rights reserved.