public static interface GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSoftwareRecipe()
public abstract GuestPolicies.SoftwareRecipe getSoftwareRecipe()A software recipe to configure on the VM instance.
.google.cloud.osconfig.v1beta.SoftwareRecipe software_recipe = 2;
| Type | Description |
| GuestPolicies.SoftwareRecipe | The softwareRecipe. |
getSoftwareRecipeOrBuilder()
public abstract GuestPolicies.SoftwareRecipeOrBuilder getSoftwareRecipeOrBuilder()A software recipe to configure on the VM instance.
.google.cloud.osconfig.v1beta.SoftwareRecipe software_recipe = 2;
| Type | Description |
| GuestPolicies.SoftwareRecipeOrBuilder |
getSource()
public abstract String getSource()Name of the guest policy providing this config.
string source = 1;
| Type | Description |
| String | The source. |
getSourceBytes()
public abstract ByteString getSourceBytes()Name of the guest policy providing this config.
string source = 1;
| Type | Description |
| ByteString | The bytes for source. |
hasSoftwareRecipe()
public abstract boolean hasSoftwareRecipe()A software recipe to configure on the VM instance.
.google.cloud.osconfig.v1beta.SoftwareRecipe software_recipe = 2;
| Type | Description |
| boolean | Whether the softwareRecipe field is set. |