Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ArchiveType.
Type of archive.
Protobuf type google.cloud.osconfig.v1.OSPolicy.Resource.RepositoryResource.AptRepository.ArchiveType
Namespace
Google \ Cloud \ OsConfig \ V1 \ OSPolicy \ Resource \ RepositoryResource \ AptRepositoryMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ARCHIVE_TYPE_UNSPECIFIED
Value: 0
Unspecified is invalid.
Generated from protobuf enum ARCHIVE_TYPE_UNSPECIFIED = 0;
DEB
Value: 1
Deb indicates that the archive contains binary files.
Generated from protobuf enum DEB = 1;
DEB_SRC
Value: 2
Deb-src indicates that the archive contains source files.
Generated from protobuf enum DEB_SRC = 2;