Interface GuestPolicies.SoftwareRecipe.Step.ExtractArchiveOrBuilder

    • Method Detail

      • getArtifactId

        String getArtifactId()
         Required. The id of the relevant artifact in the recipe.
         
        string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The artifactId.
      • getArtifactIdBytes

        com.google.protobuf.ByteString getArtifactIdBytes()
         Required. The id of the relevant artifact in the recipe.
         
        string artifact_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for artifactId.
      • getDestination

        String getDestination()
         Directory to extract archive to.
         Defaults to `/` on Linux or `C:\` on Windows.
         
        string destination = 2;
        Returns:
        The destination.
      • getDestinationBytes

        com.google.protobuf.ByteString getDestinationBytes()
         Directory to extract archive to.
         Defaults to `/` on Linux or `C:\` on Windows.
         
        string destination = 2;
        Returns:
        The bytes for destination.
      • getTypeValue

        int getTypeValue()
         Required. The type of the archive to extract.
         
        .google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ExtractArchive.ArchiveType type = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for type.