Class GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder (2.85.0)

public static final class GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder extends GeneratedMessage.Builder<GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder> implements GuestPolicies.SoftwareRecipe.Step.InstallMsiOrBuilder

Installs an MSI file.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllAllowedExitCodes(Iterable<? extends Integer> values)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder addAllAllowedExitCodes(Iterable<? extends Integer> values)

Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]

repeated int32 allowed_exit_codes = 3;

Parameter
Name Description
values Iterable<? extends java.lang.Integer>

The allowedExitCodes to add.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

addAllFlags(Iterable<String> values)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder addAllFlags(Iterable<String> values)

The flags to use when installing the MSI defaults to ["/i"] (i.e. the install flag).

repeated string flags = 2;

Parameter
Name Description
values Iterable<String>

The flags to add.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

addAllowedExitCodes(int value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder addAllowedExitCodes(int value)

Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]

repeated int32 allowed_exit_codes = 3;

Parameter
Name Description
value int

The allowedExitCodes to add.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

addFlags(String value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder addFlags(String value)

The flags to use when installing the MSI defaults to ["/i"] (i.e. the install flag).

repeated string flags = 2;

Parameter
Name Description
value String

The flags to add.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

addFlagsBytes(ByteString value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder addFlagsBytes(ByteString value)

The flags to use when installing the MSI defaults to ["/i"] (i.e. the install flag).

repeated string flags = 2;

Parameter
Name Description
value ByteString

The bytes of the flags to add.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

build()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi build()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi

buildPartial()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi buildPartial()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi

clear()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clear()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides

clearAllowedExitCodes()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clearAllowedExitCodes()

Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]

repeated int32 allowed_exit_codes = 3;

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

clearArtifactId()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clearArtifactId()

Required. The id of the relevant artifact in the recipe.

string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

clearFlags()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clearFlags()

The flags to use when installing the MSI defaults to ["/i"] (i.e. the install flag).

repeated string flags = 2;

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

getAllowedExitCodes(int index)

public int getAllowedExitCodes(int index)

Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]

repeated int32 allowed_exit_codes = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The allowedExitCodes at the given index.

getAllowedExitCodesCount()

public int getAllowedExitCodesCount()

Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]

repeated int32 allowed_exit_codes = 3;

Returns
Type Description
int

The count of allowedExitCodes.

getAllowedExitCodesList()

public List<Integer> getAllowedExitCodesList()

Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]

repeated int32 allowed_exit_codes = 3;

Returns
Type Description
List<Integer>

A list containing the allowedExitCodes.

getArtifactId()

public String getArtifactId()

Required. The id of the relevant artifact in the recipe.

string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The artifactId.

getArtifactIdBytes()

public ByteString getArtifactIdBytes()

Required. The id of the relevant artifact in the recipe.

string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for artifactId.

getDefaultInstanceForType()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi getDefaultInstanceForType()
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFlags(int index)

public String getFlags(int index)

The flags to use when installing the MSI defaults to ["/i"] (i.e. the install flag).

repeated string flags = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The flags at the given index.

getFlagsBytes(int index)

public ByteString getFlagsBytes(int index)

The flags to use when installing the MSI defaults to ["/i"] (i.e. the install flag).

repeated string flags = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the flags at the given index.

getFlagsCount()

public int getFlagsCount()

The flags to use when installing the MSI defaults to ["/i"] (i.e. the install flag).

repeated string flags = 2;

Returns
Type Description
int

The count of flags.

getFlagsList()

public ProtocolStringList getFlagsList()

The flags to use when installing the MSI defaults to ["/i"] (i.e. the install flag).

repeated string flags = 2;

Returns
Type Description
ProtocolStringList

A list containing the flags.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GuestPolicies.SoftwareRecipe.Step.InstallMsi other)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeFrom(GuestPolicies.SoftwareRecipe.Step.InstallMsi other)
Parameter
Name Description
other GuestPolicies.SoftwareRecipe.Step.InstallMsi
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides

setAllowedExitCodes(int index, int value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder setAllowedExitCodes(int index, int value)

Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]

repeated int32 allowed_exit_codes = 3;

Parameters
Name Description
index int

The index to set the value at.

value int

The allowedExitCodes to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

setArtifactId(String value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder setArtifactId(String value)

Required. The id of the relevant artifact in the recipe.

string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The artifactId to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

setArtifactIdBytes(ByteString value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder setArtifactIdBytes(ByteString value)

Required. The id of the relevant artifact in the recipe.

string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for artifactId to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

setFlags(int index, String value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder setFlags(int index, String value)

The flags to use when installing the MSI defaults to ["/i"] (i.e. the install flag).

repeated string flags = 2;

Parameters
Name Description
index int

The index to set the value at.

value String

The flags to set.

Returns
Type Description
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.