- 2.80.0 (latest)
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.72.0
 - 2.70.0
 - 2.69.0
 - 2.66.0
 - 2.65.0
 - 2.64.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.6
 - 2.4.3
 - 2.3.2
 
public static final class GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder extends GeneratedMessageV3.Builder<GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder> implements GuestPolicies.SoftwareRecipe.Step.InstallMsiOrBuilderInstalls an MSI file.
 Protobuf type google.cloud.osconfig.v1beta.SoftwareRecipe.Step.InstallMsi
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GuestPolicies.SoftwareRecipe.Step.InstallMsi.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| 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;
| Name | Description | 
| values | Iterable<? extends java.lang.Integer>The allowedExitCodes to add.  | 
      
| 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;
| Name | Description | 
| values | Iterable<String>The flags to add.  | 
      
| 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;
| Name | Description | 
| value | intThe allowedExitCodes to add.  | 
      
| 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;
| Name | Description | 
| value | StringThe flags to add.  | 
      
| 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;
| Name | Description | 
| value | ByteStringThe bytes of the flags to add.  | 
      
| Type | Description | 
| 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)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
build()
public GuestPolicies.SoftwareRecipe.Step.InstallMsi build()| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi | 
buildPartial()
public GuestPolicies.SoftwareRecipe.Step.InstallMsi buildPartial()| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi | 
clear()
public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clear()| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
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;
| 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];
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
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;
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
clone()
public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder clone()| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
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;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| 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;
| 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];
| 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];
| Type | Description | 
| ByteString | The bytes for artifactId.  | 
      
getDefaultInstanceForType()
public GuestPolicies.SoftwareRecipe.Step.InstallMsi getDefaultInstanceForType()| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
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;
| Name | Description | 
| index | intThe index of the element to return.  | 
      
| 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;
| Name | Description | 
| index | intThe index of the value to return.  | 
      
| 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;
| 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;
| Type | Description | 
| ProtocolStringList | A list containing the flags.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(GuestPolicies.SoftwareRecipe.Step.InstallMsi other)
public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeFrom(GuestPolicies.SoftwareRecipe.Step.InstallMsi other)| Name | Description | 
| other | GuestPolicies.SoftwareRecipe.Step.InstallMsi | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
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;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | intThe allowedExitCodes to set.  | 
      
| 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];
| Name | Description | 
| value | StringThe artifactId to set.  | 
      
| 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];
| Name | Description | 
| value | ByteStringThe bytes for artifactId to set.  | 
      
| Type | Description | 
| 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)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
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;
| Name | Description | 
| index | intThe index to set the value at.  | 
      
| value | StringThe flags to set.  | 
      
| Type | Description | 
| 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)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| GuestPolicies.SoftwareRecipe.Step.InstallMsi.Builder |