Class GuestPolicies.SoftwareRecipe.Step.InstallRpm (2.17.0)

public static final class GuestPolicies.SoftwareRecipe.Step.InstallRpm extends GeneratedMessageV3 implements GuestPolicies.SoftwareRecipe.Step.InstallRpmOrBuilder

Installs an rpm file via the rpm utility.

Protobuf type google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallRpm

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GuestPolicies.SoftwareRecipe.Step.InstallRpm

Static Fields

ARTIFACT_ID_FIELD_NUMBER

public static final int ARTIFACT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GuestPolicies.SoftwareRecipe.Step.InstallRpm getDefaultInstance()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallRpm

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GuestPolicies.SoftwareRecipe.Step.InstallRpm.Builder newBuilder()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallRpm.Builder

newBuilder(GuestPolicies.SoftwareRecipe.Step.InstallRpm prototype)

public static GuestPolicies.SoftwareRecipe.Step.InstallRpm.Builder newBuilder(GuestPolicies.SoftwareRecipe.Step.InstallRpm prototype)
Parameter
NameDescription
prototypeGuestPolicies.SoftwareRecipe.Step.InstallRpm
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallRpm.Builder

parseDelimitedFrom(InputStream input)

public static GuestPolicies.SoftwareRecipe.Step.InstallRpm parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallRpm
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestPolicies.SoftwareRecipe.Step.InstallRpm parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallRpm
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GuestPolicies.SoftwareRecipe.Step.InstallRpm parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallRpm
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GuestPolicies.SoftwareRecipe.Step.InstallRpm parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallRpm
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GuestPolicies.SoftwareRecipe.Step.InstallRpm parseFrom(ByteString data)