Class OSPolicy.Resource.PackageResource.MSI.Builder (2.39.0)

public static final class OSPolicy.Resource.PackageResource.MSI.Builder extends GeneratedMessageV3.Builder<OSPolicy.Resource.PackageResource.MSI.Builder> implements OSPolicy.Resource.PackageResource.MSIOrBuilder

An MSI package. MSI packages only support INSTALLED state.

Protobuf type google.cloud.osconfig.v1alpha.OSPolicy.Resource.PackageResource.MSI

Static Methods

getDescriptor()

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

Methods

addAllProperties(Iterable<String> values)

public OSPolicy.Resource.PackageResource.MSI.Builder addAllProperties(Iterable<String> values)

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

repeated string properties = 2;

Parameter
NameDescription
valuesIterable<String>

The properties to add.

Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

This builder for chaining.

addProperties(String value)

public OSPolicy.Resource.PackageResource.MSI.Builder addProperties(String value)

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

repeated string properties = 2;

Parameter
NameDescription
valueString

The properties to add.

Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

This builder for chaining.

addPropertiesBytes(ByteString value)

public OSPolicy.Resource.PackageResource.MSI.Builder addPropertiesBytes(ByteString value)

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

repeated string properties = 2;

Parameter
NameDescription
valueByteString

The bytes of the properties to add.

Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OSPolicy.Resource.PackageResource.MSI.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides

build()

public OSPolicy.Resource.PackageResource.MSI build()
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI

buildPartial()

public OSPolicy.Resource.PackageResource.MSI buildPartial()
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI

clear()

public OSPolicy.Resource.PackageResource.MSI.Builder clear()
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public OSPolicy.Resource.PackageResource.MSI.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public OSPolicy.Resource.PackageResource.MSI.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides

clearProperties()

public OSPolicy.Resource.PackageResource.MSI.Builder clearProperties()

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

repeated string properties = 2;

Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

This builder for chaining.

clearSource()

public OSPolicy.Resource.PackageResource.MSI.Builder clearSource()

Required. The MSI package.

.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

clone()

public OSPolicy.Resource.PackageResource.MSI.Builder clone()
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides

getDefaultInstanceForType()

public OSPolicy.Resource.PackageResource.MSI getDefaultInstanceForType()
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getProperties(int index)

public String getProperties(int index)

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

repeated string properties = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The properties at the given index.

getPropertiesBytes(int index)

public ByteString getPropertiesBytes(int index)

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

repeated string properties = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the properties at the given index.

getPropertiesCount()

public int getPropertiesCount()

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

repeated string properties = 2;

Returns
TypeDescription
int

The count of properties.

getPropertiesList()

public ProtocolStringList getPropertiesList()

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

repeated string properties = 2;

Returns
TypeDescription
ProtocolStringList

A list containing the properties.

getSource()

public OSPolicy.Resource.File getSource()

Required. The MSI package.

.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OSPolicy.Resource.File

The source.

getSourceBuilder()

public OSPolicy.Resource.File.Builder getSourceBuilder()

Required. The MSI package.

.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OSPolicy.Resource.File.Builder

getSourceOrBuilder()

public OSPolicy.Resource.FileOrBuilder getSourceOrBuilder()

Required. The MSI package.

.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OSPolicy.Resource.FileOrBuilder

hasSource()

public boolean hasSource()

Required. The MSI package.

.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the source field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(OSPolicy.Resource.PackageResource.MSI other)

public OSPolicy.Resource.PackageResource.MSI.Builder mergeFrom(OSPolicy.Resource.PackageResource.MSI other)
Parameter
NameDescription
otherOSPolicy.Resource.PackageResource.MSI
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OSPolicy.Resource.PackageResource.MSI.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public OSPolicy.Resource.PackageResource.MSI.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides

mergeSource(OSPolicy.Resource.File value)

public OSPolicy.Resource.PackageResource.MSI.Builder mergeSource(OSPolicy.Resource.File value)

Required. The MSI package.

.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueOSPolicy.Resource.File
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicy.Resource.PackageResource.MSI.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public OSPolicy.Resource.PackageResource.MSI.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides

setProperties(int index, String value)

public OSPolicy.Resource.PackageResource.MSI.Builder setProperties(int index, String value)

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

repeated string properties = 2;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The properties to set.

Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

This builder for chaining.

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

public OSPolicy.Resource.PackageResource.MSI.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides

setSource(OSPolicy.Resource.File value)

public OSPolicy.Resource.PackageResource.MSI.Builder setSource(OSPolicy.Resource.File value)

Required. The MSI package.

.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueOSPolicy.Resource.File
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

setSource(OSPolicy.Resource.File.Builder builderForValue)

public OSPolicy.Resource.PackageResource.MSI.Builder setSource(OSPolicy.Resource.File.Builder builderForValue)

Required. The MSI package.

.google.cloud.osconfig.v1alpha.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueOSPolicy.Resource.File.Builder
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicy.Resource.PackageResource.MSI.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
OSPolicy.Resource.PackageResource.MSI.Builder
Overrides