public static interface GuestPolicies.EffectiveGuestPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder> |
|