Google Cloud OsConfig V1 Client - Class ArchiveType (1.1.1)

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 \ AptRepository

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;