SoftwareInfo.SecurityPatchInfo

public abstract class SoftwareInfo.SecurityPatchInfo


Bir bileşenin güvenlik yaması seviyesi hakkında bilgiler.

Özet

İç içe yerleştirilmiş türler

SoftwareInfo.SecurityPatchInfo için derleyiciler.

Güvenlik yaması seviyesi için bileşen türleri.

Güvenlik yaması seviyesi hakkında bilgi.

SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel için derleyiciler.

Güvenlik yamasının sürüm bilgileri.

SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.SecurityPatchVersion için derleyiciler.

Güvenlik yaması seviyesi değeri.

Olası SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel.ValueCase türü.

Herkese açık yöntemler

static SoftwareInfo.SecurityPatchInfo.Builder
abstract SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

Güvenlik yamasının bileşeni.

Metadata

Bileşenle ilgili meta veriler.

static SoftwareInfo.SecurityPatchInfo
abstract ImmutableList<SoftwareInfo.SecurityPatchInfo.SecurityPatchLevel>

Güvenlik yaması seviyesi bilgileri.

Metadata

Güvenlik yaması seviyesiyle ilgili meta veriler.

boolean

componentMetadata ayarlanmışsa true değerini döndürür.

boolean

securityPatchLevelMetadata ayarlanmışsa true değerini döndürür.

abstract SoftwareInfo.SecurityPatchInfo.Builder

Herkese açık yöntemler

derleyici

public static SoftwareInfo.SecurityPatchInfo.Builder builder()

getComponent

public abstract SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent getComponent()

Güvenlik yamasının bileşeni.

getComponentMetadata

public Metadata getComponentMetadata()

Bileşenle ilgili meta veriler.

getDefaultInstance

public static SoftwareInfo.SecurityPatchInfo getDefaultInstance()

getSecurityPatchLevel

public abstract ImmutableList<SoftwareInfo.SecurityPatchInfo.SecurityPatchLevelgetSecurityPatchLevel()

Güvenlik yaması seviyesi bilgileri.

getSecurityPatchLevelMetadata

public Metadata getSecurityPatchLevelMetadata()

Güvenlik yaması seviyesiyle ilgili meta veriler.

hasComponentMetadata

public boolean hasComponentMetadata()

componentMetadata ayarlanmışsa true değerini döndürür.

hasSecurityPatchLevelMetadata

public boolean hasSecurityPatchLevelMetadata()

securityPatchLevelMetadata ayarlanmışsa true değerini döndürür.

toBuilder

public abstract SoftwareInfo.SecurityPatchInfo.Builder toBuilder()