- 2.61.0 (latest)
- 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.EffectiveGuestPolicy.Builder extends GeneratedMessageV3.Builder<GuestPolicies.EffectiveGuestPolicy.Builder> implements GuestPolicies.EffectiveGuestPolicyOrBuilder
The effective guest policy that applies to a VM instance.
Protobuf type google.cloud.osconfig.v1beta.EffectiveGuestPolicy
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GuestPolicies.EffectiveGuestPolicy.BuilderImplements
GuestPolicies.EffectiveGuestPolicyOrBuilderInherited Members
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllPackageRepositories(Iterable<? extends GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository> values)
public GuestPolicies.EffectiveGuestPolicy.Builder addAllPackageRepositories(Iterable<? extends GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository> values)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
values | Iterable<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository> |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addAllPackages(Iterable<? extends GuestPolicies.EffectiveGuestPolicy.SourcedPackage> values)
public GuestPolicies.EffectiveGuestPolicy.Builder addAllPackages(Iterable<? extends GuestPolicies.EffectiveGuestPolicy.SourcedPackage> values)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedPackage> |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addAllSoftwareRecipes(Iterable<? extends GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe> values)
public GuestPolicies.EffectiveGuestPolicy.Builder addAllSoftwareRecipes(Iterable<? extends GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe> values)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
values | Iterable<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe> |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addPackageRepositories(GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository value)
public GuestPolicies.EffectiveGuestPolicy.Builder addPackageRepositories(GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository value)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
value | GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addPackageRepositories(GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder builderForValue)
public GuestPolicies.EffectiveGuestPolicy.Builder addPackageRepositories(GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder builderForValue)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
builderForValue | GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addPackageRepositories(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository value)
public GuestPolicies.EffectiveGuestPolicy.Builder addPackageRepositories(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository value)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
index | int |
value | GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addPackageRepositories(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder builderForValue)
public GuestPolicies.EffectiveGuestPolicy.Builder addPackageRepositories(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder builderForValue)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
index | int |
builderForValue | GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addPackageRepositoriesBuilder()
public GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder addPackageRepositoriesBuilder()
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
addPackageRepositoriesBuilder(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder addPackageRepositoriesBuilder(int index)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
index | int |
addPackages(GuestPolicies.EffectiveGuestPolicy.SourcedPackage value)
public GuestPolicies.EffectiveGuestPolicy.Builder addPackages(GuestPolicies.EffectiveGuestPolicy.SourcedPackage value)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
value | GuestPolicies.EffectiveGuestPolicy.SourcedPackage |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addPackages(GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder builderForValue)
public GuestPolicies.EffectiveGuestPolicy.Builder addPackages(GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder builderForValue)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
builderForValue | GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addPackages(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackage value)
public GuestPolicies.EffectiveGuestPolicy.Builder addPackages(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackage value)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
index | int |
value | GuestPolicies.EffectiveGuestPolicy.SourcedPackage |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addPackages(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder builderForValue)
public GuestPolicies.EffectiveGuestPolicy.Builder addPackages(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder builderForValue)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
index | int |
builderForValue | GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addPackagesBuilder()
public GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder addPackagesBuilder()
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Type | Description |
GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder |
addPackagesBuilder(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder addPackagesBuilder(int index)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
index | int |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GuestPolicies.EffectiveGuestPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addSoftwareRecipes(GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe value)
public GuestPolicies.EffectiveGuestPolicy.Builder addSoftwareRecipes(GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe value)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
value | GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addSoftwareRecipes(GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder builderForValue)
public GuestPolicies.EffectiveGuestPolicy.Builder addSoftwareRecipes(GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder builderForValue)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
builderForValue | GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addSoftwareRecipes(int index, GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe value)
public GuestPolicies.EffectiveGuestPolicy.Builder addSoftwareRecipes(int index, GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe value)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
index | int |
value | GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addSoftwareRecipes(int index, GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder builderForValue)
public GuestPolicies.EffectiveGuestPolicy.Builder addSoftwareRecipes(int index, GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder builderForValue)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
index | int |
builderForValue | GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
addSoftwareRecipesBuilder()
public GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder addSoftwareRecipesBuilder()
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
addSoftwareRecipesBuilder(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder addSoftwareRecipesBuilder(int index)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
index | int |
build()
public GuestPolicies.EffectiveGuestPolicy build()
Type | Description |
GuestPolicies.EffectiveGuestPolicy |
buildPartial()
public GuestPolicies.EffectiveGuestPolicy buildPartial()
Type | Description |
GuestPolicies.EffectiveGuestPolicy |
clear()
public GuestPolicies.EffectiveGuestPolicy.Builder clear()
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
clearField(Descriptors.FieldDescriptor field)
public GuestPolicies.EffectiveGuestPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GuestPolicies.EffectiveGuestPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
clearPackageRepositories()
public GuestPolicies.EffectiveGuestPolicy.Builder clearPackageRepositories()
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
clearPackages()
public GuestPolicies.EffectiveGuestPolicy.Builder clearPackages()
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
clearSoftwareRecipes()
public GuestPolicies.EffectiveGuestPolicy.Builder clearSoftwareRecipes()
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
clone()
public GuestPolicies.EffectiveGuestPolicy.Builder clone()
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
getDefaultInstanceForType()
public GuestPolicies.EffectiveGuestPolicy getDefaultInstanceForType()
Type | Description |
GuestPolicies.EffectiveGuestPolicy |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getPackageRepositories(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository getPackageRepositories(int index)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
index | int |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository |
getPackageRepositoriesBuilder(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder getPackageRepositoriesBuilder(int index)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
index | int |
getPackageRepositoriesBuilderList()
public List<GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder> getPackageRepositoriesBuilderList()
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
getPackageRepositoriesCount()
public int getPackageRepositoriesCount()
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Type | Description |
int |
getPackageRepositoriesList()
public List<GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository> getPackageRepositoriesList()
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Type | Description |
List<SourcedPackageRepository> |
getPackageRepositoriesOrBuilder(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepositoryOrBuilder getPackageRepositoriesOrBuilder(int index)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
index | int |
getPackageRepositoriesOrBuilderList()
public List<? extends GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepositoryOrBuilder> getPackageRepositoriesOrBuilderList()
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Type | Description |
List<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepositoryOrBuilder> |
getPackages(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedPackage getPackages(int index)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
index | int |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.SourcedPackage |
getPackagesBuilder(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder getPackagesBuilder(int index)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
index | int |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder |
getPackagesBuilderList()
public List<GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder> getPackagesBuilderList()
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
getPackagesCount()
public int getPackagesCount()
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Type | Description |
int |
getPackagesList()
public List<GuestPolicies.EffectiveGuestPolicy.SourcedPackage> getPackagesList()
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Type | Description |
List<SourcedPackage> |
getPackagesOrBuilder(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedPackageOrBuilder getPackagesOrBuilder(int index)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
index | int |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.SourcedPackageOrBuilder |
getPackagesOrBuilderList()
public List<? extends GuestPolicies.EffectiveGuestPolicy.SourcedPackageOrBuilder> getPackagesOrBuilderList()
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Type | Description |
List<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedPackageOrBuilder> |
getSoftwareRecipes(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe getSoftwareRecipes(int index)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
index | int |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe |
getSoftwareRecipesBuilder(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder getSoftwareRecipesBuilder(int index)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
index | int |
getSoftwareRecipesBuilderList()
public List<GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder> getSoftwareRecipesBuilderList()
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
getSoftwareRecipesCount()
public int getSoftwareRecipesCount()
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Type | Description |
int |
getSoftwareRecipesList()
public List<GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe> getSoftwareRecipesList()
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Type | Description |
List<SourcedSoftwareRecipe> |
getSoftwareRecipesOrBuilder(int index)
public GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder getSoftwareRecipesOrBuilder(int index)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
index | int |
getSoftwareRecipesOrBuilderList()
public List<? extends GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder> getSoftwareRecipesOrBuilderList()
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Type | Description |
List<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GuestPolicies.EffectiveGuestPolicy other)
public GuestPolicies.EffectiveGuestPolicy.Builder mergeFrom(GuestPolicies.EffectiveGuestPolicy other)
Name | Description |
other | GuestPolicies.EffectiveGuestPolicy |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GuestPolicies.EffectiveGuestPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GuestPolicies.EffectiveGuestPolicy.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GuestPolicies.EffectiveGuestPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
removePackageRepositories(int index)
public GuestPolicies.EffectiveGuestPolicy.Builder removePackageRepositories(int index)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
index | int |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
removePackages(int index)
public GuestPolicies.EffectiveGuestPolicy.Builder removePackages(int index)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
index | int |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
removeSoftwareRecipes(int index)
public GuestPolicies.EffectiveGuestPolicy.Builder removeSoftwareRecipes(int index)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
index | int |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GuestPolicies.EffectiveGuestPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
setPackageRepositories(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository value)
public GuestPolicies.EffectiveGuestPolicy.Builder setPackageRepositories(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository value)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
index | int |
value | GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
setPackageRepositories(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder builderForValue)
public GuestPolicies.EffectiveGuestPolicy.Builder setPackageRepositories(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder builderForValue)
List of package repository configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;
Name | Description |
index | int |
builderForValue | GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository.Builder |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
setPackages(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackage value)
public GuestPolicies.EffectiveGuestPolicy.Builder setPackages(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackage value)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
index | int |
value | GuestPolicies.EffectiveGuestPolicy.SourcedPackage |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
setPackages(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder builderForValue)
public GuestPolicies.EffectiveGuestPolicy.Builder setPackages(int index, GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder builderForValue)
List of package configurations assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;
Name | Description |
index | int |
builderForValue | GuestPolicies.EffectiveGuestPolicy.SourcedPackage.Builder |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GuestPolicies.EffectiveGuestPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
setSoftwareRecipes(int index, GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe value)
public GuestPolicies.EffectiveGuestPolicy.Builder setSoftwareRecipes(int index, GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe value)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
index | int |
value | GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
setSoftwareRecipes(int index, GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder builderForValue)
public GuestPolicies.EffectiveGuestPolicy.Builder setSoftwareRecipes(int index, GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder builderForValue)
List of recipes assigned to the VM instance.
repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;
Name | Description |
index | int |
builderForValue | GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GuestPolicies.EffectiveGuestPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GuestPolicies.EffectiveGuestPolicy.Builder |