Uses of Class
com.google.cloud.osconfig.v1beta.GuestPolicies.SoftwareRecipe
-
Packages that use GuestPolicies.SoftwareRecipe Package Description com.google.cloud.osconfig.v1beta A client to OS Config API -
-
Uses of GuestPolicies.SoftwareRecipe in com.google.cloud.osconfig.v1beta
Methods in com.google.cloud.osconfig.v1beta that return GuestPolicies.SoftwareRecipe Modifier and Type Method Description GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe.Builder. build()
GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe.Builder. buildPartial()
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. getDefaultInstance()
GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe.Builder. getDefaultInstanceForType()
GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. getDefaultInstanceForType()
GuestPolicies.SoftwareRecipe
GuestPolicies.GuestPolicy.Builder. getRecipes(int index)
A list of Recipes to install on the VM instance.GuestPolicies.SoftwareRecipe
GuestPolicies.GuestPolicy. getRecipes(int index)
A list of Recipes to install on the VM instance.GuestPolicies.SoftwareRecipe
GuestPolicies.GuestPolicyOrBuilder. getRecipes(int index)
A list of Recipes to install on the VM instance.GuestPolicies.SoftwareRecipe
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder. getSoftwareRecipe()
A software recipe to configure on the VM instance.GuestPolicies.SoftwareRecipe
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe. getSoftwareRecipe()
A software recipe to configure on the VM instance.GuestPolicies.SoftwareRecipe
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder. getSoftwareRecipe()
A software recipe to configure on the VM instance.static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseDelimitedFrom(InputStream input)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(byte[] data)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(com.google.protobuf.ByteString data)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(com.google.protobuf.CodedInputStream input)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(InputStream input)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(ByteBuffer data)
static GuestPolicies.SoftwareRecipe
GuestPolicies.SoftwareRecipe. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.osconfig.v1beta that return types with arguments of type GuestPolicies.SoftwareRecipe Modifier and Type Method Description com.google.protobuf.Parser<GuestPolicies.SoftwareRecipe>
GuestPolicies.SoftwareRecipe. getParserForType()
List<GuestPolicies.SoftwareRecipe>
GuestPolicies.GuestPolicy.Builder. getRecipesList()
A list of Recipes to install on the VM instance.List<GuestPolicies.SoftwareRecipe>
GuestPolicies.GuestPolicy. getRecipesList()
A list of Recipes to install on the VM instance.List<GuestPolicies.SoftwareRecipe>
GuestPolicies.GuestPolicyOrBuilder. getRecipesList()
A list of Recipes to install on the VM instance.static com.google.protobuf.Parser<GuestPolicies.SoftwareRecipe>
GuestPolicies.SoftwareRecipe. parser()
Methods in com.google.cloud.osconfig.v1beta with parameters of type GuestPolicies.SoftwareRecipe Modifier and Type Method Description GuestPolicies.GuestPolicy.Builder
GuestPolicies.GuestPolicy.Builder. addRecipes(int index, GuestPolicies.SoftwareRecipe value)
A list of Recipes to install on the VM instance.GuestPolicies.GuestPolicy.Builder
GuestPolicies.GuestPolicy.Builder. addRecipes(GuestPolicies.SoftwareRecipe value)
A list of Recipes to install on the VM instance.GuestPolicies.SoftwareRecipe.Builder
GuestPolicies.SoftwareRecipe.Builder. mergeFrom(GuestPolicies.SoftwareRecipe other)
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder. mergeSoftwareRecipe(GuestPolicies.SoftwareRecipe value)
A software recipe to configure on the VM instance.static GuestPolicies.SoftwareRecipe.Builder
GuestPolicies.SoftwareRecipe. newBuilder(GuestPolicies.SoftwareRecipe prototype)
GuestPolicies.GuestPolicy.Builder
GuestPolicies.GuestPolicy.Builder. setRecipes(int index, GuestPolicies.SoftwareRecipe value)
A list of Recipes to install on the VM instance.GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder. setSoftwareRecipe(GuestPolicies.SoftwareRecipe value)
A software recipe to configure on the VM instance.Method parameters in com.google.cloud.osconfig.v1beta with type arguments of type GuestPolicies.SoftwareRecipe Modifier and Type Method Description GuestPolicies.GuestPolicy.Builder
GuestPolicies.GuestPolicy.Builder. addAllRecipes(Iterable<? extends GuestPolicies.SoftwareRecipe> values)
A list of Recipes to install on the VM instance.
-