Interface GuestPolicies.EffectiveGuestPolicyOrBuilder (2.5.2)

public static interface GuestPolicies.EffectiveGuestPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPackageRepositories(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepository

getPackageRepositoriesCount()

public abstract int getPackageRepositoriesCount()

List of package repository configurations assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackageRepository package_repositories = 2;

Returns
TypeDescription
int

getPackageRepositoriesList()

public abstract 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;

Returns
TypeDescription
List<SourcedPackageRepository>

getPackageRepositoriesOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepositoryOrBuilder

getPackageRepositoriesOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedPackageRepositoryOrBuilder>

getPackages(int index)

public abstract GuestPolicies.EffectiveGuestPolicy.SourcedPackage getPackages(int index)

List of package configurations assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestPolicies.EffectiveGuestPolicy.SourcedPackage

getPackagesCount()

public abstract int getPackagesCount()

List of package configurations assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;

Returns
TypeDescription
int

getPackagesList()

public abstract List<GuestPolicies.EffectiveGuestPolicy.SourcedPackage> getPackagesList()

List of package configurations assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;

Returns
TypeDescription
List<SourcedPackage>

getPackagesOrBuilder(int index)

public abstract GuestPolicies.EffectiveGuestPolicy.SourcedPackageOrBuilder getPackagesOrBuilder(int index)

List of package configurations assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestPolicies.EffectiveGuestPolicy.SourcedPackageOrBuilder

getPackagesOrBuilderList()

public abstract List<? extends GuestPolicies.EffectiveGuestPolicy.SourcedPackageOrBuilder> getPackagesOrBuilderList()

List of package configurations assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedPackage packages = 1;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedPackageOrBuilder>

getSoftwareRecipes(int index)

public abstract GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe getSoftwareRecipes(int index)

List of recipes assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe

getSoftwareRecipesCount()

public abstract int getSoftwareRecipesCount()

List of recipes assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;

Returns
TypeDescription
int

getSoftwareRecipesList()

public abstract List<GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe> getSoftwareRecipesList()

List of recipes assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;

Returns
TypeDescription
List<SourcedSoftwareRecipe>

getSoftwareRecipesOrBuilder(int index)

public abstract GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder getSoftwareRecipesOrBuilder(int index)

List of recipes assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder

getSoftwareRecipesOrBuilderList()

public abstract List<? extends GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder> getSoftwareRecipesOrBuilderList()

List of recipes assigned to the VM instance.

repeated .google.cloud.osconfig.v1beta.EffectiveGuestPolicy.SourcedSoftwareRecipe software_recipes = 3;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder>