Google Cloud Storage Transfer V1 Client - Class AuthMethod (1.0.6)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class AuthMethod.

The authentication and authorization method used by the storage service.

Protobuf type google.storagetransfer.v1.S3CompatibleMetadata.AuthMethod

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

AUTH_METHOD_UNSPECIFIED

Value: 0

AuthMethod is not specified.

Generated from protobuf enum AUTH_METHOD_UNSPECIFIED = 0;

AUTH_METHOD_AWS_SIGNATURE_V4

Value: 1

Auth requests with AWS SigV4.

Generated from protobuf enum AUTH_METHOD_AWS_SIGNATURE_V4 = 1;

AUTH_METHOD_AWS_SIGNATURE_V2

Value: 2

Auth requests with AWS SigV2.

Generated from protobuf enum AUTH_METHOD_AWS_SIGNATURE_V2 = 2;