public static interface OSPolicy.Resource.PackageResource.MSIOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProperties(int index)
Additional properties to use during installation.
|
com.google.protobuf.ByteString |
getPropertiesBytes(int index)
Additional properties to use during installation.
|
int |
getPropertiesCount()
Additional properties to use during installation.
|
List<String> |
getPropertiesList()
Additional properties to use during installation.
|
OSPolicy.Resource.File |
getSource()
Required.
|
OSPolicy.Resource.FileOrBuilder |
getSourceOrBuilder()
Required.
|
boolean |
hasSource()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSource()
Required. The MSI package.
.google.cloud.osconfig.v1.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];
OSPolicy.Resource.File getSource()
Required. The MSI package.
.google.cloud.osconfig.v1.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];
OSPolicy.Resource.FileOrBuilder getSourceOrBuilder()
Required. The MSI package.
.google.cloud.osconfig.v1.OSPolicy.Resource.File source = 1 [(.google.api.field_behavior) = REQUIRED];
List<String> 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;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;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;index - The index of the element to return.com.google.protobuf.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;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.