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

public static final class GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder extends GeneratedMessageV3.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
TypeDescription
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
NameDescription
valuesIterable<? extends java.lang.Integer>

The allowedExitCodes to add.

Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The flags to add.

Returns
TypeDescription
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
NameDescription
valueint

The allowedExitCodes to add.

Returns
TypeDescription
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
NameDescription
valueString

The flags to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the flags to add.

Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides

build()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi build()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi

buildPartial()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi buildPartial()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi

clear()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides

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
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides

clone()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clone()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for artifactId.

getDefaultInstanceForType()

public GuestPolicies.SoftwareRecipe.Step.InstallMsi getDefaultInstanceForType()
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ProtocolStringList

A list containing the flags.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GuestPolicies.SoftwareRecipe.Step.InstallMsi other)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeFrom(GuestPolicies.SoftwareRecipe.Step.InstallMsi other)
Parameter
NameDescription
otherGuestPolicies.SoftwareRecipe.Step.InstallMsi
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueint

The allowedExitCodes to set.

Returns
TypeDescription
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
NameDescription
valueString

The artifactId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for artifactId to set.

Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides

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
NameDescription
indexint

The index to set the value at.

valueString

The flags to set.

Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder
Overrides